0% found this document useful (0 votes)
515 views85 pages

Oracle Apex Developer 1z0-771

The document consists of a series of questions and answers related to Oracle APEX, covering topics such as authentication, application deployment, SQL Workshop, interactive reports, and REST Data Sources. It includes specific queries about functionalities, configurations, and best practices within the APEX environment. The content is structured as a quiz format, testing knowledge on various aspects of APEX development and management.

Uploaded by

riyasathsafran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
515 views85 pages

Oracle Apex Developer 1z0-771

The document consists of a series of questions and answers related to Oracle APEX, covering topics such as authentication, application deployment, SQL Workshop, interactive reports, and REST Data Sources. It includes specific queries about functionalities, configurations, and best practices within the APEX environment. The content is structured as a quiz format, testing knowledge on various aspects of APEX development and management.

Uploaded by

riyasathsafran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 85

1.

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

Database schema credentials

APEX Workspace Admin credentials

O APEX Developer credentials

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

Standard

Oracle Text

List

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

Access Control

Search Page

Feedback

Unified Task List


4.

Which two actions does the Create Application Wizard allow?

Reordering application pages

Adding or deleting application pages

Uploading JavaScript or CSS files required for an application

Changing the application authorization

5. Which two tasks are performed by using SQL Workshop?

Install and manage Sample Apps.


Edit an application page.

Track and manage issues in a conversational fashion.

Create join queries by using drag-and-drop.

Load and unload text, DDL, and spreadsheet data.

6. Which type of code can be generated by using Query Builder mode in the APEX Assistant?

JavaScript

O SQL

CSs

7.

You need to ensure that "How may I help you today" is the first message displayed by the Al
assistant.

Which attribute of the Show Al Assistant Dynamic Action should be configured in the Property Editor
to achieve this?
Welcome Message

System Prompt

Quick Actions

8. What are two reasons to enable the Used by App Builder option while creating a Generative Al
Service?

To create a REST-enabled database object

To build applications using natural language powered by Generative Al

To create a Working Copy of your application

To author SQL powered by Generative Al

9. 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. ID

2. NEW_START_DATE

3. 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 #APEX$NEW_END_DATE#

O #APEX. PK_VALUE#, #APEX.NEW_START_DATE#, and #APEX.NEW_END_DATE#

O : APEX$PK_VALUE, : APEX$NEW_START_DATE, and : APEX$NEW_END_DATE

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

List aggregate

Median

Rank

Minimum

11. Which statement is true about Theme Styles in Oracle APEX?

O They 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 enable the Is Current attribute only when the Theme Style has the Read Only attribute
disabled.
12. Which two Plugin types can be created in Oracle APEX?

Region

Process

Validation

Email Template

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, in the Edit group, the Enabled switch is turned off.

Which twoactions must be performed to make an employee's commission editable in the grid?

In the Interactive Grid attributes, in the Edit group, turn on the Enabled switch.

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

Set EMPNO, ENAME to Display Only.

In the Interactive Grid attributes, select COMM for Allowed Row Operations Column.
14. Which statement is true about creating and using a report with a form?

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 Page Wizard doesn't support the creation of a classic report and form combination.

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

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

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

SQL Query

Function Returning SQL Query

Select List

Procedure

Generate Text with Al

16. Which Action is used to open an Al chat assistant by using a Dynamic Action?

Show Al Assistant

Open Generative Al
17. 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?

O Join me in congratulating : P1_ENAME as the new employee of the month!

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

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

18. Which statement is true about importing an APEX application?

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

You cannot change the application ID during the import process.

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

19. 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 the Job page item, both the 'Hire date'
(P2_HIREDATE) and 'Commission' (P2_COMM) page items and their associated labels

displayed.

. If you select any other value from the select list for the Job page item (P2_JOB), both the 'Hire date'
(P2_HIREDATE) and 'Commission' (P2_COMM) page items and their ass

labels are hidden.

Which two steps must be performed?

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.


Create a dynamic action on form load.

Specify a client-side condition of type Item = Value and enter SALESMAN for Value.

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

O SAML Sign-In

O Open Door Credentials

HTTP Header Variable

Social Sign-In

21. 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.

You need to reposition the items and display P21_UNIT_PRICE next to P21_PRODUCT_NAME.

Which two actions can be performed in Page Designer to achieve this?

Use the Middle Pane, click P21_UNIT_PRICE, and drag the item directly next to
P21_PRODUCT_NAME.
Select P21_PRODUCT_NAME and then, in the Property Editor, under Layout, set Start New Row to
Yes.

Select P21_UNIT_PRICE and then, in the Property Editor, under Layout, set Start New Row to No.

Right-click P21_UNIT_PRICE and select Start New Row.

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

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.

New schemas cannot be created during workspace creation.

