1z0-750Free trialFree trial

By oracle
Aug, 2025

Verified

25Q per page

Question 1

Which three item types support defining a list of values? (Choose three.)

  • A: Color Picker
  • B: List Manager
  • C: File Browse
  • D: Text Field with autocomplete
  • E: Shuttle
  • F: Switch

Question 2

Kim has defined a validation of "Item is NOT zero" on P5_SAL. When she runs the page, the error is displayed in the notification, but does not highlight the item or display the error below the item. Kim changes Display Location to "Inline with Field and Notification". However, the validation error still does not display under the item.
What must Kim do to ensure that the validation error appears correctly under the item and also in the notification?

  • A: Add JavaScript to the item to display on error
  • B: Set Display Location to "Inline with Field"
  • C: Set Value Required to Yes on P5_SAL
  • D: Set Validation Associated Item to P5_SAL

Question 3

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?

  • A: &PAGE_ITEM
  • B: v("˜PAGE_ITEM')
  • C: APEX_UTIL.GET_SESSION_STATE(p_item => "˜PAGE_ITEM)
  • D: :PAGE_ITEM

Question 4

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.)

  • A: Include a join clause in the SQL Query attribute of the detail interactive grid region.
  • B: Enter the name of the foreign key constraint in the Detail Region Foreign Key Relationship attribute.
  • C: In the master region, select the correct region for the Detail Region attribute.
  • D: Make the master interactive grid region read-only.
  • E: Move the detail region below the master region.
  • F: In the detail region, select the correct region for the Master Region attribute.
  • G: In one of the columns of the detail region, select the related column of the master region for the Master Column attribute.

Question 5

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?

  • A: Go to Application Utilities > Templates and review the utilization report
  • B: Go to Shared Components > Templates, and select References for the given template
  • C: Go to Application Utilities > Cross Page Utilities and review Page Attributes
  • D: Run the Application Advisor and select Template Utilization

Question 6

What is the least error-prone way to split a long list into two lists?

  • A: Create 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.
  • B: Create 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.
  • C: Create an empty second list, manually re-create the needed list entries, and then remove the matching list entries from the first list.
  • D: Copy 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.

Question 7

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?

  • A: Click Appearance, and then click Choose New Icon
  • B: Click User Interface Defaults, and then select Edit Defaults
  • C: Edit the home page and click Select Icon
  • D: Click Advanced Settings, and then use the select list for Icon

Question 8

Which is true interactive reports?

  • A: Subscription is supported only on primary reports
  • B: A developer can hide the search bar
  • C: A developer can delete a primary report
  • D: Only reports can be downloaded, not group by, charts, or pivots

Question 9

Martin has a text field on a page that he wants to protect with Session State Protection.
Select the four valid protection levels available to Martin. (Choose four.)

  • A: Checksum Required: User Level
  • B: Hidden Item
  • C: Checksum Required: Workspace Level
  • D: Unrestricted
  • E: Checksum Not Required
  • F: Checksum Required: Session Level
  • G: Restricted: May not be set from browser
  • H: Checksum Required: Application Level

Question 10

Which two are true about using the Create Page Wizard to create a report with "Report with Form on Table"? (Choose two.)

  • A: The wizard builds two pages using an interactive grid page and a form page.
  • B: The report and form must both be based on the same table or view.
  • C: The wizard builds two pages, and interactive report page and a form page.
  • D: The second page allows users to select the previous and next records.
  • E: The first page allows users to update records.

Question 11

Robert has a form page, Page 5, on the EMP table. He has defined two validations.
Validation 1 checks that P5_MGR is not null.
Validation 2 checks that the employee selected in P5_MGR has a job of PRESIDENT or MANAGER.
How can Robert prevent the employee job validation (Validation 2) from firing when the P5_MGR is NOT NULL validation (Validation 1) has failed?

  • A: Set stop processing to Yes for the P5_MGR is NOT NULL validation (Validation 1)
  • B: Ensure Validation 1 is listed before Validation 2
  • C: Add a server-side condition of P5_MGR is NOT NULL to the employee job validation (Validation 2)
  • D: Set Always Execute to No for the P5_MGR employee job validation (Validation 2)

Question 12

Michael has developed an app for tracking product defects. His navigation menu lists each product. He has defined application items and computations to hold the number of defects for each product. For example, for Hedgers, he has defined the application item HEDGER_DEFECTS.
How can Michael add the number of open defects in the navigation menu entries?

  • A: Update the Navigation Menu template to be Include Count.
  • B: Update Template Options and set Display Count to True.
  • C: Update the List Entry Label for Hedgers to Hedgers &HEDGER_DEFECTS., and similarly for other products.
  • D: Add &HEDGER_DEFECTS. to User Defined Attribute 01 in the navigation menu for Hedgers, and similarly for other products.

Question 13

William has created the chart on the left, which displays values.
He wants to show the chart on the right, which displays percentages.

Image 1

Which step should William perform to display percentages?

  • A: Set the Column Mapping > Value to "Percentage".
  • B: Set Label > Display As to "Percentage".
  • C: Update the query to return percentage values.
  • D: Set Tooltip > Show Value to "No."

Question 14

Mary wants to add feedback to an application. She uses the Create Page Wizard, selects Features, and then selects Feedback. The wizard adds a feedback entry to the navigation bar and creates new pages, in her application, under Administration to review and disposition the feedback.
Which statement is true about feedback data?

  • A: Feedback entered into the app can be viewed by developers in Team Development
  • B: When an administrator updates the feedback status, the person logging the feedback is notified
  • C: A new table is created in your schema to store the feedback for the app
  • D: You can invoke the feedback page from a modal dialog page

Question 15

Which three are true about using REST Enabled SQL to access a remote database? (Choose three.)

  • A: Authentication must be done using the OAuth2 Client Credentials flow.
  • B: REST Enabled SQL must be enabled in the remote databases' ORDS configuration.
  • C: A wallet must be defined and configured on the remote database.
  • D: A REST Enabled SQL Reference must be created in Shared Components.
  • E: Authentication can be done using the remote database username and password.
  • F: The application parsing schema must be REST enabled.

That’s the end of your free questions

You’ve reached the preview limit for 1z0-750

Consider upgrading to gain full access!

Page 1 of 3 • Questions 1-25 of 71

Free preview mode

Enjoy the free questions and consider upgrading to gain full access!