Oracle Java EE 7 Application Developer - 1Z0-900 Exam Practice Test
Which execution document is created by supply chain orchestration when a make request is received?
Correct Answer: A
How do you specify a default error page in your web.xml file?
Correct Answer: A
Given the JPQL code fragment:
Select pub.title, pub.author, pub.pages FROM Publisher pub
Which two clauses do you add to this JPQL query to retrieve only those books with between 500 and 750 total pages? (Choose two.)
Select pub.title, pub.author, pub.pages FROM Publisher pub
Which two clauses do you add to this JPQL query to retrieve only those books with between 500 and 750 total pages? (Choose two.)
Correct Answer: A,B
Which annotation allows a request to be executed with another Principal's identity?
Correct Answer: B
Given the code fragment:

Which method should be used on line 3 to enable default validation mechanism?

Which method should be used on line 3 to enable default validation mechanism?
Correct Answer: C
When handling a JSF request, your application code decided to redirect the call to another URL by using HTTP redirect. Which action should you take to correctly complete the handling of the JSF life cycle?
Correct Answer: D
A third-party service equipment is used for various purposes in a manufacturing facility and needs to be overhauled once a year. This equipment is charged based on its consumption without a project dependency.
At this point, it should be transferred out of the vendor's warehouse for maintenance and then returned back in the future depending upon the requirement.
The material stock transfer should happen with an offline approval and with an account alias as a logical reference.
What is the ideal way to handle this process?
At this point, it should be transferred out of the vendor's warehouse for maintenance and then returned back in the future depending upon the requirement.
The material stock transfer should happen with an offline approval and with an account alias as a logical reference.
What is the ideal way to handle this process?
Correct Answer: A
Which two elements CANNOT be injected by using an @Inject annotation? (Choose two.)
Correct Answer: A,B
What three Key Performance Indicators are available in the Warehouse Operations Dashboard?
Correct Answer: A,B,E