A workspace can be associated with only one schema.

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

23. What happens when you regenerate credentials for Push Notifications?

Existing Push Subscriptions for the application will be invalidated.

Queued Push Notifications for the application will be sent.

O Existing Push Subscriptions for the application will be valid.


24. Which API can be used to send push notification immediately from the notification queue?

APEX_PWA.PUSH_QUEUE

APEX_PWA.PURGE_QUEUE

APEX_PWA.HAS_PUSH_SUBSCRIPTION

25. An APEX e-commerce application is being used by 50 users. You have a promotional offer and
you need to send a Push notification to all the subscribed users on their devices.

Which step must be performed in Oracle APEX to achieve this?

Create a Dynamic Action of Send Push Notification type to send push notifications to all the
subscribed users.

Create a REST Data Source to send push notifications to all the subscribed users.

O Create a PLSQL block to fetch all the subscribed users and send push notifications by using
APEX_APPL_PUSH_SUBSCRIPTIONS & APEX_PWA. SEND_PUSH_NOTIFICATION.

26. 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 restrict acceptable values to TRUE or FALSE.


It will default to FALSE.

It will default to TRUE.

It will restrict acceptable values to Y or N.

27. Which two statements are true about REST Data Source Synchronization?

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

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

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

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.

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

28. 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

Interactive Grid

Cards
O Unified Task List

29. Which step is mandatory to make an existing Oracle APEX application a Progressive Web App
(PWA)?

O Add custom JavaScript to support offline functionality.

Verify that Friendly URLs are turned on in the Application Definition.

O Enable RESTful Web Services in the application.

30. 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.

End users cannot rearrange columns by dragging and dropping.

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

31. Which is a valid Page Process type?

Execute JavaScript Code

Send E-Mail

Set Value
32. Which Process type do you use to run multiple processes in the background from your Oracle
APEX application?

Execute Server-side Code

Execution Chain

Execute JavaScript Code

Execute Code

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

Install Oracle APEX in the remote Oracle Database.

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

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

Install ORDS 19.x or later on the remote Oracle Database.

34. You created a shopping cart application and added the "Add to Cart" functionality. You are using
an APEX Collection named CART to temporarily store the items In the cart.

Assume :P2_PRODUCT_ID holds the product id of the item being added to the cart.

Which PL/SQL Code snippet can be used to add items (PRODUCT_ID) into this APEX collection when
the user adds items to the cart?

BEGIN
INSERT INTO APEX_COLLECTION (id, name, c001) values (1, 'CART' ,:P2_PRODUCT_ID) ;

END;

O BEGIN

INSERT INTO CART (id, c001) values (1, :P2_PRODUCT_ID) ;

END;

BEGIN

APEX_COLLECTION.ADD_MEMBER (

p_collection_name => 'CART',

p_c001=>:P2_PRODUCT_ID

);

END;

35. Which two actions are performed by using the Object Browser?

Create and run SQL scripts.

Restore dropped database objects.

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

Browse database objects of the current schema.

Export and import SQL scripts.

36. 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

37. Which is NOT an available Geometry Column data type for the maps region?

GeoJSON

O Latitude/Longitude

SDO_GEOMETRY

JSON_OBJECT

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

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


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

O apex_error. add_error (

p_message => 'SAL for ' | | : ENAME | | ' increased by 1%.',

p_display_location => apex_error.c_inline_in_notification );

39. What is the Unified Task List in the Approvals component?

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

A shared component used to configure task parameters, participants, actions, and due dates

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

40. 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 receive emails using the APEX_MAIL package in an Oracle APEX application.

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.

1. You created a shopping cart application and added the "Add to Cart" functionality. You are

using an APEX Collection named CARR to temporarily store the items In the cart.

Assume:P2_PRODUCT_ID holds the product id of the item being added to the cart.
Which PL/SQL Code snippet can be used to add items (PRODUCT_ID) into this APEX

collection when the user adds itenhs to the cart?

BEGIN

INSERT INTO APEX_COLLECTION (id, name, c001) values (1, 'CART',: P2_PRODUCT_ID);

END;

BEGIN

INSERT INTO CART (id, c001) values (1, P2_PRODUCT_ID);

END;

O BEGIN

APEX_COLLECTION.ADD_MEMBER (

p_collection_name => 'CART',

P_C001=>: P2_PRODUCT_ID

);

END;

BEGIN

APEX COLLECTION.ADD MEMBER (

p_c001

);
END;

p_collection_name => 'CART',

=>:P2_PRODUCT_ID

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 ablic only

As Private and Public only

As Private only

As Primary only

3. 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.

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

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

A workspace can be associated with only one schema.

4. In a faceted search page, facets can be displayed as different Ul types.

Which two facet item types are supported in the faceted search region?

LOV popup

