Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Oracle 1Z0-132
Title
: Build Internet Applications II
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. Examine the code below.
FUNCTION check_window RETURN VARCHAR2 IS
BEGIN
RETURN (GET_VIEW_PROPERTY(GET_ITEM_PROPERTY(
NAME_IN('system.cursor_item'), item_canvas),
window_name));
END;
What does this function return?
A. the name of the item where the cursor is located
B. the name of the form where the cursor is located
C. the name of the window where the cursor is located
D. the name of the canvas where the cursor is located
Answer: C
2. Which statement about windows and blocks is true?
A. Transaction management is block-oriented rather than window-oriented.
B. Forms automatically navigates to an item located in an activated window.
C. A window may contain multiple blocks, but each block can only span one window.
D. A window can contain multiple canvases, and an item can be located on multiple canvases.
Answer: A
3. You include the calendar class in your Hotel Booking application. Which additional form level objects will
you need to create to implement this reusable component fully?
A. blocks
B. visual attributes
C. stacked canvas
D. Nothing further needs to be created.
Answer: D
4. You need to create a trigger to locate the Product report on the Rpt_Server, run the report, and test the
status of the report. Which three built-ins would you use to use to accomplish this task? (Choose three.)
A. RUN_PRODUCT
B. SET_REPORT_OBJECT_PROPERTY
C. RUN_REPORT_OBJECT
D. FIND_REPORT_OBJECT
E. REPORT_OBJECT_STATUS
F. COPY_REPORT_OBJECT_OUTPUT
Answer: CDE
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
5. You create a multiple form application. Which built-in must you use to invoke the form modules to enable
you to programmatically control navigation between the multiple forms in your application?
A. NEW_FO