oracle 1z0-770 practice test

Exam Title: Oracle APEX Cloud Developer Professional

Last update: Nov 27 ,2025
Question 1

In a faceted search page, facets can be displayed as different UI types. Which two facet item types
are supported in the faceted search region?

  • A. Date Picker
  • B. Range
  • C. Checkbox Group
  • D. Popup LOV
Answer:

B, C


Explanation:
In a faceted search page, facets can be displayed as different UI types depending on the data type
and cardinality of the facet column or expression. The facet item types are the UI components that
are used to render the facets in the faceted search region. The supported facet item types are Range,
Checkbox Group, Radio Group, List, Star Rating, and Switch. Date Picker and Popup LOV are not valid
facet item types. Verified References: [Faceted Search Attributes - Oracle Help Center], [Facet Item
Types - Oracle APEX]

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 2

Which two statements are true about Faceted Search pages?

  • A. Faceted Search supports the ability to filter columns storing multiple values as one string.
  • B. Facets map to specific database columns.
  • C. Multiple charts are not visible in the same region.
  • D. A facet's chart can be seen only in a nonmodal dialog.
Answer:

AB


Explanation:
Faceted Search is a feature that allows end users to filter data by applying one or more facets. A facet
is a set of filters based on a column or expression. Faceted Search supports the ability to filter
columns storing multiple values as one string, such as comma-separated values or JSON arrays, by
using the Split Values attribute. Facets map to specific database columns or expressions that are
defined in the Data Source attribute of the faceted search region. The other statements are false
because Faceted Search supports displaying multiple charts in the same region by using the Chart
View attribute, and a facet’s chart can be seen either in a nonmodal dialog or inline by using the
Chart Display Mode attribute. Verified References: [Creating Faceted Search Pages - Oracle Help
Center], [Facet Attributes - Oracle APEX]

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 3

You must use a Static Content region type to display messages about the employees of the month.
Employee names are stored in the P1 ENAME page item. Which text, when placed in Source, will
display the message correctly?

  • A. Join me in congratulating :P1 ENAME as the new employee of the month!
  • B. Join me in congratulating &P1 ENAME, as the new employee of the month!
  • C. Join me in congratulating v('P1_ENAME') as the new employee of the month!
Answer:

B


Explanation:
A Static Content region type is used to display static text or HTML content on a page. To display
messages about the employees of the month, you can use a Static Content region type with
substitution variables that reference page items. Substitution variables are enclosed in ampersands
(&) and can be used to dynamically replace text with values from page items or application items.
The correct text to display the message is “Join me in congratulating &P1_ENAME, as the new
employee of the month!” The other options are incorrect because they use either colons (:) or v()
function, which are not valid ways to reference page items in Static Content regions. Verified
References: [Creating Static Content Regions - Oracle Help Center], [Understanding Substitution
Strings - Oracle Help Center]

vote your answer:
A
B
C
A 0 B 0 C 0
Comments
Question 4

Which search type in Search Configurations provides linguistic and fuzzy search capabilities?

  • A. Oracle Text
  • B. Standard
  • C. List
Answer:

A


Explanation:
Search Configurations is a feature that allows developers to define how end users can search for data
in an application. There are three types of search configurations: Standard, List, and Oracle Text.
Oracle Text is a search type that provides linguistic and fuzzy search capabilities by using an Oracle
Text index on a table column or view column. Linguistic search enables end users to search for data
based on language-specific rules and preferences, such as stemming, stopwords, synonyms, etc.
Fuzzy search enables end users to search for data based on approximate matches that account for
spelling errors, typos, OCR errors, etc. Verified References: [Managing Search Configurations - Oracle
Help Center], [Oracle Text User’s Guide]

vote your answer:
A
B
C
A 0 B 0 C 0
Comments
Question 5

You created a custom theme for an application. Examine these requirements: 1. The theme must be
utilized by another application in the same workspace. 2. The master theme may still require
changes. Which solution guarantees that any changes to the master theme are reflected in the
copied theme?

  • A. Refreshing the templates
  • B. Verifying the theme subscription
  • C. Subscribing the copied theme to the master theme and refreshing the theme
  • D. Copying the changes made in the master theme to the copied theme
Answer:

C


Explanation:
A theme is a collection of templates and stylesheets that define the layout and appearance of an
application. You can create a custom theme for an application by using the Create Theme Wizard or
by copying an existing theme. If you want to use a custom theme for another application in the same
workspace, you can copy the theme to that application by using the Copy Theme option in Shared
Components. However, if the master theme (the original theme) may still require changes, you need
to subscribe the copied theme to the master theme and refresh the theme whenever there are
changes in the master theme. This solution guarantees that any changes to the master theme are
reflected in the copied theme by using a synchronization process that updates templates and
stylesheets based on their subscription status. Verified References: [Creating Themes - Oracle Help
Center], [Managing Theme Subscriptions - Oracle Help Center]

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 6

