0% found this document useful (0 votes)
441 views29 pages

Oracle.1Z0-770.v2025-02-12.q51

The document provides details about the Oracle APEX Developer Professional exam (1Z0-770), including various questions and answers related to creating reports, using smart filters, managing workspaces, and applying aggregations. It highlights the functionalities and features of Oracle APEX, such as creating reports, using template options, and understanding Progressive Web Applications (PWAs). Additionally, it covers aspects of migrating APEX applications and the capabilities of Classic Reports.

Uploaded by

uyen.ha927
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
441 views29 pages

Oracle.1Z0-770.v2025-02-12.q51

The document provides details about the Oracle APEX Developer Professional exam (1Z0-770), including various questions and answers related to creating reports, using smart filters, managing workspaces, and applying aggregations. It highlights the functionalities and features of Oracle APEX, such as creating reports, using template options, and understanding Progressive Web Applications (PWAs). Additionally, it covers aspects of migrating APEX applications and the capabilities of Classic Reports.

Uploaded by

uyen.ha927
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

Oracle.1Z0-770.v2025-02-12.

q51

Exam Code: 1Z0-770


Exam Name: Oracle APEX Developer Professional
Certification Provider: Oracle
Free Question Number: 51
Version: v2025-02-12
# of views: 106
# of Questions views: 510
https://www.exam-tests.com/1Z0-770-exam/Oracle.1Z0-770.v2025-02-12.q51.html

NEW QUESTION: 1
You can create a report in which of the three following methods?
A. Create a report as a new page in an application
B. Create a report when you create a new database application
C. Create a report from Object Browser
D. Create a report region on a page in an application
Answer: A,B,D (LEAVE A REPLY)
Explanation
You can create a report in any of these three methods:
Create a report as a new page in an application by using the Create Page Wizard. This
wizard guides you through the steps of selecting a page type, defining attributes, selecting
a source (such as SQL query or table), and adding items or buttons.
Create a report when you create a new database application by using the Create
Application Wizard.
This wizard allows you to generate one or more reports based on existing tables or views
in your schema. You can also create a report and form on the same table or view.
Create a report region on a page in an application by using the Page Designer. This tool
allows you to drag and drop a region type (such as Classic Report, Interactive Report, or
Interactive Grid) onto the page and define its attributes and source.
The other option is incorrect because:
You cannot create a report from Object Browser. Object Browser is a tool that allows you
to view and manage the database objects in your schema, such as tables, views, indexes,
etc. You can only run SQL queries or scripts from this tool, not create reports.
Verified References: [Creating Database Applications] [Creating Pages] [Creating Regions]
[Using Object Browser]

NEW QUESTION: 2
In your APEX application, you want to have an orderly grid layout of information tiles.
Which page type should you choose in the Create Page Wizard?
A. Master Detail
B. Cards
C. Interactive Grid
D. Unified Task List
Answer: (SHOW ANSWER)
Explanation
Cards are a page type that display information in a grid layout of tiles. Each card can
contain an image, a title, a subtitle, and an optional link. Cards are suitable for presenting
summary or overview information in an attractive and compact way1 Verified References:
1: Understanding Page Types, Features, and Settings - Oracle Help Center

NEW QUESTION: 3
Developers can use Template Options in which of the following ways?
A. All of them
B. Applying different colors or accents
C. Rendering buttons in different styles, with and without icons
D. Applying different spacing and padding
E. Displaying form fields with different alignments
Answer: (SHOW ANSWER)
Explanation
Template options provide developers with a declarative approach to applying different
styles to components on an Oracle APEX page. Developers can use template options to
declaratively apply CSS modifiers to the templates they have chosen for pages, regions,
reports, lists, breadcrumbs, items and buttons. Developers can use template options in all
of the following ways:
Applying different colors or accents. Developers can use template options to change the
color scheme or accent color of components, such as buttons, lists, or regions.
Rendering buttons in different styles, with and without icons. Developers can use template
options to change the shape, size, style, and icon of buttons on a page.
Applying different spacing and padding. Developers can use template options to adjust the
spacing and padding of components, such as regions, items, or reports.
Displaying form fields with different alignments. Developers can use template options to
change the alignment of form fields and labels, such as left-aligned, right-aligned, or top-
aligned.

NEW QUESTION: 4
Which two statements are true about a Progressive Web Application (PWA)?
A. To use the PWA feature, the Friendly URLS attribute in the Application Definition,
Properties section must be turned Off.
B. Enabling the PWA functionality optimizes page loading speed on a mobile device.
C. Enabling the PWA functionality in your APEX app adds a new navigation bar entry
named Install App to your app.
D. PWA features will be rendered even if the application is served in an unsecured
environment.
E. You can create a PWA only when creating a new application with the Create Application
Wizard.
Answer: B,C (LEAVE A REPLY)
Explanation
A Progressive Web Application (PWA) is a web application that uses modern web
technologies and best practices to provide a native app-like experience to users. Enabling
the PWA functionality in your APEX app has the following benefits:
It optimizes page loading speed on a mobile device by caching static resources and using
service workers to handle network requests.
It adds a new navigation bar entry named Install App to your app, which allows users to
install the app on their device's home screen and access it offline.
It enhances the app's appearance and behavior by using a manifest file to specify the
app's name, icon, theme color, orientation, and display mode.
The other options are incorrect because:
To use the PWA feature, the Friendly URLS attribute in the Application Definition,
Properties section must be turned On. This attribute enables user-friendly URLs that are
required for PWA functionality.
PWA features will not be rendered if the application is served in an unsecured
environment. The application must use HTTPS protocol to enable PWA functionality.
You can create a PWA from an existing application or a new application with the Create
Application Wizard. You just need to enable the PWA functionality in the User Interface
section of the Application Definition.
Verified References: Progressive Web ApplicationsEnabling Progressive Web Application
Functionality

NEW QUESTION: 5
Which statement is true about using the App Gallery?
A. You cannot install Sample Apps and Starter Apps directly from the Gallery.
B. Custom Apps are only available if your instance administrator has enabled them.
C. Sample Apps and Starter Apps are only available if your instance administrator has
enabled them.
D. You can download Sample Apps and Starter Apps from Team Development to import
into your workspace.
Answer: B (LEAVE A REPLY)
Explanation
Custom Apps are specific to your workspace and are only available if your instance
administrator has enabled them. You can install Sample Apps and Starter Apps directly
from the Gallery or download them from GitHub. Sample Apps and Starter Apps are
available with every Oracle APEX workspace. References: Using the App Gallery and
Configuring the Application Gallery

NEW QUESTION: 6
What are the required fields while creating a Chart in APEX?
A. All of them
B. Data Source
C. Value Column
D. Name
E. Label Column
Answer: A (LEAVE A REPLY)
Explanation
To create a chart in Oracle APEX, you need to provide some required fields that define the
data source and appearance of the chart. You can use either the Create Page Wizard or
Page Designer to create a chart. The required fields for creating a chart are:
Data Source: This field specifies the SQL query that returns the data for the chart. The
query must include at least one column for the label and one column for the value of each
data point. You can also include additional columns for grouping, color, or tooltip
information.
Value Column: This field specifies the column from the data source query that contains the
numeric values for the chart. The values are used to plot the data points on the chart and
determine the size of each data point or segment.
Name: This field specifies the name of the chart region. The name is used to identify the
region in Page Designer and other components, such as dynamic actions or processes.
Label Column: This field specifies the column from the data source query that contains the
labels for the chart. The labels are used to display the name of each data point or segment
on the chart or in the legend.

NEW 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: (SHOW ANSWER)
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 (atthe 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]

NEW QUESTION: 8
Select two features of a Smart Filters Page.
A. Consists of a single search field with filters at the top of the page and a report at the
bottom
B. Each filter represents the text entered by the end user in the search field
C. Each filter displays as a suggestion chip with a single count of how often the specific
suggestion value occurs.
D. Consists of filters at the left side and report on the right side of the page
Answer: A,C (LEAVE A REPLY)
Explanation
A smart filters page is a type of component that features a single search field at the top of
the page and a search results report (classic report, cards, map, or calendar) at the
bottom. A smart filters page behaves similarly to faceted search, but it features a more
space efficient layout. Two of the features of a smart filters page are:
Consists of a single search field with filters at the top of the page and a report at the
bottom. This feature provides a simple and compact user interface that allows users to
enter text in the search field and see suggested filters based on their input. Users can also
see and modify applied filters at any time.
Each filter displays as a suggestion chip with a single count of how often the specific
suggestion value occurs. This feature provides useful information to users about how many
records match each filter value. Users can also choose between different types of
suggestions, such as dynamic, static, or SQL query.

NEW QUESTION: 9
Examine this code entered in Quick SQL:
emp_salary
name vc255
salary num
commission yn/check TRUE, FALSE
Which statement is true about the commission yn column?
A. It will default to FALSE.
B. It will restrict acceptable values to TRUE or FALSE.
C. It will default to TRUE.
D. It will restrict acceptable values to Y or N.
Answer: B (LEAVE A REPLY)
Explanation
The commission yn column will restrict acceptable values to TRUE or FALSE because of
the /check modifier in the column name. This modifier adds a check constraint to the
column based on the values specified after it.
The yn suffix indicates that the column is of type VARCHAR2(1). The other options are
incorrect because they do not reflect the effect of the /check modifier or the yn suffix.
Verified References: Using Quick SQLAbout Quick SQL Shorthand Syntax

NEW QUESTION: 10
Which statement is true about the Link Column attribute of an interactive report?
A. A Link Column cannot be sorted, hidden, or moved by an end user.
B. It is not possible to exclude Link Column.
C. If you select Link Column, it is always displayed as the last column in the report.
D. It is not possible to include a custom target in Link Column
Answer: A (LEAVE A REPLY)
Explanation
A Link Column is a special column type that you can define for an interactive report to
create a link to another page, URL, or custom target. A Link Column is always displayed as
the first column in the report, regardless of the order of the columns in the query. A Link
Column cannot be sorted, hidden, or moved by an end user using the Actions menu or the
column header. However, a developer can change the position and visibility of a Link
Column by editing the report attributes in Page Designer.

NEW QUESTION: 11
What three components must be considered whilemigrating an APEX app
betweenenvironments?
A. Move the database objects
B. Move the images
C. Move the sessions data
D. Move the application definition and all associated files
Answer: A,B,D (LEAVE A REPLY)
Explanation
To migrate an APEX app between environments, such as from development to production,
you need to consider three components that make up an APEX app:
Database objects: These are the tables, views, procedures, functions, packages, triggers,
sequences, synonyms, and other schema objects that store or manipulate the data used
by the app. You need to move these objects from the source schema to the target schema
using tools such as SQL Developer, Data Pump Export/Import, or Data Workshop.
Images: These are the static files, such as images, CSS files, JavaScript files, or PDF files,
that are used by the app for display or download purposes. You need to move these files
from the source web server to the target web server using tools such as FTP, SCP, or File
Explorer.
Application definition and all associated files: These are the metadata files that define the
app components, such as pages, regions, items, buttons, processes, validations,
computations, dynamic actions, shared components, and so on. You also need to include
any supporting object definitions or data scripts that are used to create or populate
database objects for the app. You need to move these files from the source APEX instance
to the target APEX instance using tools such as App Builder Export/Import or One-click
Remote Application Deployment.

