Exam 1Z0-770

Додано: 30 серпня 2023
Предмет: Технології, 11 клас
Тест виконано: 10 разів
54 запитання
Запитання 1

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

варіанти відповідей

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

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

End users cannot rearrange columns by dragging and dropping. 

Запитання 2

You have an interactive grid component and you are enabling the Save Public Report attribute. As what can end users save the report type?

варіанти відповідей

As Primary only 

As Public only

As Private only 

As Private and public only

Запитання 3

Which two statements are true about creating and using an interactive report? 

варіанти відповідей

You can specify an Authorization Scheme at the column level.

You cannot include Form Page when creating an interactive report page using the Create Page Wizard.

You cannot customize the Search Button Label.

You cannot restrict users from saving private reports by using the Authorization Scheme.

Запитання 4

Which statement is true about creating and using a faceted search page?

варіанти відповідей

If you create a faceted search page on a view or a SQL query, the facets are auto-discovered

If you create a faceted search page based on a table, the facets are not auto-discovered.

The Search Results region can be displayed as a Classic Report or Cards.

The Search Results region can be displayed as an interactive report.

Запитання 5

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

варіанти відповідей

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

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

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

Запитання 6

Which statement is true about Theme Styles in Oracle APEX?

варіанти відповідей

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

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

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

Запитання 7

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 being used 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?

варіанти відповідей

GET

POST

PUT

Запитання 8

Which two statements are true about the usage of a Remote Server in the context of REST Data Sources?

варіанти відповідей

The remote server determines the base URL of the REST Data Source. 

The remote server should mandatorily be an APEX instance

Multiple REST Data Sources can reference a single remote server. 

A single REST Data Source can use multiple remote server

Запитання 9

Which two statements are true about REST Data Source Synchronization?

варіанти відповідей

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

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.

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

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

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

Запитання 10

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?

варіанти відповідей

Interactive Report

Column Toggle Report

Classic Report

Interactive Grid

Запитання 11

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? 

варіанти відповідей

Date Picker 

Range

Checkbox Group

Popup LOV

Запитання 12

Which two statements are true about Faceted Search pages? 

варіанти відповідей

Faceted Search supports the ability to filter columns storing multiple values as one string

Facets map to specific database columns.

Multiple charts are not visible in the same region

A facet's chart can be seen only in a nonmodal dialog. 

Запитання 13

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?

варіанти відповідей

Join me in congratulating :P1 ENAME as the new employee of the month! 

Join me in congratulating &P1_ENAME., as the new employee of the month!

Join me in congratulating v('P1_ENAME') as the new employee of the month! 

Запитання 14

Which search type in Search Configurations provides linguistic and fuzzy search capabilities?

варіанти відповідей

Oracle Text

Standard

List

Запитання 15

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? 

варіанти відповідей

Refreshing the templates

Verifying the theme subscription

Subscribing the copied theme to the master theme and refreshing the theme

Copying the changes made in the master theme to the copied theme

Запитання 16

Which two tasks can you perform using App Builder? 

варіанти відповідей

Create join queries using drag and drop.

Generate data definition language (DDL) statements from the Oracle data dictionary

Import previously exported apps.

Create and manage apps. 

Create and manage database objects

Запитання 17

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?

варіанти відповідей

Setting the value Required to Yes on P1_SALARY

Removing P1_SALARY from the validation Associated Item

Setting Display Location to Inline in Notification 

Запитання 18

Which two Plugin types can be created in Oracle APEX?

варіанти відповідей

Process

Validation

Email Template 

Region

Запитання 19

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

варіанти відповідей

On the remote Oracle Database, install ORDS 19.x or later

REST enable the schema in the remote Oracle Database using ORDS.ENABLE_SCHEMA

Create a database link to the remote Oracle Database in the local APEX Schema

Install Oracle APEX in the remote Oracle Database

Запитання 20

Which statement is true about Unified Task List in the Approvals component? 

