1Z0-419 | A Review Of Downloadable 1Z0-419 exam question


Q11. Which two statements describe the characteristics of an entity object? (Choose two.) 

A. An entity object represents a cache for records retrieved from the database. 

B. An entity object includes an ORDER clause to allow you to order the data in it. 

C. An entity object includes a WHERE clause to allow you to shape the data in it. 

D. Every column in a database table must be represented as an entity object attribute. 

E. An entity object definition is described in XML. 

Answer: A,D 

Q12. Your organization has specified that menu components should be located on the left-hand side of a page and that the main content should be displayed in the center. How do you ensure that developers adhere to this standard? (Choose the best answer.) 

A. Ask all developers to use the two-column quick start layout. 

B. Create a page template that defines the specified layout and distribute it to developers 

C. Create an ADF library that contains a collection of ADF Faces components that developers must use 

D. Create a task flow template that defines the specified layout; this will enforce the correct layout on all pages that are built from the template. 

Answer:

Q13. Which three options does an entity object automatically implement? (Choose three.) 

A. primary key functionality based on any column in the database that is marked as a primary key 

B. B. not-null functionality based on any column in the database that is marked as not null 

C. attribute precision based on column size 

D. all table check constraints 

E. any table triggers 

Answer: A,B,C 

Q14. You create a default entity object based on the Employees table, using the wizard and accepting the default settings. Which option represents the source file(s) that are typically created for you? (Choose the best answer.) 

A. Employees xml 

B. Employees.xml and EmployeeslmplJava 

C. Employees.xml and Employees.sql 

D. EmployeesDeflmp.java 

E. EmployeesDeflmpl.xml 

Answer:

Q15. During design time, you define two root application modules, each with a single view object. At run time, you have a single page exposing each view object as a separate table on the same page. Three users access the page at run time simultaneously 

Disregarding application module pooling, how many application module instances are instantiated to serve the three users at run time? (Choose the best answer.) 

A. 0 

B. 1 

C. 2 

D. 3 

E. 6 

Answer:

Q16. Select three options that page template developers can use when creating a page template. (Choose three.) 

A. Create a page template based on a quick start layout. 

B. Create a page template based on an existing JavaServer Faces (JSF) page. 

C. Create a JavaServer Faces Fragment (JSFF) and register it as a page template. 

D. Create a page template based on an existing template. 

E. Create a page or fragment from a blank layout and register it as a page template. 

F. Create a page template from a blank layout. 

Answer: B,D,F 

Q17. Which statement is true about the role of bindings within the ADF Model layer of ADF? (Choose the best answer.) 

A. The binding is a Java API for reading and writing data directly between ADF Business Components and ADF Faces. 

B. There is a one-to-one mapping such that each data control has only one binding. 

C. There are three types of bindings: method, attribute, and table. 

D. Expression Language is used to connect a Ul component to a binding. 

E. Bindings can be created only by dragging and dropping from the Data Controls window. 

Answer:

Q18. What is the purpose of applying a view criteria to a list accessor (that defines the data source of a list of values)? (Choose the best answer.) 

A. it allows the data in the list to be filtered based on the view criteria. 

B. Defining a view criteria allows you to specify different Ul options for the list of values. 

C. it automatically gives end users a search panel from which they can filter the data in the list of values. 

D. it defines the order in which the data in the list appears. 

E. it automatically prevents excessively long lists of values by forcing the application of view criteria if the list of values has more than a defined number of rows returned 

Answer:

Q19. You create a view object CustomersVO based on an entity object CustomerEO . How would you declaratively change the result set returned from the view object: 

A. Add ORDER BY CustomerName to the query in CustomersVO. 

B. Add ORDER BY CustomerName to the query in CustomerEO. 

C. Change the CustomersVO query mode to "Expert" and define the query using the ORDER BY clause as required. 

D. Re-order the attributes in the CustomersVO editor such that the CustomerName attribute is listed first. 

E. Create a view criteria on CustomersVO to order by the CustomerName attribute. 

Answer:

Q20. Which option represents the expression you would use to determine if a user belongs to the administrator role? (Choose the best answer.) 

A. #{securityContext.userinRolefadministrator']} 

B. adf.context.securityContext.role.administrator 

C. #{securityContextuserGrantedResource [administrator1]} 

D. sfadfSecurity.userlnRolefadministrator']} 

E. adf.context.secuhtyContext.userlnRole.administrator 

Answer: