Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

1z0-770 Sample Questions Answers

Questions 4

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

Buy Now
Questions 5

Which is a valid method of logging messages to the execution log in APEX automation?

Options:

A.

apex_debug.info ('SAL for ' || :ENAME || ' increased by 1%.');

B.

apex_automation.log_info('SAL for || :ENAME || increased by 18.');

C.

apex error.add error ( p_message => 'SAL for || :ENAME || increased by 1%.', p_display_location => apex_error.c_inline_in_notification );

Buy Now
Questions 6

Which statement is true about Theme Styles in Oracle APEX?

Options:

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.

Buy Now
Questions 7

Which two Plugin types can be created in Oracle APEX?

Options:

A.

Process

B.

Validation

C.

Email Template

D.

Region

Buy Now
Questions 8

You can apply an authorization scheme for which three of the following components?

Options:

A.

Specific control such as region,item or button

B.

A page

C.

A session

D.

An entire application

Buy Now
Questions 9

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.

Buy Now
Questions 10

Which two actions enable "hide and show" behavior of a data series in a bar chart when its

corresponding legend item is clicked?

Options:

A.

Setting the on Data Change attribute value to slide to Left

B.

Setting the Hide and Show Behavior attribute value to Rescale

C.

Setting the Hide and Show Behavior attribute value to None

D.

Setting the Hide and Show Behavior attribute value to No Rescaling

Buy Now
Questions 11

In your application, you want to include a master aetall containing two pages

based on two related tables or views. The first page contains an interactive

report for the master table. The second page features a standard form for the

master and interactive grids for the detail. Which master detail form will you

create?

Options:

A.

Stacked Master Detail

B.

Drill down Master Detail

C.

Side by Side Master Detail

D.

Editable Interactive Grid

Buy Now
Questions 12

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

Buy Now
Questions 13

You must reference certain data from a dragged event under the Drag and Drop PL/SQL Code

attribute of the Calendar component.

Examine this list:

1. The ID

2. The NEW_START_DATE

3. The NEW END DATE

How can these be referenced?

Options:

A.

#APEX.PK_VALUE#, #APEX.NEW START_DATE# and #APEX.NEW_END_DATE#

B.

:APEX$PK_VALUE, APEX$NEW START DATE and APEXSNEW_END_DATE

C.

:APEX.PK_VALUE, :APEX.NEW START DATE and :APEX.NEW END DATE

D.

#APEXSPK VALUE#, #APEX$NEW START DATE# and #APEXSNEW END DATE#

Buy Now
Questions 14

Select two features of a Smart Filters Page.

Options:

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

Buy Now
Questions 15

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?

Options:

A.

GET

B.

POST

C.

PUT

Buy Now
Questions 16

Which three are the main components of APEX workspace homepage?

Options:

A.

Gallery

B.

RESTful Services

C.

SQL Workshop

D.

App Builder

Buy Now
Questions 17

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

Buy Now
Questions 18

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?

Options:

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.

Buy Now
Questions 19

When a table or a SQL query returns many rows, an Interactive Grid is best displayed to the user

with pagination. The two types of pagination available are:

Options:

A.

Scroll

B.

Page

C.

Page and Scroll

D.

No Pagination

Buy Now
Questions 20

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

Buy Now
Questions 21

Choose the three types of aggregations you can apply on a column.

Options:

A.

Average

B.

Standard Deviation

C.

Sum

D.

Count

Buy Now
Questions 22

Which statement is true about creating and using a report with form?

Options:

A.

Both the Create Application Wizard and Create Page Wizard support the creation of an

interactive report or classic report and form combination.

B.

In the Create Application Wizard, you can select a data source (that is, Local Database, REST

Enabled SQL Service, or REST Data Source).

C.

The Create Application Wizard doesn't support the creation of an interactive report and form

combination.

D.

The Create Page Wizard doesn't support the creation of a classic report and formcombination

Buy Now
Questions 23

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.

Buy Now
Questions 24

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?

Options:

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

Buy Now
Questions 25

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

Options:

A.

Help Page

B.

Modal Dialog

C.

Normal Page

D.

Non-Modal Dialog

Buy Now
Questions 26

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?

Options:

A.

Side by Side

B.

Drill Down

C.

Stacked

Buy Now
Questions 27

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

Buy Now
Questions 28

Choose from the following the different kinds of page components you can create in APEX.

Options:

A.

Search Page

B.

Faceted Search

C.

Interactive Grid

D.

All of them

E.

Smart Filters

Buy Now
Questions 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

Buy Now
Questions 30

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?

Options:

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.

Buy Now
Questions 31

When you create an Access Control Page, which three of the following Access Roles get created?

Options:

A.

Developer

B.

Reader

C.

Administrator

D.

Contributor

Buy Now
Questions 32

Which two statements are true about Maps in Oracle APEX?

Options:

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

Buy Now
Questions 33

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.

Options:

A.

Custom Events

B.

Framework Events

C.

All of them

D.

Component Events

E.

Browser Events

Buy Now
Questions 34

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

Buy Now
Questions 35

Which statement is true about the Approvals component?

Options:

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.

Buy Now
Questions 36

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

Buy Now
Questions 37

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.

Buy Now
Questions 38

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

Buy Now
Questions 39

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

Buy Now
Questions 40

Consider a customers report. A customer name is clicked in the report to display the Customer

Details form. When the items in the form dialog are updated and the user clicks Apply Changes, the

page process is executed and the items from the page are used to update and commit the underlying

table in the Oracle Database. What are the two types of events that occurred in this scenario?

Options:

A.

Page Refresh

B.

Page Validation

C.

Page Rendering

D.

Page Processing

Buy Now
Questions 41

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

Options:

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.

Buy Now
Questions 42

Which statement is true about using the App Gallery?

Options:

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.

Buy Now
Exam Code: 1z0-770
Exam Name: Oracle APEX Cloud Developer Professional
Last Update: Nov 16, 2024
Questions: 142
$64  $159.99
$48  $119.99
$40  $99.99
buy now 1z0-770