варіанти відповідей

It is a page type in the Create Page Wizard that is used to create a summary of tasks that functions like an inbox

It is a page that shows details for a specific task, which can include metadata, history, comments, and actions.

It is a shared component used to configure task parameters, participants, actions, and due dates

Запитання 21

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?

варіанти відповідей

Set EMPNO, ENAME to "Display Only"

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

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

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

Запитання 22

Which two are valid evaluation points for Authorization Schemes?

варіанти відповідей

Never

Once per session 

Once per page view 

Once per user

Запитання 23

You added Access Control feature pages to your application.

Which two actions can you perform as an Administrator using the Administration page? 

варіанти відповідей

Assign roles to users

Create Authorization schemes

Add Users

Create new application roles

Запитання 24

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?

варіанти відповідей

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.

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

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

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

Запитання 25

Which two actions enable "hide and show" behavior of a data series in a bar chart when its corresponding legend item is clicked?

варіанти відповідей

Setting the on Data Change attribute value to slide to Left

 Setting the Hide and Show Behavior attribute value to Rescale

Setting the Hide and Show Behavior attribute value to None

Setting the Hide and Show Behavior attribute value to No Rescaling 

Запитання 26

Which two actions can you perform using the Object Browser?

варіанти відповідей

Browse database objects of the current schema.

Restore dropped database objects.

Create and run SQL scripts. 

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

Export and import SQL scripts. 

Запитання 27

Which statement is true about the Data Workshop utility?

варіанти відповідей

The wizards load and unload table data only

You cannot load data from an XLSX file with multiple worksheets.

The wizards load and unload all types of schema objects.

You can load or unload multiple tables at a time. 

Запитання 28

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

варіанти відповідей

If you create a Smart Filters page based on a table, the filters are auto discovered using the Data Dictionary Cache. 

The search results report can be displayed as an interactive report

The suggestion chip count is only displayed for filters that support counts, such as LOV-based filter types.

The search results report can be displayed as an interactive grid.

Запитання 29

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

варіанти відповідей

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

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

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

Запитання 30

Which authentication scheme type supports authentication with social networks and enterprise identity providers that support OpenID Connect or OAuth2 standards? 

варіанти відповідей

HTTP Header Variable

Social Sign-In

SAML Sign-In

Open Door Credentials 

Запитання 31

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

варіанти відповідей

Both the Create Application Wizard and Create Page Wizard support the creation of an interactive report or classic report and form combination.

In the Create Application Wizard, you can select a data source (that is, Local Database, REST Enabled SQL Service, or REST Data Source).

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

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

Запитання 32

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

варіанти відповідей

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

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

You can execute JavaScript code by creating a dynamic action.

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. 

Запитання 33

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?

варіанти відповідей

Create a dynamic action on form load. 

Create a dynamic action on P2_JOB, P2_HIREDATE, and P2_COMM.

Create a dynamic action on P2_JOB.

Create a dynamic action on P2_HIREDATE and P2_COMM.

……… and enter SALESMAN for Value.

Запитання 34

Which two statements are true about Oracle APEX?

варіанти відповідей

Application definition is not stored in the database

Processing and data manipulation is not executed in the database

Running an APEX app needs client software. 

APEX eliminates middle-tier application logic.

You can build interactive reporting apps based on data from disparate systems

Запитання 35

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?

варіанти відповідей

Side by Side

Drill Down

Stacked

Запитання 36

Which two statements are true about loading data from the "Create an Application From a File" wizard?

варіанти відповідей

Seed data from a SQL script can be uploaded

A sample data set from the sample list can be uploaded.

XML and JSON data can be pasted and loaded.

CSV, XLSX, XML, TXT, or JSON files can be uploaded. 

Data from remote web services can be uploaded. 

Запитання 37

Which two statements are true about the APEX MAIL API?

варіанти відповідей

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

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

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

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

Запитання 38

Which client credentials are utilized for authentication during the One-Click Remote Application Deployment process?