Which two tasks can you perform using App Builder?

  • A. Create join queries using drag and drop.
  • B. Generate data definition language (DDL) statements from the Oracle data dictionary.
  • C. Import previously exported apps.
  • D. Create and manage apps.
  • E. Create and manage database objects.
Answer:

C, D


Explanation:
App Builder is the main interface of Oracle APEX that allows developers to create and manage web
applications. App Builder provides various features and tools to design, develop, test, debug, deploy,
and maintain applications. Some of the tasks that you can perform using App Builder are importing
previously exported apps, creating new apps from scratch or from predefined templates or
blueprints, editing app properties and attributes, adding pages and regions, creating shared
components, running and debugging apps, exporting apps to files or workspaces, etc. You cannot
create join queries using drag and drop or generate DDL statements from the Oracle data dictionary
using App Builder. Verified References: [Using App Builder - Oracle Help Center], [App Builder
Concepts - Oracle Help Center]

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 7

There is a validation of type Item is numeric on the P1_SALARY item. When the page is submitted,
this or message is displayed both in the notification and below the item: What will cause the
validation error to appear only in the Notification area?

  • A. Setting the value Required to Yes on P1_SALARY
  • B. Removing P1_SALARY from the validation Associated Item
  • C. Setting Display Location to Inline in Notification
Answer:

B


Explanation:
A validation is a rule that checks the data entered by end users before processing it. A validation of
type Item is numeric checks if a page item value is a valid number. When the page is submitted, if the
validation fails, an error message is displayed both in the notification area (at the top of the page)
and below the item (next to the item label). To cause the validation error to appear only in the
notification area, you need to remove P1_SALARY from the validation Associated Item attribute. The
Associated Item attribute specifies which page item is associated with the validation and where to
display the error message if the validation fails. Setting the value Required to Yes on P1_SALARY or
setting Display Location to Inline in Notification will not affect the validation error display. Verified
References: [Creating Validations - Oracle Help Center], [Validation Attributes - Oracle Help Center]

vote your answer:
A
B
C
A 0 B 0 C 0
Comments
Question 8

Which two Plugin types can be created in Oracle APEX?

  • A. Process
  • B. Validation
  • C. Email Template
  • D. Region
Answer:

A, D


Explanation:
A plugin is a component that extends the native functionality of Oracle APEX by allowing developers
to create custom components using SQL, PL/SQL, HTML, CSS, and JavaScript. A plugin can be created
for any of the following component types: Dynamic Action, Item, Process, Region, Report Layout,
Authentication Scheme, Authorization Scheme, or Data Load Method. A process plugin is a custom
process type that can be executed when a page is submitted or loaded. A region plugin is a custom
region type that can display data or content on a page. Verified References: [Creating Plugins - Oracle
Help Center], [Plugin Concepts - Oracle Help Center]

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 9

Which two are prerequisites to use the REST-enabled SQL feature in Oracle APEX?

  • A. On the remote Oracle Database, install ORDS 19.x or later.
  • B. REST enable the schema in the remote Oracle Database using ORDS.ENABLE_SCHEMA.
  • C. Create a database link to the remote Oracle Database in the local APEX Schema.
  • D. Install Oracle APEX in the remote Oracle Database.
Answer:

AB


Explanation:
The REST-enabled SQL feature in Oracle APEX allows developers to execute SQL statements and
PL/SQL blocks on a remote Oracle Database by using REST services. The prerequisites to use this
feature are:
On the remote Oracle Database, install ORDS 19.x or later.
REST enable the schema in the remote Oracle Database using ORDS.ENABLE_SCHEMA.
Create a REST Data Source with REST Enabled SQL as the REST Data Source Type in Oracle APEX.
Create an Authorization Scheme based on the REST Data Source in Oracle APEX. You do not need to
create a database link to the remote Oracle Database or install Oracle APEX in the remote Oracle
Database to use this feature. Verified References: [Using REST Enabled SQL - Oracle Help Center],
[REST Enabled SQL Service - Oracle Help Center]

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 10

Which statement is true about Unified Task List in the Approvals component?

  • A. It is a page type in the Create Page Wizard that is used to create a summary of tasks that functions like an inbox.
  • B. It is a page that shows details for a specific task, which can include metadata, history, comments, and actions.
  • C. It is a shared component used to configure task parameters, participants, actions, and due dates.
Answer:

A


Explanation:
The Approvals component in Oracle APEX is a feature that allows developers to create approval
workflows for business processes that require human intervention or decision making. The Approvals
component consists of three main elements: Tasks, Task List Page, and Task Details Page. The Unified
Task List is a page type in the Create Page Wizard that is used to create a summary of tasks that
functions like an inbox for end users. The Unified Task List displays all tasks assigned to or created by
an end user along with their status, priority, due date, etc. End users can filter, sort, search, view
details, and perform actions on tasks from this page. Verified References: [Using Approvals - Oracle
Help Center], [Creating a Unified Task List Page - Oracle Help Center]

vote your answer:
A
B
C
A 0 B 0 C 0
Comments
Page 1 out of 14
Viewing questions 1-10 out of 142
Go To
page 2