Oracle Application Development Framework Essentials (1Z1-554) Free Practice Test
Question 1
You have a business component model to support departments (EO, VO, AM), and want to access it as a Web service. What should be the steps you'd need to perform to create a JavaServer Faces page?
Correct Answer: E
Question 2
In which file would you expect to find all the attribute accessor for a view object?
Correct Answer: B
Question 3
Identify two ways to create a bounded task flow.
Correct Answer: B,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
You have created a page template to use as the basis for the Web pages in your application however you have a handful of pages that require a slightly different layout from that of the template.
What is the most efficient use of the framework to handle this situation?
What is the most efficient use of the framework to handle this situation?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
Consider this task flow. What will be the outcome of calling the task flow?


Correct Answer: B
Question 6
What type of reusable component is being described here?
"They define reusable skeletons which are available to be extended, and therefore, cannot
be run on their own. They can be based on another reusable component of same type. To reuse mechanisms are provided: by copy and by reference"
"They define reusable skeletons which are available to be extended, and therefore, cannot
be run on their own. They can be based on another reusable component of same type. To reuse mechanisms are provided: by copy and by reference"
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
What type of object is being described here?
"They handle events or some manipulation of data that is best handled at the front end. They are bash ally java classes with a no arg constructor that you register with the application in task flow files."
"They handle events or some manipulation of data that is best handled at the front end. They are bash ally java classes with a no arg constructor that you register with the application in task flow files."
Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
Which three statements describe ADF Business Components?
Correct Answer: C,E,F
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
You want to display a calculation of the total compensation for an employee. The total compensation is the salary plus the salary multiplied by any commission percentage. The salary and commission percentage are stored in the database, but the total compensation is not. A transient attribute has been defined in the employee entity object to display the total compensation. What would be the transient attribute's value if it was written in Groovy?
Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
What file would you use if you wanted to modify the Authentication Security of an application?
Correct Answer: C,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).