Oracle 1z0-807 Exam Practice Questions (P. 5)
- 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 #21
Which three web applications work best when they are designed to be server-push enabled?
- AA news feed used for providing users with frequently updated news content
- BA web chat that allows users to communicate using easily accessible web interfaces
- CA live sporting event application, used to deliver current results during matches
- DAn auction system that provides users with live online bidding
- EA graphics rendering application that generates visuals in an orderly fashion
Correct Answer:
ABD
ABD
send
light_mode
delete
Question #22
A manufacturing company has a large investment in a legacy Inventory Management System (IMS) developed with third-party technologies. You have been asked to design a Java EE application that interacts with it.
You would like to ensure the following:
✑ Minimal application code is required to parse the communication messages.
✑ Communication is asynchronous and stateless.
✑ Performance import of the existing system is minimal.
Which two technologies combined would meet these requirements?
You would like to ensure the following:
✑ Minimal application code is required to parse the communication messages.
✑ Communication is asynchronous and stateless.
✑ Performance import of the existing system is minimal.
Which two technologies combined would meet these requirements?
send
light_mode
delete
Question #23
Which are the objectives of the Strategy pattern? (Choose Two)
- ATo provide a way to configure a class with one of many behaviors
- BTo define an object that encapsulates how a set of objects interacts
- CTo define the skeleton of an algorithm, deferring some steps to subclasses
- DTo decouple an abstraction horn its implementation so that the two can vary independently
- ETo define a family of algorithms, encapsulate each one, and make them interchangeable
- FTo allow subclasses to redefine certain steps of an algorithm without changing the algorithm's structure
Correct Answer:
AE
AE
send
light_mode
delete
Question #24
You need to restrict access to the administration screens in your website.
Which two techniques test a user's permissions before granting access to a particular screen?
Which two techniques test a user's permissions before granting access to a particular screen?
- AEnterprise JavaBeans (EJB) entity
- BServlet filter
- CCustom tag library
- DDeployment descriptor
- ECustom JavaScript in JSP
Correct Answer:
BD
BD
send
light_mode
delete
Question #25
A company is extending its successful social networking site to support the following channels: instant messaging (IM), email messaging and text messaging/
SMS. At present, the site has scaled 400% in one year using a standard MVC Web framework. the application experiences large surges or spikes in demand and also periods of inactivity. Notification delivery to the three channels does not need to be guaranteed.
Which solutions extends the current architecture and best meets the companys requirements?
SMS. At present, the site has scaled 400% in one year using a standard MVC Web framework. the application experiences large surges or spikes in demand and also periods of inactivity. Notification delivery to the three channels does not need to be guaranteed.
Which solutions extends the current architecture and best meets the companys requirements?
- ASend the notification inline, that is, within the normal HTTP request-response cycle.
- BPlace messaging on a Java messaging Service (JMS) queue and use message-driven beans (MDBs) to create and send notifications.
- CInsert the messages into a database and use plain old Java Objects (POJOs) to read the messaging using JDBC and send notifications.
- DInsert the messages into a database and use entity beans to read the messages using JDBC and send notifications.
Correct Answer:
B
B
send
light_mode
delete
All Pages