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

1z0-770 Questions and Answers

Question # 6

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.

Full Access
Question # 7

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 # 8

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

Full Access
Question # 9

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

A.

Control Break

B.

Group By

C.

Hide

D.

Delete

Full Access
Question # 10

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.

Full Access
Question # 11

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 # 12

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.

Full Access
Question # 13

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 # 14

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

Full Access
Question # 15

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 # 16

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 # 17

In an Employee form, the 'Commission' and 'Hire Date' fields are enabled only if the Job is

'Salesman'. This can be achieved by which feature of APEX?

A.

Processing

B.

Conditional SQL

C.

Dynamic Actions

D.

PL/SQL procedure

Full Access
Question # 18

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

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

Full Access
Question # 19

Select the three ways in which you can create a Form in APEX.

A.

Using the Create Page wizard

B.

Using Shared Components

C.

Create a Form region in Page Designer

D.

Using the Create Application Wizard

Full Access
Question # 20

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

Full Access
Question # 21

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 # 22

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 # 23

Which statement is true about session state management in Oracle APEX?

A.

A user cannot run multiple instances of an application simultaneously in different browser

programs.

B.

APEX Sessions are logically and physically distinct from Oracle database sessions used to

service page requests.

C.

Multiple number of sessions cannot exist in the database at the same time

Full Access
Question # 24

Examine this code used in Quick SQL:

students

name

roll no num

Quick SQL is using default settings.

Which table creation script or other output is produced?

A.

An Invalid column definition error message will be displayed.

B.

create table students (

id number generated by default on null as identity constraint students id pk primary

key,

name varchar2 (255 char) not null,

roll no number

)

;

C.

create table students (

id number generated by default on null as identity constraint students_id_pk primary

key,

name varchar2 (255 char),

roll_no number

)

;

Full Access
Question # 25

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

A.

Single Pane Mode

B.

Two Pane Mode

C.

Three Pane Mode

D.

Four Pane Mode

Full Access
Question # 26

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 # 27

Which two types of pages behave similarly in functionality?

A.

Map

B.

Cards

C.

Faceted Search

D.

Smart Filter

Full Access
Question # 28

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 # 29

What are the three features of a calendar in APEX?

A.

Next - Navigates to the next month.

B.

Previous - Navigates to the previous month.

C.

Month, Week, Day - Displays a monthly, weekly and daily view.

D.

Reminders - Displays the reminders set by the users

Full Access
Question # 30

What are the three key features of Universal Theme?

A.

Support for single theme

B.

Versatile UI Components

C.

Responsive Design

D.

Easy Customization

Full Access
Question # 31

The Page Designer Toolbar allows you to perform which two of the following actions?

A.

Delete the application

B.

Navigate to Shared Components

C.

Export the application

D.

Create a new page

Full Access
Question # 32

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

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

Full Access
Question # 33

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

A.

Gallery

B.

Page Designer

C.

Application homepage

D.

SQL Workshop

Full Access
Question # 34

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

A.

A Public report

B.

Cannot save the report

C.

A private report

D.

Default report

Full Access
Question # 35

Which statement is true about Theme Styles in Oracle APEX?

A.

Theme Styles in Oracle APEX determine the layout and structure of a webpage.

B.

When the Is Public attribute is enabled, end users can choose the Theme Style from the runtime environment.

C.

You can only enable the Is Current attribute when the Theme Style has the Read Only attribute disabled.

Full Access
Question # 36

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 # 37

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.

Full Access
Question # 38

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

A.

Static LOV

B.

Cascading LOV

C.

Dynamic LOV

D.

Popup LOV

Full Access
Question # 39

The APEX engine uses which component as a key for tracking each user's session state?

A.

APEX_USER

B.

APP_USER

C.

HTTP_USER

D.

LDAP_USER

Full Access
Question # 40

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

Full Access
Question # 41

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 # 42

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

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.

Full Access