Java EE 6 Web Services Developer Certified Expert

Here you have the best Oracle 1z0-897 practice exam questions

  • You have 120 total questions to study from
  • Each page has 5 questions, making a total of 24 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on October 28, 2025
  • This site is not affiliated with or endorsed by Oracle.
Question 1 of 120
An airline built and deployed a back-end application to manage reservations. To support interoperability with as large a base of standalone client applications as possible, the services provided by this back-end application are exposed as XML-based restful web services. Management just added a new requirement that
AJAX-based web application clients be supported, too. One of the developers suggested that it is enough to extend the existing application to support both XML- based and JSON-based restful web services. Assuming the developer is correct, choose the sentence that best describes an attempt to introduce this ability as this developer suggests (Choose one):
    Correct Answer: B

Question 2 of 120
An organization has business logic implemented in EJB components. Current clients use container-managed, role-based security to access the business logic using RMI. Management has determined that the business logic must be made available to non-RMI clients using a Web service. Which container-managed Web service security mechanism would the development team?use to allow Web service clients to use the current security model? (Choose one)
    Correct Answer: D

Question 3 of 120
A developer creates a Web service for his company's inventory service. He uses servlet container to deploy the web service and wants to enable basic authentication for all web service invocations. Where does the developer configure security requirements for the above case?
    Correct Answer: B

Question 4 of 120
Choose the option that best describe the deployer's choices, when deploying an EJB that is also exposed as a RESTful web service using JAX-RS (Choose one):
    Correct Answer: C

Question 5 of 120
Given the JAX-RS root resource class fragment:
Exam 1z0-897: Question 5 - Image 1
Choose the statement that best describes the configuration that would be required to support the access control constraint shown:
    Correct Answer: B