Exam Details

  • Exam Code
    :1Z0-151
  • Exam Name
    :Oracle Fusion Middleware 11g: Build Applications with Oracle Forms
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :90 Q&As
  • Last Updated
    :Mar 27, 2025

Oracle Oracle Certifications 1Z0-151 Questions & Answers

  • Question 61:

    Your company applies three different interest rates for customers based on their credit rating, which is classified as being Excellent, Fair, Poor or Unknown.

    In the years past, clerks entered credit ratings manually, which resulted in some of them being mistyped. To improve data entry accuracy you modify the Customers form so that the Credit_Rating item is a static list item that allows only those four values.

    Users report to you that some of the customer records can no longer be accessed when they use the modified Customers form. How can you fix this problem?

    A. Ensure that required is set to No for the list item so that a blank line appears in the list.

    B. Set the Mapping of Other Values property for the list item.

    C. Set the Default Value property for the list item.

    D. Set the Query Allowed Property for the list Item.

    E. Users must re-enter the records for those customers that cannot be accessed.

  • Question 62:

    You have designed a form with two content canvases. The window for the first canvas was created implicitly, and you have not changed its default properties.

    You want users to be able to navigate between the canvases easily while viewing both simultaneously. Therefore, you create a second window, changing only its name from the default properties.

    However, when you test the form, you find that you are unable to close either window. What must you do to provide this functionality?

    A. Change the second window to a modal window.

    B. Code a When-Window-Closed trigger for each window.

    C. Set Close Allowed to Yes for both windows.

    D. Set Hide on Exit to Yes for both windows.

  • Question 63:

    The Employees database table contains more columns than can be displayed at one time in a form. You create a data block that uses all the columns. How can you enable users to interact with all the items and switch between them without scrolling or closing anything?

    A. Define multiple content canvases and display them in multiple modeless windows.

    B. Define multiple content canvases and display them in the same modeless window.

    C. Define multiple content canvases and display them in multiple modal windows.

    D. Define multiple content canvases; display one in a modeless window and the others in modal windows.

    E. This is not possible because items from a single block must be displayed on the same canvas and window.

  • Question 64:

    Iin an Order Entry form, the Order_Items block has a text item called Shipping Date, which is of the Date data type. The Lowest Allowed Value and the Highest Allowed Value properties are not defined for this item.

    Assuming that the following are defined, which three are valid settings for the initial Value = property of the Shipping_Date Item?

    A. $$DBDATE$$

    B. :Orders.Order_Date + 3

    C. SYSDATE

    D. :GLOBAL.SHIP_DATE

    E. :PARAMETER.SHIP

    F. ORDER_ITEMS_SEQ

  • Question 65:

    Yon have created a list item for the Credit__Rating field in the Customers form, the Finance department usually determines a range of scores that pertain to the customer, the values in the list are Excellent, Good, Fair, and Poor, corresponding to the ranges provided by Finance. The default value Fair, because that is the range that applies to most customers.

    Sometimes, Finance can provide an exact credit score; so users must be able to enter the exact numerical value if it is known. Often clerks enter the customer data before the performance of a credit check, so they must be able to enter a blank value if the credit rating is not yet determined.

    Users want to be able to select a blank value from the list, but the list does not display a blank line for them to select. How can you meet this requirement without changing the default value of the list item?

    A. Add a blank line to the list item when you define the static values.

    B. Set Mapping of other Values for the Credit_Rating Item to NULL.

    C. Set the Required property of the Credit_Rating item to No.

    D. Delete the NOT NULL constraint for the Credit_Rating Column in the database.

    E. You cannot change this type of list item to display a blank value; users must delete the default value records if the credit rating is not known.

  • Question 66:

    A clerk is using the Human Resources form, which displays a department and its associated employees on the same canvas. Only two Items in the form are enabled.

    Possible navigation units that can occur during navigation of this form are:

    1.

    Outside the form

    2.

    The Human Resources form

    3.

    The Departments block

    4.

    The Employees block

    5.

    The current Departments record

    6.

    The current Employees record

    7.

    The Department_Id item

    8.

    The Employee_Id item

    With the cursor in : Departments.Department_Id, the clerk clicks the :Employees.Employee_Id item. What is the sequence of navigational unit movement that occurs?

    A. 1, 2, 3, 4, 5, 6, 7, and 8

    B. 7, 5, 3, 2, 4, 6, and 8

    C. 7, 5, 3, 2, 4, 6, and 8 only

    D. 7, 5, 3, 4, 6, and 8 only

    E. 7 and 8 only

  • Question 67:

    You want to use WebUtil functionality in the Orders form. What three things must you do to integrate WebUtil into the Orders Form?

    A. Copy the WebUtil object group from the WebUtil object library into a separate object library.

    B. Subclass the WebUtil object group from the WebUtil object library into the Orders form.

    C. Ensure that the WebUtil block is the last block under the Data Blocks node in the Object Navigator.

    D. Ensure that the WebUtil block is the first block under the Data Blocks node in the Object Navigator.

    E. Attach the WebUtil library to the Orders form.

    F. Copy the WebUtil library to the same directory as the Orders form.

    G. in the When-New-Form-instance trigger, register the WebUtil javaBeans.

    H. Set the Implementation Class Property for any items that will implement WebUtil JavaBeans.

  • Question 68:

    You are coding a When-Checkbox-Changed trigger.

    Which statements are available for use in your code?

    A. unrestricted built-ins only

    B. restricted and unrestricted built-ins only

    C. PL/SQL statements and unrestricted built-ins only

    D. PL/SQL statement-, and any built-ins

  • Question 69:

    On the Employees form, you do not want the cursor to enter the Employee_Id text item, which is the first item in the first block on the form. You code a Pre-Text-item trigger for that item that uses the GO_ITEM built-in to navigate to the next item.

    What happens when you run the form from Forms Builder?

    A. You receive a compilation error.

    B. The form starts to run, but immediately closes. So If an error message Is displayed, you are unable to see it.

    C. The form runs, but as soon as it appears, you receive a runtime error.

    D. The form runs, but as soon as you perform any navigation, a runtime error occurs.

    E. The form runs with no problem.

  • Question 70:

    You put some code in a Post_Update trigger and raise the FORM_TRIGGER_FAILURE under certain conditions. Does a rollback take place if the trigger falls?

    A. Yes. Although the update has been applied to the database, the old column values are retained as rollback data; so a failure of this trigger automatically reinstates the original values.

    B. No. It is too late to perform a rollback at this stage because the update has already been applied.

    C. The value have already been applied, so you must programmatically save the old values in the global variables or PL/SQL variables if you want to reinstall the original values.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-151 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.