Loading questions...
Updated
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Create a free account to unlock all questions for this exam.
Log In / Sign UpAn enterprise has a requirement to create a Web service to accept purchase orders. The order data contains some authorization information that is specific to each order (such as, who can access which parts of the order). Keeping in mind future enhancements in types of orders that the enterprise needs to accept, which two design solutions provide the most flexibility? (Choose two.)
Choose the types of Enterprise Beans that can be made into JAX-RS root resources (Choose two):
A developer needs to write a Web service that supports user sessions that timeout after 120 seconds. Which configuration file is correct for the developer use?
(Choose one)
A developer creates the following web service:

Assuming that he packages the class in a war file without deployment descriptors, the web service is hosted by a EE container relative to module context at ?
(Choose one)
Given that:

What is X in the above code ? (Choose one)
In the following situation, Client C sends a SOAP request to Service S and the response is to be processed by a third party response processor R. Which of the following SOAP headers in the request message convey the intention? Assume the endpoint reference of Service S is

HTTP clients can provide authentication information to the server via the "Authorization" header in the HTTP request. Choose the alternative, if any, that would serve as the definition for a resource method that would allow a JAX-RS resource to obtain this authentication data (Choose one):
Given the class:

Choose the URL path that would result in a call to getToken()? (Choose one)
Given the class:

Choose the URL path that would result in a call to getToken()? (Choose one)