Tag: architecture

Questions Related to architecture

  1. Acknowledge receipt of the request to the client

  2. Start a transaction

  3. Check security for the client

  4. Discard the request.

  5. Directly and immediately pass the request to the bean's methods.


Correct Option: B,C
  1. There is a many-to-one relationship between the client and the session bean instance.

  2. Session bean instances live forever.

  3. The container may discard the bean instance arbitrarily, when and if it needs to, for performance reasons.

  4. Stateful session beans may have initial state information passed to them from the client when they are created.

  5. Stateful session bean intances are created when the bean is deployed in the container.


Correct Option: D
  1. Clients of entity beans have a one-to-one relationship with entity bean instances.

  2. Entity bean instances may not be discarded by the container if it needs to free up resources.

  3. Each entity bean instance has a unique identity.

  4. Entity beans map to one or more pieces of data, each one of which has a unique primary key.

  5. None of above


Correct Option: D

Is Entitybean has one to one client relationship ?

  1. True

  2. False


Correct Option: B

Both the skeleton and the stub are uniquely associated with that specific remote object

  1. True

  2. False


Correct Option: A

Call back methods (ejbCreate,ejbRemove)implementation is different for different application servers.

  1. True

  2. False


Correct Option: A

Which OWB module stores Meta definitions used in the DW and the transformation library, which contains more than 150, preset transformations.

  1. OWB Client

  2. OWB Repository

  3. OWB Runtime Audit Browser

  4. OWB Runtime Assistant

  5. OWB Design Browser Client


Correct Option: B