NEW QUESTION: 12
In a Classic Report, an end user can perform which two of the following actions?
A. Create Control Breaks in the report
B. Rearrange the columns in the report
C. Filter values of a column in the report
D. Sort the columns of the report
Answer: (SHOW ANSWER)
Explanation
In a Classic Report, an end user can perform the following actions:
Filter values of a column in the report by using the Search Bar. This bar allows the user to
enter a search string and apply it to one or more columns in the report.
Sort the columns of the report by clicking on the column headers. This action toggles the
sort order between ascending and descending for the selected column.
The other options are incorrect because:
Create Control Breaks in the report is not an action that an end user can perform in a
Classic Report.
This action is only available in an Interactive Report by using the Control Break option in
the Actions menu.
Rearrange the columns in the report is not an action that an end user can perform in a
Classic Report.
This action is only available in an Interactive Grid by using the Reorder option in the
Actions menu.
Verified References: [About Classic Reports] [Searching Classic Reports] [Sorting Classic
Reports]
NEW QUESTION: 13
Which two statements are true about creating and managing an APEX Workspace?
A. New schemas cannot be created during workspace creation.
B. During workspace creation, you can associate the workspace with an existing
databaseschema.
C. A workspace enables multiple users to work within the same Oracle APEX installation.
D. A workspace can be associated with only one schema.
E. You can create only two workspaces in an APEX Service(APEX Application
Development)instance.
Answer: B,C (LEAVE A REPLY)
Explanation
A workspace is a logical work area that enables multiple users to work within the same
Oracle APEX installation while keeping their objects, data, and applications private.
Creating and managing an APEX workspace involves the following statements:
During workspace creation, you can associate the workspace with an existing database
schema or create a new schema for the workspace. A schema is a collection of database
objects such as tables, views, indexes, etc. that belong to a user.
A workspace enables multiple users to work within the same Oracle APEX installation.
Each user can have a different role and privilege in the workspace, such as workspace
administrator, developer, or end user.
A workspace can be associated with one or more schemas. You can add or remove
schemas from a workspace after it is created.
You can create as many workspaces as you need in an APEX Service (APEX Application
Development) instance. There is no limit on the number of workspaces per instance.
Verified References: Managing WorkspacesAbout Workspaces

NEW QUESTION: 14
Choose the three types of aggregations you can apply on a column.
A. Standard Deviation
B. Average
C. Sum
D. Count
Answer: B,C,D (LEAVE A REPLY)

NEW QUESTION: 15
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: (SHOW ANSWER)
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]

NEW QUESTION: 16
Which statement is true about using SQL Commands?
A. You can search and filter database objects.
B. You can design and prototype data models using a markdown-like shorthand syntax.
C. In SQL Commands, you can view queries saved in Query Builder.
D. You can unload data from the database.
Answer: (SHOW ANSWER)
Explanation
Commands allow you to execute SQL statements or PL/SQL blocks to create, edit, view,
run, and delete database objects. One of the features of SQL Commands is the ability to
unload data from the database to a CSV file. You can do this by clicking the Download
button after running a query that returns data. Verified References: 34

Valid 1Z0-770 Dumps shared by BraindumpsPass.com for Helping Passing 1Z0-770


Exam! BraindumpsPass.com now offer the newest 1Z0-770 exam dumps, the
BraindumpsPass.com 1Z0-770 exam questions have been updated and answers
have been corrected get the newest BraindumpsPass.com 1Z0-770 dumps with Test
Engine here: https://www.braindumpspass.com/Oracle/1Z0-770-practice-exam-
dumps.html (144 Q&As Dumps, 40%OFF Special Discount: Exam-Tests)

NEW QUESTION: 17
Choose from the following the different kinds of page components you can create in APEX.
A. Search Page
B. Faceted Search
C. Interactive Grid
D. All of them
E. Smart Filters
Answer: (SHOW ANSWER)
Explanation
All of the options listed are different kinds of page components that you can create in
APEX. A page component is an area of a page that serves as a container for content.
Each page component contains a different type of content, such as HTML, a report, a form,
a chart, a list, a breadcrumb, PL/SQL, a tree, a URL, or a calendar. You can create page
components by using the Create Page Wizard, dragging and dropping from the Gallery
pane in Page Designer, or using the context-sensitive menu in the Rendering tree in Page
Designer.

NEW QUESTION: 18
Which two of the following capabilities are TRUE for both Interactive Report and Interactive
Grid?
A. End user can rearrange the report interactively using the mouse.
B. End user can add, modify, and refresh data directly on the report.
C. End user can save the report
D. End user can customize how and what data is displayed.
Answer: B,D (LEAVE A REPLY)
Explanation
An Interactive Report and an Interactive Grid are two types of regions that allow end users
to customize how and what data is displayed. They have some common capabilities such
as:
End users can add, modify, and refresh data directly on the report by using the Edit option.
This option enables inline editing or modal dialog editing depending on the region settings.
End users can customize how and what data is displayed by using the Actions menu. This
menu provides various options such as Filter, Highlight, Aggregate, Chart, Group By, Pivot,
etc.
The other options are incorrect because:
End users cannot rearrange the report interactively using the mouse in an Interactive
Report. This capability is only available in an Interactive Grid by using the Reorder option
in the Actions menu.
End users cannot save the report in an Interactive Grid. This capability is only available in
an Interactive Report by using the Save Report option in the Actions menu.
Verified References: [About Interactive Reports] [About Interactive Grids]

