Enterprise Software Fundamentals Quiz - 1
Covers SAP Business Warehouse, Java EE/EJB concepts, software testing tools, and algorithm efficiency fundamentals
Questions
To access an application deployed in server, client invokes
- Session bean method
- Entity bean method
- Message driven method
- Object Bean method
Among the following, which are the types of session bean
- stateless
- statefull
- BMP
- CMP
When to use stateless session bean?
- Beans need to hold information
- retrieve data
- connect the client
- No data for a specific client
When to use stateful session bean?
- No data for a client
- Beans needs to hold information across method invocations.
- when business object should be stored
- to send data for a specific application
when to use entity bean?
- when business object should be stored in persistant storage mechanism.
- if information have to be passed from one group to other.
- to review the data in other application
- to check with the client.
EJB has no instance variables but only
- simple instances
- classes and objects
- getter and setter methods
- business application
Clients do not access these beans through interfaces
- message driven bean
- entity bean
- stateles session bean
- stateful session bean
JMS and JAXM are the types of message driven bean.
- True
- False
among the following, what are the types of entity beans?
- JMS
- JAXM
- BMP
- CMP
Based on time when determining the efficiency of algorithm is measured by
- Counting microseconds
- Counting the number of key operations
- Counting the number of statements
- Counting the kilobytes of algorithm
After any changes have been done to an info set it needs to be adjusted using transaction RSISET.
- True
- False
The following statements are true for compounded info objects.
- An info cube needs to contain all info objects of the compounded info object if it has been included in the info cube.
- An info object cannot be included as a compounding object if it is defined as an attribute only.
- An info object can be included as an attribute and a compounding object simultaneously.
- The total length of a compounded info object cannot exceed 60.
The following statements are true for info cubes and aggregates.
- Requests cannot be deleted if info cubes are compressed.
- A request cannot be deleted from an info cube if that request (is compressed) in the aggregates.
- Deleting a request from the cube will delete the corresponding request from the aggregate, if the aggregate has not been compressed.
- All of the above.
What is the transaction code RSBBS to be used for?
- Listing current BW users
- Creating a bulletin board system for reports
- Maintaining sender-receiver assignments
- Reloading data into an InfoCube
The Web Application Designer (WAD) allows which of the following to be displayed in a Web browser?
- Query results in a table.
- A corporate logo
- Bar charts
- Links to other reports.
- All of the above.
Select the statement(s) which is/are true about the 'Control parameters for data transfer from the Source System':
- The table used to store the control parameters is ROIDOCPRMS
- Field max lines is the maximum number of records in a packet
- Max Size is the maximum number of records that can be transferred to BW
- All of the above
With which of the following categories is a test comparator tool usually associated?
- Tool support for performance and monitoring
- Tool support for static testing
- Tool support for test execution and logging
- Tool support for management of testing tools