Date Picker
Checkbox Group

Range

5. 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 by using the
Data

Dictionary Cache.

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

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

types.

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

6. Which two statements are true about Faceted Search pages?

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.

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

7. 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. ID
2. NEW START_DATE

3. NEW END DATE

How can these be referenced?

:APEXSPK_VALUE, APEXSNEW_START_DATE, and: APEXSNEW_END_DATE

#APEX.PK_VALUE#, #APEX.NEW_START_DATE, and #APEX.NEW_END_DATE#

#APEXSPK_VALUE#, #APEXSNEW_START_DATE, and #APEXSNEW_END_DATE#

O:APEX.PK_VALUE.APEX.NEW_START_DATE, and: APEX.NEW_END_DATE

8. Which two tasks can be performed by using the Generate Text with Al Dynamic Action?

Draft an email

Invoke a Workflow

Summarize or translate text

Update the underlying database tables

9. What is the Unified Task List in the Approvals component?

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

inbox

A shared component used to configure task parameters, participants, actions, and due dates

A page that shows details for a specific task, which can include metadata, history, comments, and

Actions
10. 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?

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

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

Refreshing the templates

O Verifying the theme subscription

11. Which three data types are supported by Oracle APEX Workflow parameters and

variables?

Image

VARCHAR

Vector

NUMBER

12 An Employees app includes a form to enter and update employee details

Examine this exhibit


. If you select 'SALESMAN' from the select list for the Job page item, 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 the 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 P2_JOB, P2_HIREDATE, and P2_COMM.

Create a dynamic action on P2_JOB.

Create a dynamic action on P2_HIREDATE and P2_COMM.

Create a dynamic action on form load.

Specify a client-side condition of type Item = Value and enter SALESMAN for Value.

13. Which two statements are true about loading data from the "Create App From a File"

wizard?

Seed data from a SQL script can be uploaded.

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


XML and JSON data can be pasted and loaded.

Data from remote web services can be uploaded.

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

14. To understand how your existing Employee Benefits application is being used and to identify

areas for improvement, you want to determine the most active users, the most used pages,

and the performance of pages

How is this achieved from the Application Home page?

From the Tasks list, click the Add Feature Page button. Then select the Feedback feature type.

Click Create Page. In the Create Page Wizard, select the Activity Reporting feature type.

Click Create Page. In the Create Page Wizard, select the Email Reporting feature type.

O Click Create Page. In the Create Page Wizard, select the Master Detail page type.

15. There is a validation of type Item is numeric on the P1 SALARY item.

When the page is submitted, this error message is displayed both as a notification and below the

item:

What will cause the validation error to appear only in the Notification area?

Removing P1_SALARY from the validation Associated Item

Setting Value Required to Yes on P1_SALARY

Setting Display Location to Inline in Notification


16. Which is a valid Page Process type?

Execute JavaScript Code

Send E-Mail

Set Value

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

Unified Task List

Access Control

Search Page

Feedback

18. From which two options can you invoke APEX Assistant after the Generative Al service is

created?

Workspace Utilities

Code Editor

SQL Commands

Administration Services

19. Which two SQL format options does the APEX Assistant provide when using the "Create

Data Model using Al" feature?


Oracle PL/SQL

MySQL

Oracle SQL

Quick SQL

20. Which action must be performed while configuring a Generative Al service for the "Create

App using Generative Al" option to appear on the Create Application page?

Enable the Used by App Builder setting.

Disable the Used by App Builder setting.

Select the database schema.

21. Examine this exhibit.

Which two actions does the Create Application Wizard allow?

Reordering application pages

Changing the application authorization

Uploading JavaScript or CSS files required for an application


Adding or deleting application pages

22. Which search type in Search Configurations provides linguistic and fuzzy search

capabilities?

Standard

Oracle Text

List

23. Which two statements are true about the APEX_MAIL API?

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

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

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

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

24. Which two statements are true about REST Data Source Synchronization?

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

To execute REST source synchronizations on schedule, the CREATE JOB privilege must be granted

to the application's parsing schema.

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

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.

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

physical properties.

25. There is a page with an interactive grid region based on this statement:

SELECT
EMPNO,

ENAME,

COMM

from EMP;

In the Interactive Grid attributes, in the Edit group, the Enabled switch is turned off.

Which twoactions must be performed to make an employee's commission editable in the grid?

In the Interactive Grid attributes, in the Edit group, tum on the Enabled switch.

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

Set EMPNO, ENAME to Display Only.

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

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

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

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

apex_error.add_error (

p_message =>'SAL for' || : ENAME ||' increased by 1%.',

p_display_location => apex_error.c_inline_in_notification );

27. 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?

Stacked

Side by Side

Drill Down

28. 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 V ('P1_ENAME') as the new employee of the month!

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

