Enterprise Development and Reporting Technologies
Covers IBM WebSphere Portal, SQL databases, Rational Application Developer, and business reporting tools like Crystal Reports and SAS.
Questions
data null; put ‘ankur’; run; Where will the ouput(ankur) be written?
- a.)In Last file opened
- b.)In dataset null
- c.)Syntax error
- d.)Log
Which one of the following tool is used to develop reports
- Diamond Reports
- Crystal Reports
- Squar Reports
- Penta Reports
Find the odd one.
- J-Reports
- Cognos
- B-Reports
- Webfocus
Which one of the following is not a Type of reports?
- Classified reports
- List Reports
- Sub Reports
- DrillDown Reports
Find the odd one
- Tables
- Views
- Flat Files
- Stored Procedures
Cross Tab is not one of the different forms of report
- True
- False
Thiru is using RAD 7 and would like to minimize the startup time for his local WPS.Which approach should be take?
- Deselect all portlets that need not be started for testing
- Enable "Optimize Server for testing & developing" in the server's view
- Modify the batch file that starts the WPS to include -Xquickstart
- Modify the JAVA_Size environment variable for development machine
Satish is preparing to install RAD 7. what level of authority he must his ID have on a Microsoft Windows Installation?
- Root access
- Administrator
- Read and Edit
- Modify and Read
Which of the following actions is required to launch the WML device emulator when using WPS
- Specify WMLas markup in portlet.xml
- Select "Enable Wireless Markup Language setting" option
- Enable Transcoding
- Enable WML markup
For a web application with multiple struts portlets,the best way to define the intitial views of individual portlet is to specify them:
- In the Welcome file list in the application's web.xml
- In the viewMode.page preferences attribute in the individual portlet.xml
- As viewMode properties in the actions section in the individual struts-config.xml
- As view attributes in the supports section of individual portlet.xml
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?
- In the Pallete
- Int he Quick Edit view
- In the Page Data view
- In the Project Explorer
Hema is building a composite application for WPS 6. What are the fundamental aspects of composite applications?
- Libraries and instances
- Applications and workflow
- Templates and Applications
- Templates and Business Components
Tarun is working with the IBM Workplace WCM application, extending it with the API. Which item is the primary focus of API?
- The Library
- The Workspace
- The Property Broker
- The Document Manager Component
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?
- WHERE prod_id LIKE '%D123%' ESCAPE ''
- WHERE prod_id LIKE '%_D123%' ESCAPE ''
- WHERE prod_id LIKE '%D123%' ESCAPE '%'
- WHERE prod_id LIKE '%_D123%' ESCAPE '_'
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?
- Lifecycle
- Membership
- Templatable
- DisplayInfo
Which two statements are true regarding single row functions?
- They accept only a single argument.
- .They can be nested only to two levels.
- Arguments can only be column values or constants.
- They always return a single result row for every row of a queried table.
- They can return a data type value different from the one that is referenced.
Which SQL statements would display the value 1890.55 as $1,890.55?
- SELECT TO_CHAR(1890.55,'$0G000D00')
- SELECT TO_CHAR(1890.55,'$9,999V99')
- SELECT TO_CHAR(1890.55,'$99,999D99')
- SELECT TO_CHAR(1890.55,'$99G999D00')
- SELECT TO_CHAR(1890.55,'$99G999D99')
Which two statements are true regarding the USING and ON clauses in table joins?
- Both USING and ON clauses can be used for equijoins and nonequijoins.
- A maximum of one pair of columns can be joined between two tables using the ON clause.
- The ON clause can be used to join tables on columns that have different names but compatible data
- The WHERE clause can be used to apply additional conditions in SELECT statements containing the
Which statement is true regarding the INTERSECT operator?
- It ignores NULL values.
- Reversing the order of the intersected tables alters the result.
- The names of columns in all SELECT statements must be identical.
- The number of columns and data types must be identical for all SELECT statements in the query.
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?
- The process instance name
- The process template name
- The object ID of the new process instance
- A refernce to the BusinessProcess session bean