11.11 Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Oracle 1z0-770 Oracle APEX Cloud Developer Professional Exam Practice Test

Page: 1 / 14
Total 142 questions

Oracle APEX Cloud Developer Professional Questions and Answers

Question 1

Consider a page in an APEX app where the Departments names with location is displayed on the

left. Selecting a Department on the left will render details of the employees corresponding to that

department on the right. Which kind of report/form is this?

Options:

A.

Cards

B.

Stacked Master Detail

C.

Side by Side Master Detail

D.

Interactive Report

Question 2

To highlight certain rows in the interactive report based on a condition, you must:

Options:

A.

Provide a conditional SQL query

B.

Edit the rows in the report and select a color

C.

Rows cannot be highlighted in an Interactive report

D.

Choose a condition in Format > Highlight

Question 3

Choose the two options provided in a Column Heading menu of an Interactive Report.

Options:

A.

Control Break

B.

Group By

C.

Hide

D.

Delete

Question 4

Which of the following are preconfigured authentication schemes?

Options:

A.

Open Door Credentials

B.

All of them

C.

LDAP Directory

D.

HTTP Header Variables

E.

Social Sign In

Question 5

In APEX, you can choose which three of the following Authentication methods?

Options:

A.

Custom Authentication Scheme

B.

No Authentication

C.

Built-in Authentication Scheme

D.

Authorization Scheme

Question 6

Which statement is true about creating and using an interactive grid?

Options:

A.

For both editable and noneditable interactive grids, end users can change the report layout and create private reports.

B.

An interactive grid supports Pivot View and Group By View features.

C.

End users cannot rearrange columns by dragging and dropping.

Question 7

Choose the two statements that are TRUE about an Interactive Report. As a developer:

Options:

A.

You can customize the Actions menu to include or exclude certain options.

B.

You can modify the data in the report after running the app

C.

You can customize the pagination

D.

You cannot modify the report source query

Question 8

Select the two places from where you can access the Shared Components Page?

Options:

A.

Gallery

B.

Page Designer

C.

Application homepage

D.

SQL Workshop

Question 9

Generally, clicking on the hamburger menu in the upper-left corner of an APEX application

displays a list of pages. What is this navigation called?

Options:

A.

Lists

B.

Navigation Menu

C.

Breadcrumbs

D.

Navigation Bar List

Question 10

Which two of the following capabilities are TRUE for both Interactive Report and Interactive Grid?

Options:

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.

Question 11

Which two statements are true about creating and customizing Smart Filters pages?

Options:

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

Question 12

What are the three types of List of Values(LOV) you can create on a page?

Options:

A.

Static LOV

B.

Cascading LOV

C.

Dynamic LOV

D.

Popup LOV

Question 13

There is a page with an interactive grid region based on this statement: SELECT EMPNO, ENAME, COMM from EMP; In the Interactive Grid attributes, under the Edit group, the Enabled switch is turned Off. Which are two of the actions that you must perform to make an employee's commission editable in the grid?

Options:

A.

Set EMPNO, ENAME to "Display Only".

B.

Ensure that the "Primary Key" switch is turned "On" for the EMPNO column.

C.

In the Interactive Grid attributes, select COMM for "Allowed Row Operations Column".

D.

In the Interactive Grid attributes, turn "On" the Enabled switch, under the Edit group.

Question 14

Which two Plugin types can be created in Oracle APEX?

Options:

A.

Process

B.

Validation

C.

Email Template

D.

Region

Question 15

Consider a page in an APEX app where the Departments names with location is displayed on the

left. Selecting a Department on the left will render details of the employees corresponding to that

department on the right. Which kind of report/form is this?

Options:

A.

Cards

B.

Stacked Master Detail

C.

Side by Side Master Detail

D.

Interactive Report

Question 16

What are Task definitions that exist on the application level inthe Shared Components section made up of?

Options:

A.

Particpants

B.

All of them

C.

Task Settings

D.

Parameters

E.

Actions

Question 17

Which two of the following capabilities are TRUE for both Interactive Report and Interactive Grid?

Options:

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.

Question 18

Choose the three types of page items that can be placed on a page.

Options:

A.

Global variable

B.

Checkbox

C.

Date Picker

D.

Select List

Question 19

Which authentication scheme type supports authentication with social networks and enterprise

identity providers that support OpenID Connect or OAuth2 standards?

Options:

A.

HTTP Header Variable

B.

Social Sign-In

C.

SAML Sign-In

D.

Open Door Credentials

Question 20

Which two layout options are available for Page Designer under Utilities?

Options:

A.

Single Pane Mode

B.

Two Pane Mode

C.

Three Pane Mode

D.

Four Pane Mode

Question 21

What three components must be considered whilemigrating an APEX app betweenenvironments?

Options:

A.

Move the database objects

B.

Move the images

C.

Move the sessions data

D.

Move the application definition and all associated files

Question 22

