Oracle 1z0-750 Exam Practice Questions (P. 3)
- Full Access (71 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
You want to use the session state value of a page item in the SELECT statement for a report on another page.
What is the correct way to reference the value of a page item in a SQL statement?
What is the correct way to reference the value of a page item in a SQL statement?
- A&PAGE_ITEM
- Bv("˜PAGE_ITEM')
- CAPEX_UTIL.GET_SESSION_STATE(p_item => "˜PAGE_ITEM)
- D:PAGE_ITEMMost Voted
Correct Answer:
C
Reference:
https://docs.oracle.com/en/database/oracle/application-express/19.2/aeapi/GET_SESSION_STATE-Function.html#GUID-8BB0C252-C4DB-4300-
AA34-9E1FF3B2DAA7
C
Reference:
https://docs.oracle.com/en/database/oracle/application-express/19.2/aeapi/GET_SESSION_STATE-Function.html#GUID-8BB0C252-C4DB-4300-
AA34-9E1FF3B2DAA7
send
light_mode
delete
Question #12
Ellie has two related interactive grids on a page. Which two steps must she perform to create a master detail relationship between them? (Choose two.)
- AInclude a join clause in the SQL Query attribute of the detail interactive grid region.
- BEnter the name of the foreign key constraint in the Detail Region Foreign Key Relationship attribute.
- CIn the master region, select the correct region for the Detail Region attribute.
- DMake the master interactive grid region read-only.
- EMove the detail region below the master region.
- FIn the detail region, select the correct region for the Master Region attribute.
- GIn one of the columns of the detail region, select the related column of the master region for the Master Column attribute.
Correct Answer:
CG
CG
send
light_mode
delete
Question #13
Carl has created a new region template as a copy of the Standard region template in Universal Theme. He wants to update the template, but is not sure how often the template is used throughout the application.
How can Carl determine all of the pages where his custom template is used?
How can Carl determine all of the pages where his custom template is used?
- AGo to Application Utilities > Templates and review the utilization report
- BGo to Shared Components > Templates, and select References for the given template
- CGo to Application Utilities > Cross Page Utilities and review Page Attributes
- DRun the Application Advisor and select Template Utilization
Correct Answer:
D
Reference:
https://docs.oracle.com/database/121/HTMDB/ui_templt.htm#HTMDB25621
D
Reference:
https://docs.oracle.com/database/121/HTMDB/ui_templt.htm#HTMDB25621
send
light_mode
delete
Question #14
What is the least error-prone way to split a long list into two lists?
- ACreate an empty second list, copy selected list items from the first list to the second list, and then remove the copied list items from the first list.
- BCreate two new lists, copy list items from the initial list to the first list, copy the remaining list items from the initial list to the second list, and then delete the initial list.
- CCreate an empty second list, manually re-create the needed list entries, and then remove the matching list entries from the first list.
- DCopy the entire list, grid edit the copied list and remove entries that are not needed, and then grid edit the first list and remove the entries that are now in the second list.
Correct Answer:
C
C
send
light_mode
delete
Question #15
Susan is building a new bug tracking application by using the Create Application Wizard. She wants to change the icon on the login screen to the "app-icon-bug" image.
How can Susan change the icon?
How can Susan change the icon?
- AClick Appearance, and then click Choose New Icon
- BClick User Interface Defaults, and then select Edit Defaults
- CEdit the home page and click Select Icon
- DClick Advanced Settings, and then use the select list for Icon
Correct Answer:
A
A
send
light_mode
delete
All Pages