29. Which two statements are true about the use of a Remote Server in the context of REST

Data Sources?

A single REST Data Source can use multiple remote servers.

Multiple REST Data Sources can reference a single remote server.

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

The remote server should mandatorily be an APEX instance.

30. Which two outcomes do you achieve by performing the "Compare Changes" task in a

working copy?

Compare changes between different regions in the same application.

Compare Working Copy changes with the Main application.


Compare changes between different pages in the same application.

Compare changes across Working Copies created from a Main application.

31. Which authentication scheme type supports authentication with social networks and

enterprise identity providers that support OpenID Connect or OAuth2 standards?

Open Door Credentials

Social Sign-In

OSAML Sign-In

HTTP Header Variable

32. In your application, you want to display data in a searchable, customizable report that

supports inline editing at run time using the mouse or keyboard.

Which report type will you create ?!

Interactive Report

Smart Filters

O Classic Report

Interactive Grid

33. Which statement is true about importing an APEX application?

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

You cannot change the application ID during the import process.

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

version.
34. Which is NOT an available Geometry Column data type for the maps region?

GeoJSON

Latitude/Longitude

OSDO_GEOMETRY

JSON_OBJECT

35. Which step is mandatory to make an existing Oracle APEX application a Progressive Web

App (PWA)?

Add custom JavaScript to support offline functionality.

Enable RESTful Web Services in the application.

Verify that Friendly URLs are turned on in the Application Definition.

36. Which two approaches can be used to create custom stored procedures in SQL Workshop?

Using SQL scripts

Using Data Workshop

Using Quick SQL

Using Object Browser

37. Which client credentials are used for authentication during the One-Click Remote

Application Deployment process?

Database schema credentials


APEX Workspace Admin credentials

APEX Developer credentials

38. 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.

You need to reposition the items and display P21_UNIT_PRICE next to P21_PRODUCT_N

NAME.

Which two actions can be performed in Page Designer to achieve this?

Use the Middle Pane, click P21_UNIT_PRICE, and drag the item directly next to

P21_PRODUCT_NAME.

Select P21_PRODUCT_NAME and then, in the Property Editor, under Layout, set Start New Row to

Yes.

Select P21_UNIT_PRICE and then, in the Property Editor, under Layout, set Start New Row to No.

Right-click P21_UNIT_PRICE and select Start New Row.

39. What happens when you regenerate credentials for Push Notifications?

Existing Push Subscriptions for the application will be invalidated.

Existing Push Subscriptions for the application will be valid.

Queued Push Notifications for the application will be sent.

40. Which API can be used to send push notification immediately from the notification queue?

APEX_PWA.PURGE_QUEUE
APEX_PWA.HAS_PUSH_SUBSCRIPTION

APEX_PWA.PUSH_QUEUE

41. At what level does a Developer enable push notifications so that end users can receive them

on their devices from an APEX application?

Page

O Application

O Region

O Instance

42. Which three Theme Components are available out-of-the-box with the Universal Theme in

Oracle APEX?

Comments

Avatar

Badge

REST Data Sources

Calendar

43. Which statement is true about the Data Workshop utility?

You can load or unload multiple tables at a time.


The wizards load and unload all types of schema objects.

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

The wizards load and unload table data only.

44. Which statement is true about Theme Styles in Oracle APEX?

They determine the layout and structure of a webpage.

When the Is Public attribute is enabled, end users can choose the Theme Style f

environment.

You can enable the Is Current attribute only when the Theme Style has the Rea

disabled.

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

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

SQL Service, or REST Data Source).

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

report or classic report and form combination.

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

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

combination.

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

SQL Query
Procedure

Function Returning SQL Query

47. Which two Plugin types can be created in Oracle APEX?

Email Template

Region

Validation

Process

48. Which two tasks are performed by using SQL Workshop?

Load and unload text, DDL, and spreadsheet data.

Edit an application page.

Track and manage issues in a conversational fashion.

Install and manage Sample Apps.

Create join queries by using drag-and-drop.

50. 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),

roll no number

roll no number