NEW QUESTION: 19
An Employees App includes a form to enter and update employee details.
Examine this Exhibit.
Now you must extend the functionality of this form so that:
* If you select 'SALESMAN' from the select list for Job page item (P2_JOB), both the 'Hire
date' (P2_HIREDATE) and 'Commission' (P2_COMM) page items and their associated
labels are displayed
* If you select any other value from the select list for Job page item (P2_JOB), both the
'Hire date' (P2_HIREDATE) and 'Commission' (P2_COMM) page items and their
associated labels are hidden Which two steps must be performed?
A. Create a dynamic action on form load.
B. Create a dynamic action on P2_JOB, P2_HIREDATE, and P2_COMM.
C. Create a dynamic action on P2_JOB.
D. Create a dynamic action on P2_HIREDATE and P2_COMM.
E. ......... and enter SALESMAN for Value.
Answer: (SHOW ANSWER)
Explanation
To extend the functionality of the form as required, you need to create a dynamic action on
P2_JOB that shows or hides P2_HIREDATE and P2_COMM based on its value. The steps
are as follows:
Create a dynamic action on P2_JOB by right-clicking it in Page Designer and selecting
Create Dynamic Action.
Set Name to Show/Hide Hire Date and Commission.
Set Event to Change.
Set Selection Type to Item(s).
Set Item(s) to P2_JOB.
Set Condition Type to Equal To.
Set Value to SALESMAN.
Add two true actions by clicking the Add True Action button twice.
For the first true action, set Action to Show.
Set Affected Elements > Selection Type to Item(s).
Set Affected Elements > Item(s) to P2_HIREDATE,P2_COMM.
For the second true action, set Action to Show.
Set Fire On Initialization to Yes.
Set Affected Elements > Selection Type to jQuery Selector.
Set Affected Elements > jQuery Selector to
label[for="P2_HIREDATE"],label[for="P2_COMM"].
Add two false actions by clicking the Add False Action button twice.
For the first false action, set Action to Hide.
Set Affected Elements > Selection Type to Item(s).
Set Affected Elements > Item(s) to P2_HIREDATE,P2_COMM.
For the second false action, set Action to Hide.
Set Fire On Initialization to Yes.
Set Affected Elements > Selection Type to jQuery Selector.
Set Affected Elements > jQuery Selector to
label[for="P2_HIREDATE"],label[for="P2_COMM"].
This dynamic action will show or hide both the page items and their labels depending on
whether P2_JOB is equal to SALESMAN or not. Verified References: [Creating a Dynamic
Action in Oracle Apex - OrclQA.Com], [Managing Dynamic Actions - Oracle Help Center]

NEW QUESTION: 20
What three are the key features of Data Load Definition?
A. The APEX_DATA_LOADING PL/SQL API is available for custom processing.
B. Only XML data format can be loaded to tables or collections
C. Column mapping occurs at design time, removing the burden on end users.
D. Easy workflow for end users: upload the file, verify the preview, and load data
Answer: A,C,D (LEAVE A REPLY)
Explanation
Data Load Definition is a feature that enables developers to create pages with data loading
capability. Users can upload files and load data into tables or collections. Some key
features of Data Load Definition are:
The APEX_DATA_LOADING PL/SQL API is available for custom processing. Developers
can use this API to programmatically load data by calling an application data loading
definition .
Column mapping occurs at design time, removing the burden on end users. Developers
can define SQL expressions, SQL queries, lookups, or transformation rules for each data
profile column.
Easy workflow for end users: upload the file, verify the preview, and load data. Users can
follow a simple three-step process to load data from a file into a table or a collection.
Data Load Definition does not support only XML data format. It also supports CSV, JSON,
XLSX, and XML formats.

NEW QUESTION: 21
Which two feature pages can you create using the Create Page Wizard?
A. Access Control
B. Feedback
C. Search Page
D. Unified Task List
Answer: A,B (LEAVE A REPLY)
Explanation
The feature pages that can be created using the Create Page Wizard are About Page,
Access Control, Activity Reporting, Configuration Options, Email Reporting, Feedback,
Login Page, and Theme Style Selection. These pages provide application-level
functionality that can be added to an existing application. Search Page and Unified Task
List are not feature pages that can be created using the Create Page Wizard. Verified
References: Managing Feature PagesFeature Page Types

NEW QUESTION: 22
You use the Create Page Wizard to create a faceted search page on the EMP table. What
is the default report type generated for this page?
A. Interactive Report
B. Column Toggle Report
C. Classic Report
D. Interactive Grid
Answer: C (LEAVE A REPLY)
Explanation
When you use the Create Page Wizard to create a faceted search page on any table or
SQL query, such as EMP table, APEX generates a classic report region as default report
type for this page. A classic report region displays data from a SQL query or PL/SQL
function returning a SQL query in tabular format. A faceted search page also contains a
region of Faceted Search type, which holds one or more facets that allow end users to filter
data by applying one or more facets. Verified References: Creating Faceted Search Pages
- Oracle Help Center, Creating Classic Reports - Oracle Help Center

NEW QUESTION: 23
You must create a single master detail page where users can select a row in the master
grid to update the detail grids.
Users must also interact with the master or the detail without leaving the page.
Which type of master detail implementation should you use?
A. Side by Side
B. Drill Down
C. Stacked
Answer: C (LEAVE A REPLY)
Explanation
A stacked master detail is a type of master detail implementation that features two editable
interactive grids based on two related tables or views. Users can select a row in the master
grid to update the detail grid. Users can also interact with the master or the detail without
leaving the page. A stacked master detail is suitable for scenarios where you want to
display and edit data from a one-to-many relationship in a single page. You can create a
stacked master detail using either the Create Application Wizard or the Create Page
Wizard. Verified References: [Managing Master Detail Forms - Oracle Help Center],
[Creating a Single Page Master Detail Using the Create Application Wizard - Oracle Help
Center]

NEW QUESTION: 24
Which two statements are true about Maps in Oracle APEX?
A. Background maps do not require any API keys.
B. Maps don't support REST Data Sources
C. Heat Map and Polygons are not supported Spatial geometry objects
D. Maps support REST Enabled SQL
Answer: A,D (LEAVE A REPLY)
Explanation
A map is a type of component that enables you to view and manage data based on
geographic locations. A map consists of a background map and spatial geometry objects
that are sourced from data in a table or from a REST Data Source. Spatial geometry
objects are shapes that represent real-world features on a map, such as points, lines,
polygons, or heat maps. Two of the statements that are true about maps in Oracle APEX
are:
Background maps do not require any API keys. This statement is true because Oracle
APEX provides several background map options that do not require any API keys or
registration to use. These options include OpenStreetMap, Stamen Maps, CartoDB Maps,
and Esri Maps.
Maps support REST Enabled SQL. This statement is true because Oracle APEX allows
you to use REST Enabled SQL as a data source for your map regions. REST Enabled
SQL is a feature of Oracle REST Data Services (ORDS) that enables you to execute SQL
statements and PL/SQL blocks over HTTPS using REST endpoints.

