Tag: web technology

Questions Related to web technology

  1. Universal Service Registry

  2. UDDI registry

  3. Universal Business Registry

  4. Open Registry


Correct Option: C
  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