Enterprise Development and Reporting Technologies

Covers IBM WebSphere Portal, SQL databases, Rational Application Developer, and business reporting tools like Crystal Reports and SAS.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

data null; put ‘ankur’; run; Where will the ouput(ankur) be written?

  1. a.)In Last file opened
  2. b.)In dataset null
  3. c.)Syntax error
  4. d.)Log
Question 2 Multiple Choice (Single Answer)

Which one of the following tool is used to develop reports

  1. Diamond Reports
  2. Crystal Reports
  3. Squar Reports
  4. Penta Reports
Question 3 Multiple Choice (Single Answer)

Find the odd one.

  1. J-Reports
  2. Cognos
  3. B-Reports
  4. Webfocus
Question 4 Multiple Choice (Single Answer)

Which one of the following is not a Type of reports?

  1. Classified reports
  2. List Reports
  3. Sub Reports
  4. DrillDown Reports
Question 5 Multiple Choice (Single Answer)

Find the odd one

  1. Tables
  2. Views
  3. Flat Files
  4. Stored Procedures
Question 6 True/False

Cross Tab is not one of the different forms of report

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

Thiru is using RAD 7 and would like to minimize the startup time for his local WPS.Which approach should be take?

  1. Deselect all portlets that need not be started for testing
  2. Enable "Optimize Server for testing & developing" in the server's view
  3. Modify the batch file that starts the WPS to include -Xquickstart
  4. Modify the JAVA_Size environment variable for development machine
Question 8 Multiple Choice (Single Answer)

Satish is preparing to install RAD 7. what level of authority he must his ID have on a Microsoft Windows Installation?

  1. Root access
  2. Administrator
  3. Read and Edit
  4. Modify and Read
Question 9 Multiple Choice (Single Answer)

Which of the following actions is required to launch the WML device emulator when using WPS

  1. Specify WMLas markup in portlet.xml
  2. Select "Enable Wireless Markup Language setting" option
  3. Enable Transcoding
  4. Enable WML markup
Question 10 Multiple Choice (Single Answer)

For a web application with multiple struts portlets,the best way to define the intitial views of individual portlet is to specify them:

  1. In the Welcome file list in the application's web.xml
  2. In the viewMode.page preferences attribute in the individual portlet.xml
  3. As viewMode properties in the actions section in the individual struts-config.xml
  4. As view attributes in the supports section of individual portlet.xml
Question 11 Multiple Choice (Single Answer)

Naveen is just beginnig to work with Faces portlet in RAD.Where can he find Enhanced Faces Components to drag & drop onto the page editor?

  1. In the Pallete
  2. Int he Quick Edit view
  3. In the Page Data view
  4. In the Project Explorer
Question 12 Multiple Choice (Single Answer)

Hema is building a composite application for WPS 6. What are the fundamental aspects of composite applications?

  1. Libraries and instances
  2. Applications and workflow
  3. Templates and Applications
  4. Templates and Business Components
Question 13 Multiple Choice (Single Answer)

Tarun is working with the IBM Workplace WCM application, extending it with the API. Which item is the primary focus of API?

  1. The Library
  2. The Workspace
  3. The Property Broker
  4. The Document Manager Component
Question 14 Multiple Choice (Single Answer)

You need to extract details of those products in the SALES table where the PROD_ID column contains the string '_D123'. Which WHERE clause could be used in the SELECT statement to get the required output?

  1. WHERE prod_id LIKE '%D123%' ESCAPE ''
  2. WHERE prod_id LIKE '%_D123%' ESCAPE ''
  3. WHERE prod_id LIKE '%D123%' ESCAPE '%'
  4. WHERE prod_id LIKE '%_D123%' ESCAPE '_'
Question 15 Multiple Choice (Single Answer)

Sudhan is developing a composite application and wishes to leverage the related public interfaces avaiable to him as developer.which of the following interfaces contain a method to provide supported parameters during creation of business component?

  1. Lifecycle
  2. Membership
  3. Templatable
  4. DisplayInfo
Question 16 Multiple Choice (Multiple Answers)

Which two statements are true regarding single row functions?

  1. They accept only a single argument.
  2. .They can be nested only to two levels.
  3. Arguments can only be column values or constants.
  4. They always return a single result row for every row of a queried table.
  5. They can return a data type value different from the one that is referenced.
Question 17 Multiple Choice (Multiple Answers)

Which SQL statements would display the value 1890.55 as $1,890.55?

  1. SELECT TO_CHAR(1890.55,'$0G000D00')
  2. SELECT TO_CHAR(1890.55,'$9,999V99')
  3. SELECT TO_CHAR(1890.55,'$99,999D99')
  4. SELECT TO_CHAR(1890.55,'$99G999D00')
  5. SELECT TO_CHAR(1890.55,'$99G999D99')
Question 18 Multiple Choice (Multiple Answers)

Which two statements are true regarding the USING and ON clauses in table joins?

  1. Both USING and ON clauses can be used for equijoins and nonequijoins.
  2. A maximum of one pair of columns can be joined between two tables using the ON clause.
  3. The ON clause can be used to join tables on columns that have different names but compatible data
  4. The WHERE clause can be used to apply additional conditions in SELECT statements containing the
Question 19 Multiple Choice (Single Answer)

Which statement is true regarding the INTERSECT operator?

  1. It ignores NULL values.
  2. Reversing the order of the intersected tables alters the result.
  3. The names of columns in all SELECT statements must be identical.
  4. The number of columns and data types must be identical for all SELECT statements in the query.
Question 20 Multiple Choice (Single Answer)

SK is developing a business process application, and is at a point where he is initiating the process instance. He has used a JNDI lookup to obtain a reference to the process server remote EJB inteface. Next he codes the portlet to start the process witha n input message. Once the process starts,what is returned to the caller by the operation?

  1. The process instance name
  2. The process template name
  3. The object ID of the new process instance
  4. A refernce to the BusinessProcess session bean