Enterprise Software Fundamentals Quiz - 1

Covers SAP Business Warehouse, Java EE/EJB concepts, software testing tools, and algorithm efficiency fundamentals

17 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

To access an application deployed in server, client invokes

  1. Session bean method
  2. Entity bean method
  3. Message driven method
  4. Object Bean method
Question 2 Multiple Choice (Multiple Answers)

Among the following, which are the types of session bean

  1. stateless
  2. statefull
  3. BMP
  4. CMP
Question 3 Multiple Choice (Single Answer)

When to use stateless session bean?

  1. Beans need to hold information
  2. retrieve data
  3. connect the client
  4. No data for a specific client
Question 4 Multiple Choice (Single Answer)

When to use stateful session bean?

  1. No data for a client
  2. Beans needs to hold information across method invocations.
  3. when business object should be stored
  4. to send data for a specific application
Question 5 Multiple Choice (Single Answer)

when to use entity bean?

  1. when business object should be stored in persistant storage mechanism.
  2. if information have to be passed from one group to other.
  3. to review the data in other application
  4. to check with the client.
Question 6 Multiple Choice (Single Answer)

EJB has no instance variables but only

  1. simple instances
  2. classes and objects
  3. getter and setter methods
  4. business application
Question 7 Multiple Choice (Single Answer)

Clients do not access these beans through interfaces

  1. message driven bean
  2. entity bean
  3. stateles session bean
  4. stateful session bean
Question 8 True/False

JMS and JAXM are the types of message driven bean.

  1. True
  2. False
Question 9 Multiple Choice (Multiple Answers)

among the following, what are the types of entity beans?

  1. JMS
  2. JAXM
  3. BMP
  4. CMP
Question 10 Multiple Choice (Single Answer)

Based on time when determining the efficiency of algorithm is measured by

  1. Counting microseconds
  2. Counting the number of key operations
  3. Counting the number of statements
  4. Counting the kilobytes of algorithm
Question 11 True/False

After any changes have been done to an info set it needs to be adjusted using transaction RSISET.

  1. True
  2. False
Question 12 Multiple Choice (Multiple Answers)

The following statements are true for compounded info objects.

  1. An info cube needs to contain all info objects of the compounded info object if it has been included in the info cube.
  2. An info object cannot be included as a compounding object if it is defined as an attribute only.
  3. An info object can be included as an attribute and a compounding object simultaneously.
  4. The total length of a compounded info object cannot exceed 60.
Question 13 Multiple Choice (Multiple Answers)

The following statements are true for info cubes and aggregates.

  1. Requests cannot be deleted if info cubes are compressed.
  2. A request cannot be deleted from an info cube if that request (is compressed) in the aggregates.
  3. Deleting a request from the cube will delete the corresponding request from the aggregate, if the aggregate has not been compressed.
  4. All of the above.
Question 14 Multiple Choice (Single Answer)

What is the transaction code RSBBS to be used for?

  1. Listing current BW users
  2. Creating a bulletin board system for reports
  3. Maintaining sender-receiver assignments
  4. Reloading data into an InfoCube
Question 15 Multiple Choice (Single Answer)

The Web Application Designer (WAD) allows which of the following to be displayed in a Web browser?

  1. Query results in a table.
  2. A corporate logo
  3. Bar charts
  4. Links to other reports.
  5. All of the above.
Question 16 Multiple Choice (Single Answer)

Select the statement(s) which is/are true about the 'Control parameters for data transfer from the Source System':

  1. The table used to store the control parameters is ROIDOCPRMS
  2. Field max lines is the maximum number of records in a packet
  3. Max Size is the maximum number of records that can be transferred to BW
  4. All of the above
Question 17 Multiple Choice (Single Answer)

With which of the following categories is a test comparator tool usually associated?

  1. Tool support for performance and monitoring
  2. Tool support for static testing
  3. Tool support for test execution and logging
  4. Tool support for management of testing tools