NEW QUESTION: 25
What are the two primary ways to move database objects and data from one environment
toanother, for a single application?
A. Oracle SQL Developer
B. SQL Workshop
C. App Builder
D. Page Designer
Answer: A,B (LEAVE A REPLY)
Explanation
Oracle SQL Developer and SQL Workshop are two primary ways to move database
objects and data from one environment to another, for a single application. Oracle SQL
Developer is a graphical tool that allows you to export and import data schemas using Data
Pump or SQL scripts. SQL Workshop is a component of Oracle APEX that enables you to
perform tasks such as exporting and importing data, running SQL commands, and
generating DDL scripts. Both tools can help you migrate your database objects and data to
a different instance or workspace. References: Using SQL Developer to Migrate Your
Oracle Database and Using Data Workshop to Manage Data

NEW QUESTION: 26
Using Data Workshop, you can perform which three tasks:
A. Delete data from the database
B. Load vast amount of data into the database
C. Export vast amount of data from the database into a file
D. Load data using various file formats such as XLSX, CSV, XML, and JSON
Answer: B,C,D (LEAVE A REPLY)
Explanation
Using Data Workshop, you can perform the following tasks:
Load vast amount of data into the database: You can use the Data Load option to load
data from various file formats such as XLSX, CSV, XML, and JSON into a table or a
collection in your database. You can also use the Data Load Wizard to guide you through
the steps of loading data.
Export vast amount of data from the database into a file: You can use the Data Unload
option to export data from a table or a collection in your database into a file in CSV or
JSON format. You can also use the Data Unload Wizard to guide you through the steps of
exporting data.
Load data using various file formats such as XLSX, CSV, XML, and JSON: You can use
the Data Load option to load data from different file formats into your database. You can
choose the file format from a list of supported formats or let Oracle APEX detect it
automatically.
The other option is incorrect because:
Delete data from the database: You cannot use Data Workshop to delete data from the
database. You can use SQL Commands or SQL Scripts in SQL Workshop to run DELETE
statements to delete data from the database.
Verified References: [About Data Workshop] [Loading Data] [Unloading Data]

NEW QUESTION: 27
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: (SHOW ANSWER)
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 anotherapplication 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]

NEW QUESTION: 28
Which three of the following are use cases of Automations?
A. Deleting a database record based on an end user's request
B. Monitoring log tables and raising an alert when there is an issue
C. Approving specific requests
D. Sending email alerts at a particular time of the week
Answer: (SHOW ANSWER)
Explanation
Automations are a sequential set of PL/SQL actions that are triggered by query results.
They are used to monitor data and then perform the appropriate action2. Some use cases
of automations are:
Monitoring log tables and raising an alert when there is an issue. For example, an
automation can query a log table for any errors and send an email notification to the
administrator if any errors are found2.
Approving specific requests. For example, an automation can query a table for any
pending requests and approve them automatically based on some criteria2.
Sending email alerts at a particular time of the week. For example, an automation can
query a table for any overdue tasks and send a reminder email to the assignees every
Monday2.
Deleting a database record based on an end user's request is not a use case of
automations, as it does not involve querying data and triggering actions based on the
query results. This can be achieved by using a PL/SQL process or a dynamic action on the
page where the user requests the deletion34.

NEW QUESTION: 29
Choose the three types of page items that can be placed on a page.
A. Global variable
B. Checkbox
C. Date Picker
D. Select List
Answer: B,C,D (LEAVE A REPLY)
Explanation
A page item is a component that is part of an HTML form and can accept user input or
display output. There are many types of page items that can be placed on a page in APEX,
such as text fields, text areas, radio groups, checkboxes, date pickers, select lists, popup
LOVs, shuttles, and so on. Each type of page item has different properties and attributes
that affect its appearance and functionality. Three of the types of page items that can be
placed on a page are:
Checkbox: A checkbox is a page item that displays one or more options that can be
selected or deselected by the user. A checkbox can have either static values or dynamic
values based on a list of values (LOV). A checkbox can also have different display styles,
such as pill button or switch.
Date Picker: A date picker is a page item that displays a text field with an icon that opens a
calendar popup when clicked. A date picker allows users to enter or select a date value in
a specific format. A date picker can also have different attributes, such as minimum or
maximum date, display format, or time picker.
Select List: A select list is a page item that displays a drop-down list of options that can be
selected by the user. A select list can have either static values or dynamic values based on
a list of values (LOV). A select list can also have different attributes, such as multiple
selection, null value display text, or cascading LOV.

NEW QUESTION: 30
The Movies faceted search report is filtered only when the Apply button for a selected facet
is clicked. What must be done in the Page Designer so that report filtering is automatically
executed when any facet value changes?
A. Navigate to each facet and then in the Property Editor, turn on client-Side Filtering.
B. Navigate to the faceted search region Attributes, and turn off the show Facet Name
attribute. Then, navigate to each facet and in the Property Editor, turn on client-Side
Filtering.
C. Navigate to the faceted search region Attributes, and disable the Batch Facet Changes
attribute
D. Navigate to the faceted search region Attributes, and turn off the show Facet Name
attribute.
Answer: C (LEAVE A REPLY)
Explanation
A faceted search page is a type of page 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. By default, when
end users select a facet value, they need to click on an Apply button for that facet to apply
the filter to the report. To make report filtering automatically executed when any facet value
changes, you need to navigate to the faceted search region Attributes, and disable the
Batch Facet Changes attribute. The Batch Facet Changes attribute determines whether
end users need to click on an Apply button for each facet or not. When this attribute is
disabled, the report is automatically refreshed when any facet value changes. The other
options are not relevant to the report filtering behavior. Verified References: [Faceted
Search Attributes - Oracle Help Center], [Batch Facet Changes - Oracle APEX]

NEW QUESTION: 31
You have an interactive grid component and you are enabling the Save Public Report
attribute. As what can end users save the report type?
A. As Primary only
B. As Public only
C. As Private only
D. As Private and public only
Answer: (SHOW ANSWER)
Explanation
When you enable the Save Public Report attribute for an interactive grid, end users can
save their report preferences as either private or public reports. Private reports are only
visible to the user who created them, while public reports are visible to all users who have
access to the interactive grid. You can also specify an authorization scheme to control who
can save public reports. Verified References: Managing Interactive Grids
- Oracle Help Center, [Interactive Grid Attributes - Oracle Help Center]

