Tag: technology

Questions Related to technology

  1. COGNOS namespace cannot be renamed

  2. COGNOS namespace cannot be deleted

  3. COGNOS namespace contains Cognos groups, roles, datasources, distribution lists

  4. COGNOS namespace is always active


Correct Option: A
  1. Business

  2. Modern

  3. Contemporary

  4. Standard


Correct Option: D
  1. 1

  2. 0

  3. -1

  4. 2


Correct Option: C
Explanation:

To solve this question, the user needs to know about the parameter CM.DbConnectPoolMax which is related to concurrent database connections in the content store.

The answer to the question is:

The default value of the parameter CM.DbConnectPoolMax is -1.

Explanation:

The parameter CM.DbConnectPoolMax specifies the maximum number of concurrent database connections that are allowed to the content store. The default value of this parameter is -1, which means that there is no limit to the number of concurrent connections.

Option A (1) is incorrect because the default value of CM.DbConnectPoolMax is not 1.

Option B (0) is incorrect because the default value of CM.DbConnectPoolMax is not 0.

Option D (2) is incorrect because the default value of CM.DbConnectPoolMax is not 2.

Therefore, the correct answer is option C ( -1).

  1. init()

  2. service()

  3. getServletContext()

  4. getServletConfig()

  5. getServletInfo()


Correct Option: D,E
  1. The service() method is the heart of the servlet.

  2. Each request message from a client results in a single call to the servlet's service() method

  3. The service() method reads the request and produces the response message from its parameters

  4. The service() method is called to allow your servlet to clean up any resources before the servlet is unloaded.

  5. The InputStream from the client can be obtained via the getInputStream() method


Correct Option: A,B,C,E
  1. Server administrators Role

  2. Anonymous User

  3. Everyone Group

  4. All authenticated users Role


Correct Option: A
  1. Source entry can be updated by clicking the shortcut

  2. If the source entry is deleted, shortcut icon changes to indicate a broken link

  3. Access permission for a shortcut entry can be changed

  4. The access permission given to the shortcut entry does not change the access permission of source entry


Correct Option: A
  1. ServeltRequest

  2. ServletContext

  3. ServletResponse

  4. ServeltPath

  5. ServletConfig


Correct Option: A,C
  1. Servlets are used to process the client request

  2. Servlets enables rapid development of mission-critical application that are versatile, reusable and portable across middleware while protecting IT investment

  3. A Servlet can handle multiple request concurrently and be used to develop high performance system

  4. A Servlet can be used to load balance among serveral servers, as Servlet can easily forward request

  5. With the help of servlet we can achieve Clustering


Correct Option: A,C,D