Free Oracle 1Z0-900 Exam Actual Questions

The questions for 1Z0-900 were last updated On Nov 16, 2024

Question No. 1

Given the code fragment:

What output will be returned when this servlet is called a GET request?

Show Answer Hide Answer
Correct Answer: A

Question No. 2

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?

Show Answer Hide Answer
Correct Answer: C

Question No. 3

Given the code fragment from a Facelet page:

On Line 1, you ae asked to insert a search box that displays the text ''Search Here'' via a placeholder.

Assume searchMB is a valid Managed Bean.

Which two options enable you to create a search box with a placeholder attribute on Line 1? (Choose two.)

Show Answer Hide Answer
Correct Answer: C, E

Question No. 4

Which two elements CANNOT be injected by using an @Inject annotation? (Choose two.)

Show Answer Hide Answer
Correct Answer: B, D

Question No. 5

Your class requires multiple resources defined, as shown in the following:

Which annotation do you use to group multiple @Resource declarations together for class-based injection, replacing in the code above?

Show Answer Hide Answer
Correct Answer: B