exam questions

Exam 1z0-895 All Questions

View all questions & answers for the 1z0-895 exam

Exam 1z0-895 topic 1 question 83 discussion

Actual exam question from Oracle's 1z0-895
Question #: 83
Topic #: 1
[All 1z0-895 Questions]

An enterprise developer has received ejb-jars from multiple Bean Provides and wants to combine them into a single ejb-jar as well as altering the method permissions on some of the beans without recompiling any of the code contained in the ejb-jar. Which is correct?

  • A. Bean Provide is the only role that can perform this task.
  • B. Deployed is the most appropriate role to perform this task.
  • C. Either a Deployer or System Administrator role many perform this task.
  • D. This problem cannot be solved using an EJB 3.x-compliant approach.
  • E. Application Assembler is the most appropriate role to perform this task.
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️
Application Assembler -
The Application Assembler combines enterprise beans into larger deployable application units. The input to the Application Assembler is one or more ejb-jar files produced by the Bean Provider(s). The Application Assembler outputs one or more ejb-jar files that contain the enterprise beans along with their application assembly instructions.
Note:
* EJB Structure
The EJB Java ARchive (JAR) file is the standard format for assembling enterprise beans. This file contains the bean classes (home, remote, local, and implementation), all the utility classes, and the deployment descriptors (ejb-jar.xml and sun-ejb-jar.xml).
* The Application Assembler can also combine enterprise beans with other types of application components when composing an application.
Reference: Match the seven EJB roles with the corresponding description of the role's responsibilities.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...