Web Technologies: Java, Web Services, and Cognos BI

Covers web application development with Java, UDDI web services standards, Cognos 8 business intelligence platform configuration, HTTP session management, and web application testing.

19 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Which of the following symbols is used to identifying the beginning of the query string and the consecutive name-value pairs in a request?

  1. ? and &
  2. & and =
  3. ? and =
  4. % and &
Question 2 Multiple Choice (Single Answer)

What will happen when the HttpSession.setAttribute() method is called the second time with the same attribute name?

  1. An IllegalStateException exception will be thrown because of the presence of
  2. A second call to setAttribute() with the same attribute name will just replace the
  3. The behavior is not defined in the Servlet Specification.
  4. None of the above.
Question 3 True/False

An event Step can be used to pause a case, or a branch of a case, until a specified date and time

  1. True
  2. False
Question 4 True/False

QTP often confuses while differentiateing between windows object and web objects while automating FireFox.

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

Which is the default font used in Cognos 8

  1. Andrew fonts
  2. Andale WT fonts
  3. Albany fonts
  4. Ad fonts
Question 6 Multiple Choice (Single Answer)

Difference Between Interface and Abstract class?

  1. both are same
  2. abstract class has only method signature
  3. interface has only method signature
  4. none of the above
Question 7 Multiple Choice (Single Answer)

Which among these is NOT a logging level used in Cognos 8

  1. Trace
  2. Minimal
  3. Request
  4. Audit
Question 8 Multiple Choice (Single Answer)

Difference between HashMap and Map?

  1. HashMap is Interface and Map is class that implements that.
  2. Both are interfaces
  3. Map is Interface and Hashmap is class that implements that.
  4. None of the above
Question 9 Multiple Choice (Single Answer)

This Cognos 8 Service sends email to an external SMTP server on behalf of other services

  1. Delivery Service
  2. Data movement Service
  3. Event management Service
  4. Job Service
Question 10 Multiple Choice (Single Answer)

Difference between Vector and ArrayList?

  1. Vector is synchronized whereas arraylist is not
  2. ArrayList is synchronized whereas Vector is not
  3. Both are same
  4. None of the Above
Question 11 Multiple Choice (Single Answer)

What will be the output of the following statement? System.out.println ("1" + 3);

  1. 132
  2. Exception arises
  3. 4
  4. 13
Question 12 Multiple Choice (Single Answer)

If the Cognos Installation includes 'n' Content Manager, how many will be active at a time

  1. n
  2. n/n
  3. n-n
  4. n-1
Question 13 Multiple Choice (Multiple Answers)

Which companey's combined to create first POC for UDDI registry?

  1. IBM
  2. SUN
  3. Microsoft
  4. SAP
Question 14 Multiple Choice (Single Answer)

What is project name implemented by allieance of IBM,Microsoft and SAP for UDDI

  1. Universal Service Registry
  2. UDDI registry
  3. Universal Business Registry
  4. Open Registry
Question 15 Multiple Choice (Single Answer)

If I write System.exit (0); at the end of the try block, will the finally block still execute?

  1. Yes
  2. No
  3. Cannot be determined
  4. None of the above
Question 16 Multiple Choice (Single Answer)

The COGNOS namespace is the Cognos 8 built-in namespace. Which of the following is FALSE

  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
Question 17 Multiple Choice (Single Answer)

Which is NOT a predefined style in Cognos 8

  1. Business
  2. Modern
  3. Contemporary
  4. Standard
Question 18 Multiple Choice (Single Answer)

The default value of the parameter CM.DbConnectPoolMax (maximum no. of concurrent database connection that are allowed to the content store) is

  1. 1
  2. 0
  3. -1
  4. 2
Question 19 Multiple Choice (Single Answer)

Which access permission needs to be granted to "Read and modify the security settings for an entry"

  1. Write
  2. Set Policy
  3. Execute
  4. Traverse