варіанти відповідей

Database schema credentials

APEX Developer credentials

APEX Workspace Admin credentials

Запитання 39

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

варіанти відповідей

Single Pane Mode

Two Pane Mode

Three Pane Mode

Four Pane Mode

Запитання 40

Which is a valid Page Process type?

варіанти відповідей

Execute JavaScript Code

Set Value

Send E-Mail

Запитання 41

Which two Query Source types can be used to create a dynamic Navigation Bar List?

варіанти відповідей

Select List

SQL Query 

Function Returning SQL Query

Procedure

Запитання 42

An application includes a report and form on the PRODUCTS table.

The form page includes page items P21 PRODUCT NAME and P21_UNIT_PRICE.

P21_UNIT_PRICE is currently displayed below P21_PRODUCT_NAME.

Now, you need to reposition the items and display P21 UNIT_PRICE next to P21_PRODUCT_NAME.

Which two statements are true?

варіанти відповідей

In Page Designer, select P21_PRODUCT_NAME and then in the Property Editor, under Layout set Start New Row to Yes.

In Page Designer, use the Middle Pane, click P21 UNIT PRICE and drag the item until it is directly next to P21 PRODUCT_NAME.

In Page Designer, select P21_UNIT_PRICE and then in the Property Editor, under Layout set Start New Row to Yes.

In Page Designer, right-click P21_UNIT_PRICE and select Start New Row.

Запитання 43

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

варіанти відповідей

Latitude/Longitude

JSON_OBJECT

GeoJSON

SDO_GEOMETRY

Запитання 44

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? 

варіанти відповідей

An Invalid column definition error message will be displayed.

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 ) ; 

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 ) ; 

Запитання 45

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?

варіанти відповідей

It will default to FALSE.

It will restrict acceptable values to TRUE or FALSE.

It will default to TRUE.

It will restrict acceptable values to Y or N. 

Запитання 46

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

варіанти відповідей

Access Control 

Feedback

Search Page

Unified Task List 

Запитання 47

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?

варіанти відповідей

Master Detail

Cards

Interactive Grid 

Unified Task List

Запитання 48

Which statement is true about using SQL Commands? 

варіанти відповідей

You can search and filter database objects

You can design and prototype data models using a markdown-like shorthand syntax

In SQL Commands, you can view queries saved in Query Builder

You can unload data from the database

Запитання 49

Which two functions can be used by an end user when pivoting an interactive report?

варіанти відповідей

Minimum

list aggregate

Median

List aggregate

Rank

Запитання 50

Which statement is true about the Link Column attribute of an interactive report?

варіанти відповідей

A Link Column cannot be sorted, hidden, or moved by an end user

It is not possible to exclude Link Column.

If you select Link Column, it is always displayed as the last column in the report

It is not possible to include a custom target in Link Column.

Запитання 51

Which statement is true about importing an APEX application?

варіанти відповідей

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

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

You cannot change the application ID during the import process. 

Запитання 52

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?

варіанти відповідей

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

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

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

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

Запитання 53

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

варіанти відповідей

To use the PWA feature, the Friendly URLS attribute in the Application Definition, Properties section must be turned Of

Enabling the PWA functionality optimizes page loading speed on a mobile device.

Enabling the PWA functionality in your APEX app adds a new navigation bar entry named Install App to your app.

PWA features will be rendered even if the application is served in an unsecured environment.

You can create a PWA only when creating a new application with the Create Application Wizard.

Запитання 54

Which two statements are true about creating and managing an APEX Workspace?

варіанти відповідей

New schemas cannot be created during workspace creation.

During workspace creation, you can associate the workspace with an existing database schema.

A workspace enables multiple users to work within the same Oracle APEX installation

You can create only two workspaces in an APEX Service (APEX Application Development) instance

Створюйте онлайн-тести
для контролю знань і залучення учнів
до активної роботи у класі та вдома

Створити тест