Valid 1Z0-770 Dumps shared by BraindumpsPass.com for Helping Passing 1Z0-770


Exam! BraindumpsPass.com now offer the newest 1Z0-770 exam dumps, the
BraindumpsPass.com 1Z0-770 exam questions have been updated and answers
have been corrected get the newest BraindumpsPass.com 1Z0-770 dumps with Test
Engine here: https://www.braindumpspass.com/Oracle/1Z0-770-practice-exam-
dumps.html (144 Q&As Dumps, 40%OFF Special Discount: Exam-Tests)

NEW QUESTION: 32
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 (LEAVE A REPLY)
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]

NEW QUESTION: 33
Which two statements are true about creating and customizing Smart Filters pages?
A. If you create a Smart Filters page based on a table, the filters are auto discovered using
the Data Dictionary Cache.
B. The search results report can be displayed as an interactive report.
C. The suggestion chip count is only displayed for filters that support counts, such as LOV-
based filter types.
D. The search results report can be displayed as an interactive grid
Answer: A,C (LEAVE A REPLY)
Explanation
Smart Filters is a component that allows end users to filter data by typing keywords in a
single search field.
Some of the statements that are true about creating and customizing Smart Filters pages
are:
If you create a Smart Filters page based on a table, the filters are auto discovered using
the Data Dictionary Cache. You can also manually add or remove filters as needed.
The suggestion chip count is only displayed for filters that support counts, such as LOV-
based filter types. For other filter types, such as Input or Range, the count is not displayed.
The search results report cannot be displayed as an interactive report or an interactive
grid. The supported report types are Classic Report, Cards, Map, or Calendar. Verified
References: [Managing Smart Filters - Oracle Help Center],
[Creating Smart Filters Using the Create Page Wizard - Oracle Help Center]

NEW QUESTION: 34
Select the three types of Facets you can create in APEX.
A. Range
B. Text Area
C. Checkbox Group
D. Input Field
Answer: A,C,D (LEAVE A REPLY)
Explanation
A facet is a type of component that provides a set of display values and return values for a
faceted search region or a smart filters region. A facet can be based on either static values
or dynamic values from a list of values (LOV). A facet can also have different display styles
depending on its type and settings. Three of the types of facets that you can create in
APEX are:
Range: A range facet displays numeric values in either buckets or sliders that users can
select or adjust to filter the search results. A range facet can have either static values or
dynamic values based on an LOV or SQL query.
Checkbox Group: A checkbox group facet displays multiple options that users can select or
deselect to filter the search results. A checkbox group facet can have either static values or
dynamic values based on an LOV or SQL query.
Input Field: An input field facet displays a text field that users can enter text to filter the
search results.
An input field facet does not have any values but uses an operator to compare the user
input with the data.

NEW QUESTION: 35
Which two statements are true about loading data from the "Create an Application From a
File" wizard?
A. Seed data from a SQL script can be uploaded.
B. A sample data set from the sample list can be uploaded.
C. XML and JSON data can be pasted and loaded.
D. CSV, XLSX, XML, TXT, or JSON files can be uploaded.
E. Data from remote web services can be uploaded.
Answer: B,D (LEAVE A REPLY)
Explanation
The "Create an Application From a File" wizard is a tool that allows developers to create an
application based on an existing spreadsheet file or sample data set. Some of the
statements that are true about loading data from this wizard are:
A sample data set from the sample list can be uploaded. You can use the Sample Data
Sets option to select a predefined data set from a list of available samples, such as
Employees, Products, Projects, etc.
CSV, XLSX, XML, TXT, or JSON files can be uploaded. You can use the Upload a File
option to upload a spreadsheet file in one of these formats and create an application based
on its data. You cannot upload seed data from a SQL script, paste and load XML and
JSON data, or upload data from remote web services using this wizard. You can use other
features in App Builder or SQL Workshop to perform these actions, such as SQL Scripts,
RESTful Services, etc. VerifiedReferences: [Creating an Application From a File - Oracle
Help Center], [Creating an Application Based on Sample Data Sets - Oracle Help Center]

NEW QUESTION: 36
Choose the three supported spatial geometry objects in Maps.
A. Polygons
B. Heat map
C. Bars
D. Points
Answer: A,B,D (LEAVE A REPLY)
Explanation
A map is a type of component that enables users to view and manage data based on
geographic locations. A map consists of a background map and spatial geometry objects
that are sourced from data in a table or from a REST data source. Spatial geometry
objects are shapes that represent real-world features on a map, such as points, lines,
polygons, or heat maps. Three of the supported spatial geometry objects in Oracle APEX
are:
Polygons: A polygon is a closed shape that consists of three or more vertices connected
by straight line segments. A polygon can represent an area on a map, such as a country, a
state, a city, or a building. A polygon can have different colors, patterns, or borders to
indicate different attributes or categories of the data.
Heat map: A heat map is a type of visualization that uses color gradients to show the
density or intensity of data values in a geographic area. A heat map can represent the
distribution or variation of a numeric variable on a map, such as population, income, crime
rate, or temperature.
Points: A point is a zero-dimensional shape that represents a single location on a map. A
point can have different symbols, sizes, or colors to indicate different attributes or
categories of the data. A point can also have a label or a tooltip to display additional
information about the data.

NEW QUESTION: 37
Which two statements are true about REST Data Sources?
A. AREST Data Source can contain one or many Operations which are the references toa
concrete external web service
B. Oracle APEX doesn't provide direct integration of REST Data Sources in
interactivereports
C. Oracle APEX supports the REST Enabled SQL Query REST Data Source type
D. REST Data Sources doesn't support any authentication
Answer: A,C (LEAVE A REPLY)
Explanation
A REST Data Source is a logical representation of an external web service in Oracle
APEX. It can contain one or many Operations, which are the references to a concrete
external web service endpoint. Oracle APEX supports three types of REST Data Sources:
REST Enabled SQL Query, Web Source Module, and Generic REST Data Source. Oracle
APEX provides direct integration of REST Data Sources in interactive reports and grids, as
well as other components. REST Data Sources can support various authentication
methods, such as Basic, OAuth2, or Custom. References: [Understanding REST Data
Sources] and [Creating a REST Data Source]

