Oracle Application Development Framework Essentials v8.0 (1z0-554)

Page:    1 / 7   
Total 96 questions

You have default Department and Employee Business Components and want to show all the employees in a single Department. You create a default JSF Master-Detail page with the master as a form (Department) and the details as a table (Employees) page. It also contains navigation to move from department to another. What three binding types would you expect to 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 : B

Reference:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/appendixa.htm#CDJCBIGB (table
A-5)

Choose three characteristics of action listeners.

  • A. They do not return a value.
  • B. They are used for controlling the UI, modifying values, or navigation
  • C. They are executed last in the execution order.
  • D. They are triggered by a change in the value of a component.
  • E. They execute in the Invoke Application phase of the life cycle.
  • F. They return a String outcome.
  • G. They execute after value change listeners.


Answer : A,E,G

Reference: http://docs.oracle.com/cd/E12839_01/web.1111/b31973/af_lifecycle.htm (Topic
4.3)

An application module is named MyAppModule. No Java component is defined for the module but the application does define a base class that extends oracle.jbo.serverAppiicationModuleimp1.
Which two statements are true in this scenario?

  • A. Code In the base class will only be implemented if MyAppModuleApp1. java extends the base class.
  • B. Any code in the base class will be implemented by MyAppModule.
  • C. No code in the base class will be implemented because an application-specific Java component named MyAppModuleImp1. java does not exist.
  • D. Any code in the base class will be implemented by MyAppModuleDefimp1.java.
  • E. The MyAppModule. xml definition will include a reference to the base class.


Answer : B

Reference:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/bcadvgen.htm#BABCGFIE (topic
36.1.3)

The FOD schema includes two entity objects, ProductEO and ProductCategoryEO, related as shown in the screenshot. Examine the relationship between ProductEO and
ProductCategoryEO and Choose the business rule that this relationship implements.


  • A. A Product Category classifies zero or one Product belongs to one or many Product Categories.
  • B. A Product Category classifies one or many Product belongs to one or many Product Categories.
  • C. A Product Category classifies one and only one Product belongs to one or many Product Categories.
  • D. A Product Category classifies one or more Product belongs to zero or one Product Categories.
  • E. A Product Category classifies one and only one Product belongs to one and only one Product Categories


Answer : D

Which managed property type supports a null value?

  • A. int
  • B. boolean
  • C. String
  • D. Object
  • E. Number


Answer : C

Reference: http://docs.oracle.com/cd/E12839_01/web.1111/b31974/lists.htm (create a list bound to a fixed list of values, number 8, third paragraph)

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 : C

Reference:
http://books.zkoss.org/wiki/ZK_Developer's_Reference/UI_Composing/ZUML/EL_Expressi ons

Which two ADF Faces components fire a sortEvent?

  • A. Table
  • B. Query
  • C. QuickQuery
  • D. Tree
  • E. TreeTable
  • F. Dialog


Answer : A,E

You have a page that shows employees, the department they work in, and their manager.
When you assign an employee to a manager, you want to make sure the only managers you show are people who work in the same department as the employee. You can accomplish this task with a dependent list of values. In order to accomplish this task you need to create a view criteria on the employees view. Which attribute from the employees view should you use in view criteria?

  • A. EmployeeId
  • B. DepartmentId
  • C. DepartmentName
  • D. ManagerId


Answer : B

What type of object is being described here?
It provides a way to co-ordinate regions on a page. It can be raised or consumed only with a method binding that must be only data control methods, not managed bean methods.

  • A. An action event
  • B. A method call
  • C. A task flow call
  • D. A contextual event
  • E. A router
  • F. A data control


Answer : D

Reference:
http://docs.oracle.com/cd/E12839_01/web.1111/b31974/taskflows_complex.htm

When granting a user or role access to a group of pages, it is best practice to grant that user or role access to what type of file or component?

  • A. Page definition file
  • B. Bounded task flow including the page(s)
  • C. Unbounded task flow including the page(s)
  • D. . jspx file
  • E. Entity objects included in the UI


Answer : A

To skin a particular instance of a command link component you define a skin definition for the link. What attribute would you then set on the link button component to incorporate the skin definition?

  • A. SkinFamily
  • B. ContentStyle
  • C. StyleClass
  • D. InlineStyle
  • E. SkinClass


Answer : C

Valid customer status codes for an application are contained in the StatusCode attribute of a CustomerStatus view object. In the Customers view object, the CustomerStatusCode attribute should be selected from a drop-down list. How would you create a list of value for
CustomerStatusCode?

  • A. Create a view link for CustomerStatus. Define the list and display attributes and define that list attribute UI Hints.
  • B. Define the CustomerStatus list data source and list attribute. Define a display attribute and map the status code attribute to the CustomerStatusCode attribute.
  • C. Create a transient attribute in the Customers view object. Define the value of the customerstatusCode attribute using Groovy, and set the display type of the attribute to list.
  • D. Define the Customers list data source. Define the statuscode display attribute and the list return values, and set the value type for the statuscode attribute to list.
  • E. Create a view link for CustomerStatus. Define the WHERE clause for the Customers view object to include the corresponding list attributes from both view objects. Set the value type of the CustomerStatusCode attribute to list.


Answer : A

Choose two ways you could employ a bounded task flow as a region.

  • A. Drag a bounded task flow definition from the Application Navigator to the page definition on unbounded task flow.
  • B. Drag a bounded task flow definition from the Application Navigator to the page and choose Create Region.
  • C. Drag a bounded task flow definition from the Application Navigator to the page and choose Create Dynamic Region.
  • D. Drag a bounded task flow definition from the data control palette to the page and choose Create Region.
  • E. Drag a region from the Application Navigator to the page and choose Create Dynamic Region.
  • F. Drag a bounded task flow definition from the Application Navigator to the page definition on a bounded task flow.


Answer : B,C

Reference: http://docs.oracle.com/cd/E12839_01/web.1111/b31974/taskflows_regions.htm
(topic 17.1.1)

Your application contains an entity object, OrdersEO. You decide to create an updatable view object SpecialOrdersVO, to handle orders that contain not-from-stock items.
How will SpecialOrdersVO and OrdersEO interact to retrieve data about special orders?

  • A. OrdersEO retrieves the data from the database and validates it; SpecialOrdersVO then queries the entity object's cache
  • B. SpecialOrdersVO queries the database; the retrieved data is validated in the entity object, and then saved to the entity object's cache
  • C. SpecialOrdersVO queries the OrdersEO entity object to retrieve data about special orders; the data is then saved in the view object's cache
  • D. SpecialOrdersVO queries the OrdersEO cache; the data is validated by the entity object, and then the two objects are synchronized with the database


Answer : B

In which file would you expect to find all the attribute accessor for a view object?

  • A. View. Java
  • B. Viewlmpl.java
  • C. ViewDefImp1.java
  • D. ViewRowlmp1.java


Answer : B

Page:    1 / 7   
Total 96 questions