create table students (

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

roll no number

name varchar2 (255 char) not null,

51. What are the two possible transition for a Workflow in the Faulted state?

Completed

Suspended

Inactive

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

You cannot customize the Search Button Label,

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

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

You can specify an Authorization Scheme at the column level.

53. 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

54.Which two tasks can be performed by using the Generate Text with Al Dynamic Action?

Update the underlying database tables

Invoke a Workflow

Draft an email

Summarize or translate text

55. What are two reasons to enable the Used by App Builder option while creating a Generative

Al Service?
To author SQL powered by Generative Al n

To build applications using natural language powered by Generative Al

To Create a Working Copy of your application

To create a REST enabled database object

56. Which two Quick Actions are available in General Assistance mode of the APEX Assistant?

Improve selection

Debog selection

Explain selection

Purge selection

57.When two Al Service Providers are supported by Oracle APEX?

OCI Generative Al

OC Document Generator pre built function

Jarvis

OpenAl
Question 1:

*Which two approaches can be used to create custom stored procedures in SQL

Workshop?

Skipped

Using Object Browser

(Correct)

Using Quick SQL

Using Data Workshop

Using SQL scripts

(Correct)

Question 2:

Which statement is true about creating and using pages in an APEX application?

You can copy a page only from the current application.

Skipped

Modal and nonmodal dialog pages are supported only if the

current application theme contains at least one page template of

type Dialog Page.


(Correct)

A user cannot interact with a nonmodal dialog and content on the page.

Question 3:

Which two tools are included in SQL Workshop?

Object Browser

Skipped

(Correct)

Team Development

Gallery

Milestones

SQL Scripts

(Correct)

Skipped

Question 4:

*Which two statements are true about REST Data Source Synchronization?
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.

(Correct)

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.

If the local table is not in sync with the Data Profile, Data Synchronization

doesn't work.

To execute REST source synchronizations on schedule, the

CREATE JOB privilege must be granted to the application's parsing (Correct)

schema.

Question 5:

*You added Access Control feature pages to your application. Which two actions

can you perform as an Administrator using the Administration page?

Add Users

Skipped

(Correct)

Create Authorization schemes


Create new application roles

Assign roles to users

(Correct)

Skipped

Question 6:

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

You cannot include Form Page when creating an interactive report page

using the Create Page Wizard.

You cannot customize the Search Button Label.

You can specify an Authorization Scheme at the column level.

(Correct)

You cannot restrict users from saving private reports by using the

Authorization Scheme.

(Correct)

Question 7:

Which two statements are true about the Link Column attribute of an interactive

report?
Skipped

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

in the report.

(Correct)

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

(Correct)

It is not possible to exclude Link Column.

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

Skipped

Question 8:

*Which client credentials are utilized for authentication during the One-Click

Remote Application Deployment process?

APEX Workspace Admin credentials

Database schema credentials

(Correct)

APEX Developer credentials


Skipped

Which two statements are true about low code application development with

Oracle APEX?

Question 9:

Using APEX, you can build mission-critical enterprise apps

(Correct)

Apps cannot natively access Oracle Database capabilities

The application definition is not stored in the database

Application Development IDE is web browser

(Correct)

Data processing is not done in the database

Skipped

Question 10:

Which two are features of the Data Load utility in Data Workshop?

Create an application from the data loaded

Omit (skip) columns when data loading

(Correct)
Load data into multiple tables at once

Omit (skip) records when loading based on a function

Load XML, JSON, XLSX files, or delimited-field text files

(Correct)

Skipped

Question 11:

*Which two statements are true about Oracle APEX?

You can build interactive reporting apps based on data from

disparate systems.

(Correct)

Processing and data manipulation is not executed in the database.

APEX eliminates middle-tier application logic.

Running an APEX app needs client software.

Application definition is not stored in the database.

(Correct)

Question 12:
*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".

Skipped

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

Column".

Ensure that the "Primary Key" switch is turned "On" for the

EMPNO column.

(Correct)

In the Interactive Grid attributes, turn "On" the Enabled switch,

under the Edit group.

(Correct)

Question 13:

*An application includes a form on the EMPLOYEES table. You must limit the p5

MANAGER page item so users can select a single employee name EMP_NAME and

save the corresponding employee ID EMP_ID to the database. Examine this

statement used for the List of Values definition: SELECT emp_name d, emp_id r

from employees ORDER BY 1; Which item type can be used to display

P5_MANAGER?
Skipped

Switch

Popup LOV

(Correct)

Check box

Skipped

Question 14:

Which statement is true about provisioning an APEX workspace?

You can create only one workspace in an APEX instance

You cannot associate an existing database schema with your workspace

A workspace is not associated with any schema

An APEX workspace is a shared work area where multiple

developers can build applications

(Correct)

Question 15:

*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?

Skipped

It will default to TRUE.

It will restrict acceptable values to TRUE or FALSE

(Correct)

It will default to FALSE.

It will restrict acceptable values to Y or N.

Skipped

Question 16:

*Which two statements are true about Faceted Search pages?

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

Facets map to specific database columns.

(Correct)

Faceted Search supports the ability to filter columns storing multiple values

as one string.

Multiple charts are not visible in the same region.


(Correct)

Question 17:

Which two approaches can be used to create custom stored procedures in SQL

Workshop?

Skipped

Procedure Builder

Standalone SQL commands

(Correct)

Quick SQL

Data Workshop

SQL scripts

(Correct)

Question 18:

You must generate a SQL insert statement for the DEPT table in Quick SQL. Which

two statements will do that?

Skipped

dept /insert name


dept name /insert 1

dept/insert 1 name

(Correct)

dept /insert 1 name

(Correct)

Skipped

Question 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.

(Correct)

REST enable the schema in the remote Oracle Database using

ORDS. ENABLE_SCHEMA.

(Correct)

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

Schema.

Install Oracle APEX in the remote Oracle Database.


Skipped

Question 20:

Which two form types can you create in an APEX application?

Rest Data Source

Editable Interactive Grid

(Correct)

Master Detail

(Correct)

Quick Edit

Smart Filters

Question 21:

Which two preconfigured authentication schemes are supported by Oracle APEX?

Database Accounts

Skipped

(Correct)

Contribution Rights
Administration Rights

Social Sign-in

(Correct)

Reader Rights

Skipped

Question 22:

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

Three Pane Mode

(Correct)

Two Pane Mode

(Correct)

Four Pane Mode

Single Pane Mode

Skipped

Question 23:
*Which is NOT a valid Geometry Column Data Type available for maps region?

GeoJSON

SDO GEOMETRY

Latitude/Longitude

JSON_OBJECT

(Correct)

Question 24:

Which is a standard for exchanging authentication and authorization information

between different security domains, to provide cross-organization single sign-on?

Virtual Private Database (VPD)

Skipped

Sign-on System

Open ID

Security Assertion Markup Language

(Correct)

Question 25:
Which statement is true about creating and using a calendar in an APEX

application?

The data source for your calendar can only be a local database, not an

external datasource

Skipped

Calendars in APEX are based on a table or SQL query you provide

(Correct)

You can create a calendar only by using the Create Page Wizard, not as a

region on an existing page

You can create a calendar only by using the Create Application Wizard, not

by using the Create Page Wizard

Question 26:

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

Search Page

Skipped

Feedback

(Correct)

Unified Task List


Access Control

(Correct)

Question 27:

By default, which interactive grid report type can be created by an end user?

Primary report

Skipped

Private report

(Correct)

Public report

Alternative report

Question 28:

Which two statements are true about creating and customizing Smart Filters

pages?

Skipped

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

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

(Correct)

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.

(Correct)

Skipped

Question 29:

What you can export by using the Export/Import utility?

Uploaded cascading stylesheets

Application

All the options

(Correct)

Uploaded images

Skipped

Question 30:
Which is NOT a Preconfigured Authentication Scheme?

Database Accounts

Application Express Accounts

No Authentication

Closed Door Credential

(Correct)

Question 31:

*You created a shopping cart application and added the "Add to Cart" functionality.

You are using an APEX Collection named CART to temporarily store the items In the

cart. Which PL/SQL Code snippet can be used to add items (PRODUCT_ID) into this

APEX collection when the user adds items to the cart?

BEGIN APEX COLLECTION.ADD_MEMBER ( p collection_name =>

'CART', P_c001=> :P2_PRODUCT_ID ); END;

Skipped

(Correct)

Assume: P2_PRODUCT_ID holds the product id of the item being added to

the cart.

BEGIN INSERT INTO CART (id, c001) values (1, P2_PRODUCT_ID); END:
BEGIN INSERT INTO APEX COLLECTION (id, name, c001) values (1, 'CART'

:: P2_PRODUCT_ID); END:

Question 32:

Which Two statements are true about using Oracle APEX Application Development

(APEX Service)?

Skipped

There is a limit on the number of applications that can be developed

It includes Oracle Database Actions (SQL Developer Web)

(Correct)

There is a limit on the number of developers using your service

There is a limit on the number of end users using your apps

It includes Oracle REST Data Services (ORDS)

(Correct)

Question 33:

Skipped

Which statement is true about a Progressive Web Application (PWA)?

PWA features will be rendered even in an unsecured environment


You can only create a PWA when creating a new app. You cannot make an

existing app a PWA

To make an existing app a PWA, you must verify that the Friendly URLs

attribute is off in the Application Definition, Properties section

Enabling PWA functionality in your APEX app adds a new

navigation bar entry named Install App to your application

(Correct)

Question 34:

Jenny has a form page based on ORDER_ITEMS. For certain product types, she

needs to redirect to a modal dialog page to ask for additional information, before

validating or processing the record on page submission. Which processing point

should Jenny select for the branch?

Skipped

After Processing

Processing

Before Computations

After Submit

(Correct)

Skipped
A user cannot run multiple instances of an application simultaneously in

different browser programs.

Question 35:

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

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

APEX Sessions are logically and physically distinct from Oracle

database sessions used to service page requests.

(Correct)

Skipped

Question 36:

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

An interactive grid supports Pivot View and Group By View features

For both editable and noneditable interactive grids, end users can

change the report layout and create private reports.

(Correct)

End users cannot rearrange columns by dragging and dropping.


Question 37:

*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?

POST

Skipped

PUT

(Correct)

GET

Skipped

Question 38:

*Which two statements are true about loading data from the "Create an Application

from a File" wizard?

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

(Correct)
Data from remote web services can be uploaded.

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

(Correct)

XML and JSON data can be pasted and loaded.

Seed data from a SQL script can be uploaded.

Skipped

Question 39:

*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.

(Correct)

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.

Question 40:

*Which two statements are true about creating and managing an APEX

Workspace?
Skipped

During workspace creation, you can associate the workspace with

an existing database schema.

(Correct)

New schemas cannot be created during workspace creation.

A workspace enables multiple users to work within the same

Oracle APEX installation.

(Correct)

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

Development) instance.