NEW QUESTION: 38
Which two of the following types can an end user save the customized Interactive report
as?
A. Default report
B. Cannot save the report
C. A private report
D. A Public report
Answer: C,D (LEAVE A REPLY)

NEW QUESTION: 39
Which two statements are true about creating and using an interactive report?
A. You can specify an Authorization Scheme at the column level.
B. You cannot include Form Page when creating an interactive report page using the
Create Page Wizard.
C. You cannot restrict users from saving private reports by using the Authorization
Scheme.
D. You cannot customize the Search Button Label.
Answer: A,D (LEAVE A REPLY)

NEW QUESTION: 40
Choose the two correct statements about PWA.
A. To download the app as PWA, one must visit the App Store
B. Enables users to install the application on devices
C. An existing APEX app cannot be made a PWA
D. Provides a customizable offline page when users areoffline and cannot request
thenetwork.
Answer: B,D (LEAVE A REPLY)

NEW QUESTION: 41
You added Access Control feature pages to your application. Which two actions can you
perform as an Administrator using the Administration page?
A. Assign roles to users
B. Create Authorization schemes
C. Add Users
D. Create new application roles
Answer: A,C (LEAVE A REPLY)
Explanation
The Access Control feature pages are a set of pages that allow developers to implement
role-based access control for an application. The Access Control feature pages consist of
four pages: Administration, Users, Roles, and Role Assignments. The Administration page
allows administrators to perform various tasks related to managing users and roles, such
as:
Add Users: Administrators can add new users to the application by entering their
username, email address, password, status, etc.
Assign roles to users: Administrators can assign one or more roles to users by selecting
them from a list of available roles.
Edit Users: Administrators can edit user details such as username, email address,
password, status, etc.
Delete Users: Administrators can delete users from the application by selecting them from
a list of existing users.
Lock/Unlock Users: Administrators can lock or unlock users by changing their status from
active to locked or vice versa. You cannot create authorization schemes or create new
application roles using the Administration page. You can create authorization schemes by
using Shared Components > Security > Authorization Schemes. You can create new
application roles by using Shared Components > Security > Access Control > Roles.
Verified References: [Using Access Control - Oracle Help Center], [Creating an
Administration Page - Oracle Help Center]

NEW QUESTION: 42
A Page Computation can be created from which two of the following tabs?
A. Rendering Tree
B. Processing
C. Dynamic Actions
D. Shared Components
Answer: (SHOW ANSWER)
Explanation
A Page Computation can be created from two tabs in Page Designer: Rendering Tree and
Processing. In the Rendering Tree tab, you can create a Pre-Rendering Computation or a
Post-Rendering Computation by right-clicking on these nodes under your page node. In
the Processing tab, you can create an After Submit Computation by right-clicking on this
node under your page node. Dynamic Actions and Shared Components are not tabs in
Page Designer, but sections in Application Builder where you can create other types of
components for your application

NEW QUESTION: 43
Choose the three correct options in the given friendly URL syntax:
https://example.com:5500/ords/r/mycompany/hr-app/updateemployees?
A. session=13766599855150 Ahr-app is the application alias.
B. update-employees is the PL/SQL procedure to update the employee details.
C. mycompany is the path-prefix which is by default the workspace name
D. 13766599855150 is the session ID. A new ID is generated for each session.
Answer: (SHOW ANSWER)
Explanation
The friendly URL syntax
https://example.com:5500/ords/r/mycompany/hr-app/updateemployees?
session=13766599855150 has the following components:
session=13766599855150 is the session ID. A new ID is generated for each session. This
parameter identifies which session is associated with the request.
hr-app is the application alias. This parameter identifies which application is being
requested. An application alias is a user-friendly name that can be used instead of an
application ID.
mycompany is the path-prefix which is by default the workspace name. This parameter
identifies which workspace is being requested. A path-prefix is a URL segment that can be
used instead of a workspace ID.
updateemployees is the page alias. This parameter identifies which page is being
requested. A page alias is a user-friendly name that can be used instead of a page
number.
The other option is incorrect because:
update-employees is not the PL/SQL procedure to update the employee details. It is the
page alias that identifies which page is being requested.
Verified References: [About Friendly URLs] [Understanding URL Syntax]

NEW QUESTION: 44
You can create an APEX workspace and build APEX apps on which of the following
platforms?
A. Oracle Autonomous Cloud
B. Oracle XE
C. Amazon RDS
D. Microsoft Azure
E. All of the above
Answer: E (LEAVE A REPLY)
Explanation
You can create an APEX workspace and build APEX apps on any of the following
platforms:
Oracle Autonomous Cloud: This is a cloud platform that provides various services such as
Autonomous Database, Oracle Cloud Infrastructure, and Oracle APEX Application
Development. You can create an APEX workspace and build APEX apps on an
Autonomous Database instance or an APEX Service instance.
Oracle XE: This is a free edition of Oracle Database that supports up to 12 GB of user
data. You can install Oracle XE on your local machine and use it to create an APEX
workspace and build APEX apps.
Amazon RDS: This is a cloud service that provides managed relational databases. You
can create an APEX workspace and build APEX apps on an Amazon RDS for Oracle
instance that supports Oracle APEX.
Microsoft Azure: This is a cloud platform that provides various services such as virtual
machines, storage, and networking. You can create an APEX workspace and build APEX
apps on a Microsoft Azure VM that runs Oracle Database and Oracle APEX.
Verified References: Oracle Autonomous CloudOracle XEAmazon RDSMicrosoft Azure

NEW QUESTION: 45
When you click a Customer Name in the Customers report, the Customer Details form
dialog page is displayed. What are the events that occur in this scenario?
A. Page Processing
B. Page Rendering
C. Page rendering and processing
D. Page compilation
Answer: C (LEAVE A REPLY)
Explanation
When you click a Customer Name in the Customers report, the Customer Details form
dialog page is displayed. This involves two events: page rendering and page processing.
Page rendering is the event that occurs when APEX generates and sends the page to the
browser. Page processing is the event that occurs when APEX receives and processes the
page from the browser. In this scenario, both events happen because the Customer
Details form dialog page is a modal dialog that uses AJAX to communicate with the server
without reloading the entire page. Page compilation is not an event, but an action that
occurs when APEX compiles an application or a page before running it.

