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.
Questions
Which of the following symbols is used to identifying the beginning of the query string and the consecutive name-value pairs in a request?
- ? and &
- & and =
- ? and =
- % and &
What will happen when the HttpSession.setAttribute() method is called the second time with the same attribute name?
- An IllegalStateException exception will be thrown because of the presence of
- A second call to setAttribute() with the same attribute name will just replace the
- The behavior is not defined in the Servlet Specification.
- None of the above.
An event Step can be used to pause a case, or a branch of a case, until a specified date and time
- True
- False
QTP often confuses while differentiateing between windows object and web objects while automating FireFox.
- True
- False
Which is the default font used in Cognos 8
- Andrew fonts
- Andale WT fonts
- Albany fonts
- Ad fonts
Difference Between Interface and Abstract class?
- both are same
- abstract class has only method signature
- interface has only method signature
- none of the above
Which among these is NOT a logging level used in Cognos 8
- Trace
- Minimal
- Request
- Audit
Difference between HashMap and Map?
- HashMap is Interface and Map is class that implements that.
- Both are interfaces
- Map is Interface and Hashmap is class that implements that.
- None of the above
This Cognos 8 Service sends email to an external SMTP server on behalf of other services
- Delivery Service
- Data movement Service
- Event management Service
- Job Service
Difference between Vector and ArrayList?
- Vector is synchronized whereas arraylist is not
- ArrayList is synchronized whereas Vector is not
- Both are same
- None of the Above
What will be the output of the following statement? System.out.println ("1" + 3);
- 132
- Exception arises
- 4
- 13
If the Cognos Installation includes 'n' Content Manager, how many will be active at a time
- n
- n/n
- n-n
- n-1
Which companey's combined to create first POC for UDDI registry?
- IBM
- SUN
- Microsoft
- SAP
What is project name implemented by allieance of IBM,Microsoft and SAP for UDDI
- Universal Service Registry
- UDDI registry
- Universal Business Registry
- Open Registry
If I write System.exit (0); at the end of the try block, will the finally block still execute?
- Yes
- No
- Cannot be determined
- None of the above
The COGNOS namespace is the Cognos 8 built-in namespace. Which of the following is FALSE
- COGNOS namespace cannot be renamed
- COGNOS namespace cannot be deleted
- COGNOS namespace contains Cognos groups, roles, datasources, distribution lists
- COGNOS namespace is always active
Which is NOT a predefined style in Cognos 8
- Business
- Modern
- Contemporary
- Standard
The default value of the parameter CM.DbConnectPoolMax (maximum no. of concurrent database connection that are allowed to the content store) is
- 1
- 0
- -1
- 2
Which access permission needs to be granted to "Read and modify the security settings for an entry"
- Write
- Set Policy
- Execute
- Traverse