A workspace can be associated with only one schema.

Question 41:

Which pane in Page Designer allows the editing of a component's properties?

Toolbar

Skipped

Right pane

(Correct)
Left pane

Central pane

Skipped

Question 42:

*Which statement is true about importing an APEX application?

The import process does not import the supporting objects defined during

the export.

You cannot import an APEX application exported from a latest

APEX version to an old APEX version.

(Correct)

You cannot change the application ID during the import process.

Skipped

*Which two tasks can you perform using SQL Workshop?

Track and manage issues in a conversational fashion.

Question 43:

Load and unload text, DDL, and spreadsheet data.

(Correct)
Create join queries using drag and drop.

(Correct)

Install and manage Sample Apps.

Edit an application page.

Skipped

Question 44:

Which two processes takes place when the APEX engine runs Accept Page?

Save submitted values

(Correct)

Show page

Navigation to different pages

Computations and validations

(Correct)

Question 45:

Which statements are true about creating applications using Oracle APEX?
Oracle APEX application pages share a common session state and

authentication

Skipped

(Correct)

Using the Create Application Wizard, you can only create an application from

file

When creating an application from a file, you can only load data into a new

table but not to an existing table.

Once an application is created, you cannot create additional pages (Correct)

Using the Create Application Wizard, you can only create an application