NEW QUESTION: 46
What are Task definitions that exist on the application level inthe Shared Components
section made up of?
A. Parameters
B. Particpants
C. All of them
D. Task Settings
E. Actions
Answer: C (LEAVE A REPLY)
Explanation
Task definitions that exist on the application level in the Shared Components section are
made up of all of the following: Participants, Task Settings, Parameters, and Actions. Task
definitions are used to define approval workflows for data changes in interactive grids or
forms5. Participants are the users or groups who can approve or reject tasks. Task
Settings are the properties that control how tasks are created, assigned, and completed.
Parameters are the variables that store information about tasks or data changes. Actions
are the PL/SQL code blocks that execute when tasks are created, updated, or completed5.
Valid 1Z0-770 Dumps shared by BraindumpsPass.com for Helping Passing 1Z0-770
Exam! BraindumpsPass.com now offer the newest 1Z0-770 exam dumps, the
BraindumpsPass.com 1Z0-770 exam questions have been updated and answers
have been corrected get the newest BraindumpsPass.com 1Z0-770 dumps with Test
Engine here: https://www.braindumpspass.com/Oracle/1Z0-770-practice-exam-
dumps.html (144 Q&As Dumps, 40%OFF Special Discount: Exam-Tests)

NEW QUESTION: 47
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 (LEAVE A REPLY)
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]

NEW QUESTION: 48
Which statement is true about the Approvals component?
A. Unified Task List is a shared component used to configure task parameters,participants,
actions, and due dates.
B. Task Definition is a page that shows details for a specific task, which can include
metadata, history, comments, and actions.
C. You can set up task approvers and administrators at design time or determine
themdynamically at runtime based on data related to the task.
D. APEX_APPROVAL is Page processes that create andact on task instances in
yourpages.
Answer: C (LEAVE A REPLY)
Explanation
The Approvals Component is a feature in Oracle APEX that enables you to create and
manage tasks for user approval. The Approvals Component deals with all aspects of
human approval in Oracle APEX, allowing you to put approval functionality into your
applications. The Approvals Component creates one or more tasks for items that require
approval based on a pre-configured template, known as the Task Definition. The Task
Definition specifies the data source, display attributes, potential owners, business
administrators, and available actions for the tasks. You can set up task approvers and
administrators at design time or determine them dynamically at runtime based on data
related to the task. For example, you can use a SQL query or a PL/SQL function to return
the list of potential owners or business administrators for each task based on some criteria,
such as department, role, or location.

NEW QUESTION: 49
What are the three types of Master Detail Form you can create in APEX?
A. One Below the other
B. Stacked
C. Side by Side
D. Two Page Drill Down
Answer: B,C,D (LEAVE A REPLY)
Explanation
A master detail form is a type of form that enables users to query, insert, update, and
delete values from two related tables or views. A master detail form reflects a one-to-many
relationship between tables in a database.
Typically, a master detail form displays a master row and multiple detail rows. In APEX,
you can create three types of master detail forms using the Create Page Wizard or the
Create Application Wizard:
Stacked: A stacked master detail form contains a single page with editable interactive grids
based on two related tables or views. Users select a row in the master grid to update the
detail grid. Developers can create a stacked master detail with either the Create
Application Wizard or the Create Page Wizard.
Side by Side: A side by side master detail form contains a single page with two editable
interactive grids based on two related tables or views. Users can see and edit both the
master and detail grids at the same time. Developers can create a side by side master
detail with either the Create Application Wizard or the Create Page Wizard.
Two Page Drill Down: A two page drill down master detail form contains two pages based
on two related tables or views. The first page is a non-editable interactive grid for the
master table. Users click the Edit icon on the first page to edit details on the second page.
The second page includes both a standard form for the master and an editable interactive
grid for the detail. Developers can create a two page drill down master detail with only the
Create Page Wizard.
NEW QUESTION: 50
Using the App Builder component, you can perform which three tasks?
A. Edit pages in the page designer
B. Run SQL scripts and commands
C. Install a sample App
D. Create a new App
Answer: A,C,D (LEAVE A REPLY)
Explanation
Using the App Builder component, you can perform the following tasks:
Edit pages in the page designer: You can use the Page Designer tool to modify the pages
in your application using drag-and-drop operations, property editors, and code editors. You
can also preview how your pages will look on different devices.
Install a sample app: You can use the Gallery option to install a sample app from a list of
pre-built applications that demonstrate various features and best practices of Oracle
APEX. You can also use the Packaged Apps option to install a packaged app from a list of
ready-to-use applications that provide common functionality and solutions.
Create a new app: You can use the Create App option to create a new app from scratch or
from an existing data source using the Create Application Wizard. You can also use the
From a File option to create a new app from a file that contains data or metadata.
The other option is incorrect because:
Run SQL scripts and commands: You cannot use the App Builder component to run SQL
scripts and commands. You can use the SQL Workshop component to run SQL scripts
and commands using the SQL Commands or SQL Scripts tools.
Verified References: [About App Builder] [Using Page Designer] [Installing Sample Apps]
[Installing Packaged Apps] [Creating Applications]

NEW QUESTION: 51
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: (SHOW ANSWER)
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]

Valid 1Z0-770 Dumps shared by BraindumpsPass.com for Helping Passing 1Z0-770


Exam! BraindumpsPass.com now offer the newest 1Z0-770 exam dumps, the
BraindumpsPass.com 1Z0-770 exam questions have been updated and answers
have been corrected get the newest BraindumpsPass.com 1Z0-770 dumps with Test
Engine here: https://www.braindumpspass.com/Oracle/1Z0-770-practice-exam-
dumps.html (144 Q&As Dumps, 40%OFF Special Discount: Exam-Tests)

You might also like