Which statement is true about using SQL Commands?

Options:

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.

Question 23

Which three of the following statements are TRUE about Faceted Search?

Options:

A.

After the end user changes a facet, the results, dependent facets, and occurrence counts

refresh immediately.

B.

The right side of the page features a Search Results region, which can display as a classic

report or a cards report.

C.

You can create only 5 facets per page

D.

The facets are displayed on the left and upper part of the screen

Question 24

Which two feature pages can you create using the Create Page Wizard?

Options:

A.

Access Control

B.

Feedback

C.

Search Page

D.

Unified Task List

Question 25

I want to hide a few columns in my interactive report. To do so, which option should I choose fromthe Actions menu?

Options:

A.

Filter

B.

Data

C.

columns

D.

Format

Question 26

Choose the three different ways in which you can add a checkbox to a page.

Options:

A.

Drag and drop the checkbox item into the Layout pane

B.

Right click Body in the Rendering Tree and add a New Page Item as Checkbox Type.

C.

Use the context sensitive menu in the Gallery pane.

D.

Add a checkbox from the Property Editor

Question 27

Which statement is true about importing an APEX application?

Options:

A.

You cannot import an APEX application exported from a latest APEX version to an old APEX

version.

B.

The import process does not import the supporting objects defined during the export.

C.

You cannot change the application ID during the import process.

Question 28

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?

Options:

A.

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.

B.

Navigate to each facet and then in the Property Editor, turn on client-Side Filtering.

C.

Navigate to the faceted search region Attributes, and turn off the show Facet Name attribute.

D.

Navigate to the faceted search region Attributes, and disable the Batch Facet Changes attribute

Question 29

Which two statements are true about the APEX MAIL API?

Options:

A.

You can add files as attachments to your emails using the APEX_MAIL package.

B.

You can send emails using the APEX MAIL package from an Oracle APEX application.

C.

The APEX_MAIL package supports sending emails only to Oracle database users.

D.

You can receive emails using the APEX_MAIL package in an Oracle APEX application

Question 30

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?

Options:

A.

Date Picker

B.

Range

C.

Checkbox Group

D.

Popup LOV

Question 31

Choose the three requirements for creating a REST Enabled SQL Reference.

Options:

A.

Install Oracle REST Data Services (ORDS) 19.x or later.

B.

Activate REST Enabled SQL for the target schema on the remote database

C.

Set up any remote database

D.

Configure and enable the REST Enabled SQL service feature

Question 32

Which two of the following types can an end user save the customized Interactive report as?

Options:

A.

A Public report

B.

Cannot save the report

C.

A private report

D.

Default report

Question 33

Which two actions can you perform using the Object Browser?

Options:

A.

Browse database objects of the current schema.

B.

Restore dropped database objects.

C.

Create and run SQL scripts.

D.

Create a lookup table based on a column in the current table.

E.

Export and import SQL scripts.

Question 34

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?

Options:

A.

Interactive Report

B.

Column Toggle Report

C.

Classic Report

D.

Interactive Grid

Question 35

Which two statements are true about REST Data Source Synchronization?

Options:

A.

To execute REST source synchronizations on schedule, the CREATE JOB privilege must be granted to the application's parsing schema.

B.

If the local table is not in sync with the Data Profile, Data Synchronization continues to work for columns present in both the table and the Data Profile.

C.

If the local table is not in sync with the Data Profile, Data Synchronization doesn't work.

D.

You cannot trigger Data Synchronization on a regular schedule using a scheduler job.

E.

The local table can only be used for Data Synchronization but you cannot add indexes or change physical properties

Question 36

Which two statements that are TRUE about charts in Interactive grid?

Options:

A.

You can create multiple charts at a time in an interactive grid

B.

To remove a chart, click the Remove Chart icon (X) adjacent to the chart filter

C.

Once a chart is created, you can switch the view between Grid and Chart view.

D.

Once the chart is created, it cannot be reconfigured.

Question 37

What are the three key features of Universal Theme?

Options:

A.

Support for single theme

B.

Versatile UI Components

C.

Responsive Design

D.

Easy Customization

Question 38

Which two tasks can you perform using App Builder?

Options:

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.

Question 39

Choose the statement that is TRUE about Universal Theme.

Options:

A.

Features a responsive design and enables developers to create web applications without

extensive knowledge of HTML, CSS, or JavaScript

B.

Universal theme is the default theme that is shipped with Oracle APEX

C.

All of them

D.

Uses a 12-column grid layout system for arranging components on a page.Ships with a variety of pre-built theme styles

Question 40

Choose the three correct options in the given friendly URL syntax:

https://example.com:5500/ords/r/mycompany/hr-app/updateemployees?

Options:

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.

Question 41

In a Classic Report, an end user can perform which two of the following actions?

Options:

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

Question 42

Which two statements are true about a Progressive Web Application (PWA)?

Options:

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.

Page: 1 / 14
Total 142 questions