based on existing tables

Skipped

Question 46:

Which two tasks can you perform by using Page Designer?

Copy an application

Import an application

Add a new region or an item

(Correct)
Create an application

Modify a button

(Correct)

Question 47:

*Which two statements are true about customizing an interactive report by an end

user?

Skipped

Mathematical computations can be added to columns.

(Correct)

From the Actions menu, multiple charts can be created.

Standard Oracle functions cannot be added to columns.

A flashback query can be executed.

(Correct)

Question 48:

Skipped

Which two tasks can you perform using App Builder?


Create join queries using drag and drop.

Create and manage apps.

Import previously exported apps.

(Correct)

Create and manage database objects.

(Correct)

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

dictionary.

Question 49:

*Which two statements are true about the APEX_MAIL API?

Skipped

You can add files as attachments to your emails using the

APEX_MAIL package.

(Correct)

The APEX_MAIL package supports sending emails only to Oracle database

users.

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

(Correct)

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

application.

Question 50:

*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, right-click P21_UNIT_PRICE and select Start New Row.

Skipped

In Page Designer, select P21_PRODUCT_NAME and then in the Property

Editor, under Layout set Start New Row to Yes.

In Page Designer, select P21_UNIT_PRICE and the in the Property

Editor, under Layout set Start New Row to NO.

(Correct)

In Page Designer, use the Middle Pane, click P21_UNIT_PRICE and

drag the item until it is directly next to P21 PRODUCT NAME.

(Correct)
Question 51:

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

report?

Skipped

List aggregate

Median

(Correct)

Rank

Minimum

(Correct)

List aggregate

Question 52:

An application was created using the Create Application Wizard which enabled the

Access Control feature. Which two components are created when enabling the

Access Control feature?

Skipped

The configuration page to set roles of workspace users


(Correct)

The administrative page region with links to Access Control

feature

(Correct)

The configuration page to enable Administrators to select default theme.

The configuration page to set access level of authenticated users

The configuration page to enable end users to select various theme styles

Question 53:

Examibe these statements: create table dept ( id number generated by default on

null as identity constraint dept_id_pk primary key, name varchar2 (255 char) not

null, age number ); create table emp ( id number generated by default on null as

identity constraint emp_id_pk primary key, dept id number constraint

emp_dept_id_fk references dept on delete cascade, name varchar2 (255 char) not

null, email varchar2 (255 char) constraint emp_email_ung unique, position varchar2

(8 char) constraint emp_position_ck check (position in ('MANAGER', 'CLERK'

'ENGINEER')) ); Which Quick SQL code can generate these statements?

dept name /nn age num emp name /nn email /unique

