Oracle 1z0-807 Exam Practice Questions (P. 1)
- 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 #1
Your company requires all its developers to use a well-specified set of exception classes to model several common error conditions, many of the which are specific to its business. These exception classes are centrally maintained and come packaged in a library (a JAR file). The application you are developing needs to report a number of error conditions covered by this library to remote clients.
Which paring of component type and remote access technology enables client applications to use the predefined exceptions as part of their natural programming model?
Which paring of component type and remote access technology enables client applications to use the predefined exceptions as part of their natural programming model?
- AServlet accessed using HTTP
- BEntity bean accessed using web services
- CStateless session bean accessed using Remote Method Invocation (RMI)
- DMessage-driven bean accessed using Java Message Service (JMS) queue
Correct Answer:
C
C
send
light_mode
delete
Question #2
An investment company has purchased a number of small online business referral systems that appeal to various niche demographics. The company wants to bring these networks together in hopes of finding a broad, single theme and brand image for these groups before they can do that, they need to get the users communicating with outside their current networks.
Which Web Services pattern would you recommend they consider in building a scheme to accommodate this communication?
Which Web Services pattern would you recommend they consider in building a scheme to accommodate this communication?
- AAsynchronous Interactions
- BPAOS Interactions
- CWeb Services Broker
- DJMS Bridge
Correct Answer:
A
A
send
light_mode
delete
Question #3
A Hot Potato anti pattern can arise from misuse of which technology combination?
- ABean Validation with JSF Managed Beans
- BMessaging in the Business Tier
- CJNDI Lookups with Global Java Naming
- DJPA with the Web Tier
Correct Answer:
B
B
send
light_mode
delete
Question #4
You are the architect of an existing project. Making changes to one component frequently requires making changes to many other components.
Which action would reduce future maintenance costs?
Which action would reduce future maintenance costs?
- ARedesign the configuration and deployment.
- BAdd an abstraction layer between the servlets and the EJB components.
- CConvert all stateful EJB components to stateless EJB components.
- DExpose the existing EJB components as web services.
Correct Answer:
B
B
send
light_mode
delete
Question #5
Your consulting company has been asked to enhance an existing application. The current application is a two-tier system in which all the business logic is located in thick clients. You are considering a solution that would involve moving the business logic into the server's database In the form of stored procedures.
Which statement is an expected outcome of your proposed solution?
Which statement is an expected outcome of your proposed solution?
- AIt will improve the scalability of the system.
- BIt will improve the manageability of the system.
- CIt will recline the amount of traffic on the network.
- DIt will, in effect, turn the application into a three-tier system.
Correct Answer:
B
B
send
light_mode
delete
All Pages