Oracle 1z0-807 Exam Practice Questions (P. 2)
- 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 #6
A company manufactures widgets for sale to distribution. Distributors call this company when they want to order more widgets. The company wants the distributors to send orders using XML documents over the Internet to reduce the number of data entry personnel needed. It has no control over the distributors technologies. The company does not want the Orders to impact the performance of other users. You have been assigned the task of designing a new API.
Which method do you use?
Which method do you use?
- ADesign the API as a Java Message Service (JMS) queue.
- BDesign the API as an Remote Method Invocation (RMI) interface.
- CDesign the API as a synchronous web service.
- DDesign the API as an asynchronous web service.
Correct Answer:
D
D
send
light_mode
delete
Question #7
You have been recruited by an online retailer of footwear to conduct a review of their online systems. Your primary Finding is that the development team has implemented duplicated complex business logic as Java scripts directly into the JSPs, causing performance, scalability, and maintainability issues.
Which two design patterns would you select to improve the current code base?
Which two design patterns would you select to improve the current code base?
- AView Helper
- BFrom Controller
- CComposite View
- DService-to-Worker
- EBusiness Delegate
Correct Answer:
BD
BD
send
light_mode
delete
Question #8
A successful web application is used by over two hundred thousand users. Due to this substantial load, the database is over bridged and fails frequently. All data, included critical user records and temporary session data, is stored in the database. Because of resource constraints, a new database system cannot be installed.
Which change will reduce the load on the database?
Which change will reduce the load on the database?
- ACreating more entity beans to optimize interaction wild the database
- BRefactoring the web application to use DAOs to communicate with the database
- CRefactoring the web application to store temporary session data on the web servers
- DAdding more web servers to the web tier to distribute the load and reduce the number of transactions on the database.
Correct Answer:
C
C
send
light_mode
delete
Question #9
MedLabML is a startup firm that moves patient data between different care providers to provide a "single patient view". They use a B2B system to exchange electronic business document with their key suppliers. They are seeking your advice about standards to review for improving their message-level security.
Which standard or API would you recommend they read?
Which standard or API would you recommend they read?
- ASAML 1.1
- BWeb Service Interoperability Technology
- CXML Signature
- DSSL
Correct Answer:
B
B
send
light_mode
delete
Question #10
You have been tasked with improving the availability of an existing three tier application.
What is your first stop in evaluating what changes should be made to the architecture to achieve the goal?
What is your first stop in evaluating what changes should be made to the architecture to achieve the goal?
- AMonitor network traffic between tiers.
- BSeparate presentation from business logic.
- CIdentify and document all single points of failure.
- DCluster the presentation tier without session replication.
Correct Answer:
C
C
send
light_mode
delete
All Pages