position/check Manager, Clerk, Engineer

Skipped

(Correct)
dept name /nn age num emp name /nn email /unique position /check

Manager, Clerk, Engineer

dept name /nn age num emp name /nn email /unique position /check

Manager, Clerk, Engineer

dept name /nn age num emp name /nn email /unique position /values

Manager, Clerk, Engineer

Skipped

Question 54:

*Which is a valid Page Process type?

Set Value

Execute JavaScript Code

Send E-Mail

(Correct)

Skipped

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

Database, REST Enabled SQL Service, or REST Data Source).

Question 55:
*Which statement is true about creating and using a report with form?

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.

Both the Create Application Wizard and Create Page Wizard

support the creation of an interactive report or classic report and

form combination.

(Correct)

Question 56:

*(q3_PIC) Now you must extend the functionality of this form so that: <PIC> . 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 P2_HIREDATE and P2_COMM.

Skipped
Create a dynamic action on P2_JOB.

(Correct)

Specify a client-side condition of type Item = Value and enter

SALESMAN for Value.

(Correct)

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

Create a dynamic action on form load.

Question 57:

*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?

Checkbox Group

Skipped

(Correct)

Popup LOV

Range

(Correct)
Date Picker

Question 58:

Which two types of calendars are supported by App Builder?

Calendar

Skipped

(Correct)

Legacy Calendar

(Correct)

Global Calendar

Regional Calendar

Skipped

Question 59:

*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 Private only

(Correct)

As Public only
As Private and Public only

As Primary only

Question 60:

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

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

Skipped

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.

(Correct)

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

You can execute JavaScript code by creating a dynamic action.

(Correct)

Skipped

Which statement is true about implementing security in your APEX application?

You can apply an authorization scheme to an entire application or

its components
Question 61:

(Correct)

Confirming a user's identity before allowing access to the application is

known as authorization

Authentication refers to restricting access to specific pages and

components in your application based on your privileges

Once created, you cannot change the authentication scheme associated

with an application

Question 62:

In your existing Employee Benefits application, you want to determine the most

active users, the most used pages, and the performance of pages to better

understand how your application is being utilized and areas for improvement. How

ran this be achieved?

On the Application Home page, click Create Page. In the Create Page Wizard,

select the Email Reporting feature type.

Skipped

On the Application Homo page, click Create Page. In the Create

Page Wizard, select the Activity Reporting feature typo

(Correct)

On the Application Home page, click Create Page. In the Create Page Wizard,
select the Master Detail page type.

On the Application Home page, from the Tasks list, click the Add Feature

Page button Then select the feedback feature type.

Skipped

You can unload data from the database.

Question 63:

*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.

(Correct)

Skipped

Question 64:

Which two actions can you perform using the Object Browser?

Browse database objects of the current schema.


(Correct)

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

(Correct)

Create and run SQL scripts.

Restore dropped database objects.

Export and import SQL scripts.

Skipped

Question 65:

In which two cases, can you use classic reports?

To provide optimal reports on smart phones

To provide basic sort and search options

(Correct)

To provide options to save your customization within the application

To provide the customization option

To provide the download option


(Correct)

Skipped

Question 66:

Which statement is true about creating and using forms in an APEX application?

You can create a form only by using the Create Page Wizard. You can create a

form in Page Designer

You can create a form only by using the Create Application Wizard. You

cannot create a form in Page Designer

A Stacked Master Detail is a single page master-detail utilizing side-by-side

layout and report regions with modal edit windows

The Master Detail form enables users to insert, update, delete

values from two tables or views

(Correct)

Question 67:

Which two types of pages can you create by using the Create Page Wizard?

Interactive Grid

Skipped
(Correct)

Team Development

Utilities

Shared components

Blank Page

(Correct)

Question 68:

(q2_PIC) Which two statements are true about the Create Application Wizard?

<PIC_1_&_2)

Skipped

It allows application pages to be reordered.

(Correct)

It allows application pages to be added or deleted.

(Correct)

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

It allows the application authorization to be changed.


Skipped

Question 69:

Which statement is true about exporting and importing your APEX application?

Using the Export Application Wizard, you can only export the application but

not the supporting object definitions

Your application is saved as .txt file

You can export APEX application as zip file

(Correct)

You can export an APEX application from an instance running APEX 22.1 and

import into APEX 21.1 version

Question 70:

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

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

Cards.

Skipped

(Correct)

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 an interactive report.

Question 71:

*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?

Column Toggle Report

Skipped

Interactive Grid

Interactive Report

Classic Report

(Correct)

Skipped

Question 72:

*You require a Page Computation to execute before the page is rendered. Which

two computation points (Execution Point) will do this?

Before Header
(Correct)

After Header

(Correct)

After Page Processing

After Submit

You might also like