Oracle 1z0-807 Exam Practice Questions (P. 4)
- Full Access (90 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
Which two statements are true about Java integration technologies?
- ARemote Method Invocation (RMI) helps to connect subsystems in a loosely coupled manner.
- BJava Message Service (JMS) helps in synchronous messaging between Java and non-Java systems.
- CJMS helps to broadcast messages to multiple Java-based receivers.
- DJava Connector Architecture (JCA) helps to integrate with heterogeneous legacy enterprise information systems.
Correct Answer:
CD
CD
send
light_mode
delete
Question #17
A travel company re-architects its application from a two-tier to a three-tier architecture. To see what impact the new architecture has on its non-functional requirements (NFR), the company intends to build a prototype based on the new architecture.
The company compares the NFR metrics associated with the new prototype against the metrics from their original two-tier solution.
Which option is an advantage of the original two-tier solution?
The company compares the NFR metrics associated with the new prototype against the metrics from their original two-tier solution.
Which option is an advantage of the original two-tier solution?
- AIt has better availability because it has fewer single points of failure.
- BIt has better manageability because each client has its own copy of the application.
- CIt has better performance because each client must use its own set of domain objects.
- DIt has better scalability because each client can access the database independently of other clients.
Correct Answer:
A
A
send
light_mode
delete
Question #18
Which two statements describe the contact between an Enterprise JavaBeans (EJB) container and the EJBs that it hosts?
- AThe container provides automatic logging of all exceptions and errors generated by EJB code.
- BThe container provides a transparent scaling mechanism to handle spikes in demand.
- CAn EJB can extend its services, such as security, to improve performance.
- DThe container has a well defined lifecycle model for each EJB type.
Correct Answer:
BD
BD
send
light_mode
delete
Question #19
What are two consequences of using the Composite View pattern?
- AImproves performance
- BAvoids duplicate content
- CForces a whole-part dependency
- DAllows tables to be reused in multiple locations
- ERestricts all sub views to have a consistent view technology
Correct Answer:
BD
BD
send
light_mode
delete
Question #20
Which option describes the design relationship between session beans and entity beans?
- AAggregation
- BSeparation of concerns
- CCommon reuse principle
- DLiskov substitution principle
- EInterface segregation principle
Correct Answer:
B
B
send
light_mode
delete
All Pages