Weekend Special Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Oracle > Application Development Certification > 1z0-770

1z0-770 Oracle APEX Cloud Developer Professional Question and Answers

Question # 4

Which three statements are TRUE about Shared Components?

A.

Once you create a Shared Component, you can add them to any page within your APEX

application

B.

Shared components are common elements that can be displayed or applied on any page

within an application

C.

Once you create a Shared Component, you can add them to any page within an APEX

application in any workspace.

D.

Breadcrumbs, Lists, and Navigation Bar entries are examples of shared components

Full Access
Question # 5

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

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

Full Access
Question # 6

Which two are valid evaluation points for Authorization Schemes?

A.

Never

B.

Once per session

C.

Once per page view

D.

Once per user

Full Access
Question # 7

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

Full Access
Question # 8

When you create a Dynamic Action, you specify the event that causes the dynamic action to fire.

Choose the categories these events are classified into.

A.

Custom Events

B.

Framework Events

C.

All of them

D.

Component Events

E.

Browser Events

Full Access
Question # 9

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

Full Access
Question # 10

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?

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.

Full Access
Question # 11

When a button is pressed, an overlay window is positioned within the viewport. What kind ofpage mode is it?

A.

Help Page

B.

Modal Dialog

C.

Normal Page

D.

Non-Modal Dialog

Full Access
Question # 12

Which of the following are preconfigured authentication schemes?

A.

Open Door Credentials

B.

All of them

C.

LDAP Directory

D.

HTTP Header Variables

E.

Social Sign In

Full Access
Question # 13

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

Full Access
Question # 14

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

Full Access
Question # 15

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.

Full Access
Question # 16

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.

Full Access
Question # 17

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.

Full Access
Question # 18

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

Full Access
Question # 19

Which two statements are true about the Create Application Wizard?

A.

It allows application pages to be reordered.

B.

It allows application pages to be added or deleted.

C.

It allows the uploading of JavaScript or CSS files required for an application.

D.

It allows the application authorization to be changed

Full Access
Question # 20

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.

Full Access
Question # 21

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

Full Access
Question # 22

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?

A.

Lists

B.

Navigation Menu

C.

Breadcrumbs

D.

Navigation Bar List

Full Access
Question # 23

Which two statements are true about creating and using dynamic actions?

A.

Once you create a dynamic action, you cannot add additional true actions.

B.

If no client-side condition is defined, true actions will not fire.

C.

You can execute JavaScript code by creating a dynamic action.

D.

If a client-side condition is defined, the true action will fire when the condition is met, and

the false action will fire when it is not

Full Access
Question # 24

Which two Plugin types can be created in Oracle APEX?

A.

Process

B.

Validation

C.

Email Template

D.

Region

Full Access
Question # 25

Which two statements are true about the APEX MAIL API?

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

Full Access
Question # 26

Select the three types of Card Layout you can create in APEX.

A.

Vertical(Column)

B.

Float

C.

Grid

D.

Horizontal(Row)

Full Access
Question # 27

Choose the two statements that are TRUE about the Universal Theme in APEX.

A.

Not designed to work on tablets

B.

Responsive UI

C.

Easy customization

D.

The developers must have extensive knowledge about Javascript, CSS and HTML in order to

use the Universal Theme.

Full Access
Question # 28

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.

Full Access
Question # 29

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.

Full Access
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 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

Full Access
Question # 31

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

A.

Particpants

B.

All of them

C.

Task Settings

D.

Parameters

E.

Actions

Full Access
Question # 32

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

Full Access
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

Full Access
Question # 34

You have defined a REST Data Source with ORDS as the REST Data Source Type. This REST Data Source is based on an AutoREST-enabled EMP table on a remote Oracle Database. This REST Data Source is beingused as source for an editable interactive grid. When a user updates an employee record in this interactive grid, which operation (HTTP Method) defined in the REST Data Source is utilized to update a record in the EMP table on the remote Oracle Database?

A.

GET

B.

POST

C.

PUT

Full Access
Question # 35

Which statement is true about importing an APEX application?

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.

Full Access
Question # 36

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.

Full Access
Question # 37

When a button is pressed, an overlay window is positioned within the viewport. What kind ofpage mode is it?

A.

Help Page

B.

Modal Dialog

C.

Normal Page

D.

Non-Modal Dialog

Full Access
Question # 38

Which is NOT a valid Geometry Column Data Type available for maps region?

A.

Latitude/Longitude

B.

JSON_OBJECT

C.

GeoJSON

D.

SDO_GEOMETRY

Full Access
Question # 39

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

A.

Custom Authentication Scheme

B.

No Authentication

C.

Built-in Authentication Scheme

D.

Authorization Scheme

Full Access
Question # 40

Which two among the following are TRUE about Low Code Apps?

A.

Scalable

B.

Not Mobile Friendly

C.

Provide Rich Functionality with Less Code

D.

Expensive

Full Access
Question # 41

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

Full Access
Question # 42

Choose the statement that is TRUE about Universal Theme.

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

Full Access