1Z0-554 | A Review Of Breathing 1Z0-554 practice test


Q11. Which three statements are true about managed bean usage within task flows? 

A. A managed bean can be used within a task flow router activity to evaluate a navigation case. 

B. You must explicitly instantiate a managed bean before using it. 

C. Managed beans are only available in bounded task flows. 

D. Common task flow actions can be placed in a managed bean within a task flow template. 

E. A task flow parameter can reference a managed bean. 

F. A managed bean always remains in scope while the task flow within which it is used is active. 

Answer: DEF 

Q12. What would you enclose an EL expression in so that it is evaluated immediately when a page is rendered? 

A. & {} 

B. # {} 

C. $ {} 

D. % {} 

E. @{} 

Answer:

Q13. Which File includes all the methods to insert, update, delete, and lock rows? 

A. Entity. Java 

B. EntityImp1. Java 

C. EntityDefImp1.Java 

D. EntityCollImp1. Java 

Answer:

Q14. Which component CANNOT be packaged into an ADF Library JAR file? 

A. ADF Business Components 

B. Task flows 

C. Task flow templates 

D. ADF Library JAR files 

E. Declarative components 

Answer:

Q15. What three statements are correct about task flow control flows? 

A. A control flow would typically be initiated from a button or link that is being clicked. 

B. A view activity can be the source for many control flow rules. 

C. A Control flow can exist between a view activity and a method call. 

D. The definition of control flows for a page are stored in the page backing bean. 

E. The name of a control flow must match the name of the view activity to which it navigates. 

Answer: ACE 

Q16. You have an ADF Faces page which includes input components for A, B and C. On updating either A or B, you want C to be refreshed automatically. How could you achieve this? 

A. Set the PartialTriggers property on A and B to reference 

B. Set the PartialTriggers property on C to reference A and B 

C. Set the Autosubmit property on A and B to true 

D. Set the Autosubmit property on A and B to true, and the PartialTriggers property on C to reference A and B 

E. Set the Autosubmit property on A and B to true and the PartialTriggers property on C to reference C 

F. Set the Autosubmit property to true on A, B and C 

Answer:

Q17. Which managed property type supports a null value? 

A. int 

B. boolean 

C. String 

D. Object 

E. Number 

Answer:

Q18. You master (form)/detail (table) page displaying a single order and a table containing the order items on it. If contains navigation to move from one order to another order what three bindings types would you find in the page definition file? 

A. attributeValue, action, table 

B. attributeValue, action, tree 

C. attributeValue, button, table 

D. attributeValue, button, tree 

E. attributeValue, action, list 

F. attributeValue, button, list 

Answer:

Q19. You have an ADF Faces page that contains various input fields and a command button. The command button has the partial submit property set to true. For this page, when the button is clicked which two statements are true? 

A. Only UI components whose values have been changed will be refreshed. 

B. Only the UI panel In which the button exists will have its content refreshed. 

C. The page will refresh all UI components that have the partialSubmit property set to true. 

D. The page is submitted and only components, whose partialTriggers property references the button, will be refreshed. 

E. The page is submitted, and any components that have the same binding executable as the button and have changeEventPolicy set to PPR, are refreshed. 

Answer: BC 

Q20. Your application contains a bounded task flow with four pages. The pages are all based on different application modules and the task flow has the transaction property set to "Always Begin New Transaction and a commit operation is defined as the return activity. The user makes some changes on each of the pages but a commit failure occurs on the bindings in the third page. Which of these scenarios describes the outcome of this situation? 

A. None of the changes on any of the pages is committed all are rolled back. 

B. Pages one and two and four are committed; page three is not committed. 

C. The changes on the first two pages are committed; the changes on the last two pages are not committed. 

D. It depends on the value that has been set in the Transaction property on each application module. 

Answer: