Oracle Apex Developer 1z0-771
Oracle Apex Developer 1z0-771
Which client credentials are used for authentication during the One-Click Remote Application
Deployment process?
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
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?
9. You must reference certain data from a dragged event under the Drag and Drop PL/SQL Code
attribute of the Calendar component.
1. ID
2. NEW_START_DATE
3. NEW_END_DATE
10. Which two functions can be used by an end user when pivoting an interactive report?
List aggregate
Median
Rank
Minimum
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.
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
Select List
Procedure
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?
You cannot import an APEX application exported from the latest APEX version to an old APEX
version.
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.
. 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
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
Social Sign-In
You need to reposition the items and display P21_UNIT_PRICE next to P21_PRODUCT_NAME.
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.
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.
You can create only two workspaces in an APEX Service (APEX Application Development) instance.
23. What happens when you regenerate credentials for Push Notifications?
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.
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.
emp_salary
name vc255
salary num
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)?
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.
Send E-Mail
Set Value
32. Which Process type do you use to run multiple processes in the background from your Oracle
APEX application?
Execution Chain
Execute Code
33. Which two are prerequisites to use the REST-enabled SQL feature in Oracle APEX?
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.
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
END;
BEGIN
APEX_COLLECTION.ADD_MEMBER (
p_c001=>:P2_PRODUCT_ID
);
END;
35. Which two actions are performed by using the Object Browser?
Which solution guarantees that any changes to the master theme are reflected in the copied theme?
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?
O apex_error. add_error (
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
BEGIN
INSERT INTO APEX_COLLECTION (id, name, c001) values (1, 'CART',: P2_PRODUCT_ID);
END;
BEGIN
END;
O BEGIN
APEX_COLLECTION.ADD_MEMBER (
P_C001=>: P2_PRODUCT_ID
);
END;
BEGIN
p_c001
);
END;
=>:P2_PRODUCT_ID
2. You have an interactive grid component and you are enabling the Save Public Report
attribute.
As ablic only
As Private only
As Primary only
3. 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.
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.
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 suggestion chip count is displayed only for filters that support counts, such as LOV-based filter
types.
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
1. ID
2. NEW START_DATE
8. Which two tasks can be performed by using the Generate Text with Al Dynamic Action?
Draft an email
Invoke a Workflow
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.
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
11. Which three data types are supported by Oracle APEX Workflow parameters and
variables?
Image
VARCHAR
Vector
NUMBER
(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
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?
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,
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.
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?
Send E-Mail
Set Value
17. Which two feature pages can you create using the Create Page Wizard?
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
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?
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
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
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.
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_error.add_error (
27. You must create a single master detail page where users can select a row in the master grid
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
Which text, when placed in source, will display the message correctly?
29. Which two statements are true about the use of a Remote Server in the context of REST
Data Sources?
The remote server determines the base URL of the REST Data Source.
30. Which two outcomes do you achieve by performing the "Compare Changes" task in a
working copy?
31. Which authentication scheme type supports authentication with social networks and
Social Sign-In
OSAML Sign-In
32. In your application, you want to display data in a searchable, customizable report that
Interactive Report
Smart Filters
O Classic Report
Interactive Grid
The import process does not import the supporting objects defined during the export.
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)?
36. Which two approaches can be used to create custom stored procedures in SQL Workshop?
37. Which client credentials are used for authentication during the One-Click Remote
You need to reposition the items and display P21_UNIT_PRICE next to P21_PRODUCT_N
NAME.
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.
39. What happens when you regenerate credentials for Push Notifications?
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
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
Calendar
You cannot load data from an an XLSX file with multiple worksheets.
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
Both the Create Application Wizard and Create Page Wizard support the creation of an interactive
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
Email Template
Region
Validation
Process
students
name
roll no num
roll no number
roll no number
roll no number
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 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.
53. You use the Create Page Wizard to create a faceted search page on the EMP table. What is
A. Interactive Report
C. Classic Report
D. Interactive Grid
54.Which two tasks can be performed by using the Generate Text with Al Dynamic Action?
Invoke a Workflow
Draft an email
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
56. Which two Quick Actions are available in General Assistance mode of the APEX Assistant?
Improve selection
Debog selection
Explain selection
Purge selection
OCI Generative Al
Jarvis
OpenAl
Question 1:
*Which two approaches can be used to create custom stored procedures in SQL
Workshop?
Skipped
(Correct)
(Correct)
Question 2:
Which statement is true about creating and using pages in an APEX application?
Skipped
A user cannot interact with a nonmodal dialog and content on the page.
Question 3:
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
(Correct)
scheduler job.
The local table can only be used for Data Synchronization but you cannot
If the local table is not in sync with the Data Profile, Data Synchronization
doesn't work.
schema.
Question 5:
*You added Access Control feature pages to your application. Which two actions
Add Users
Skipped
(Correct)
(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
(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
in the report.
(Correct)
(Correct)
Skipped
Question 8:
*Which client credentials are utilized for authentication during the One-Click
(Correct)
Which two statements are true about low code application development with
Oracle APEX?
Question 9:
(Correct)
(Correct)
Skipped
Question 10:
Which two are features of the Data Load utility in Data Workshop?
(Correct)
Load data into multiple tables at once
(Correct)
Skipped
Question 11:
disparate systems.
(Correct)
(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
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)
(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
statement used for the List of Values definition: SELECT emp_name d, emp_id r
P5_MANAGER?
Skipped
Switch
Popup LOV
(Correct)
Check box
Skipped
Question 14:
(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
(Correct)
Skipped
Question 16:
(Correct)
Faceted Search supports the ability to filter columns storing multiple values
as one string.
Question 17:
Which two approaches can be used to create custom stored procedures in SQL
Workshop?
Skipped
Procedure Builder
(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
Skipped
dept/insert 1 name
(Correct)
(Correct)
Skipped
Question 19:
*Which two are prerequisites to use the REST-enabled SQL feature in Oracle APEX?
(Correct)
ORDS. ENABLE_SCHEMA.
(Correct)
Create a database link to the remote Oracle Database in the local APEX
Schema.
Question 20:
(Correct)
Master Detail
(Correct)
Quick Edit
Smart Filters
Question 21:
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?
(Correct)
(Correct)
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:
Skipped
Sign-on System
Open ID
(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
(Correct)
You can create a calendar only by using the Create Page Wizard, not as a
You can create a calendar only by using the Create Application Wizard, not
Question 26:
*Which two feature pages can you create using the Create Page Wizard?
Search Page
Skipped
Feedback
(Correct)
(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
If you create a Smart Filters page based on a table, the filters are
auto discovered using the Data Dictionary Cache.
(Correct)
The suggestion chip count is only displayed for filters that support
(Correct)
Skipped
Question 29:
Application
(Correct)
Uploaded images
Skipped
Question 30:
Which is NOT a Preconfigured Authentication Scheme?
Database Accounts
No Authentication
(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
Skipped
(Correct)
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
(Correct)
(Correct)
Question 33:
Skipped
To make an existing app a PWA, you must verify that the Friendly URLs
(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
Skipped
After Processing
Processing
Before Computations
After Submit
(Correct)
Skipped
A user cannot run multiple instances of an application simultaneously in
Question 35:
Multiple number of sessions cannot exist in the database at the same time.
(Correct)
Skipped
Question 36:
For both editable and noneditable interactive grids, end users can
(Correct)
*You have defined a REST Data Source with ORDS as the REST Data Source Type.
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
POST
Skipped
PUT
(Correct)
GET
Skipped
Question 38:
*Which two statements are true about loading data from the "Create an Application
(Correct)
Data from remote web services can be uploaded.
(Correct)
Skipped
Question 39:
*Which statement is true about Unified Task List in the Approvals component?
(Correct)
It is a page that shows details for a specific task, which can include
Question 40:
*Which two statements are true about creating and managing an APEX
Workspace?
Skipped
(Correct)
(Correct)
You can create only two workspaces in an APEX Service (APEX Application
Development) instance.
Question 41:
Toolbar
Skipped
Right pane
(Correct)
Left pane
Central pane
Skipped
Question 42:
The import process does not import the supporting objects defined during
the export.
(Correct)
Skipped
Question 43:
(Correct)
Create join queries using drag and drop.
(Correct)
Skipped
Question 44:
Which two processes takes place when the APEX engine runs Accept Page?
(Correct)
Show page
(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
Using the Create Application Wizard, you can only create an application
Skipped
Question 46:
Copy an application
Import an application
(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
(Correct)
(Correct)
Question 48:
Skipped
(Correct)
(Correct)
Generate data definition language (DDL) statements from the Oracle data
dictionary.
Question 49:
Skipped
APEX_MAIL package.
(Correct)
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
the items and display P21 UNIT PRICE next to P21 PRODUCT NAME. Which two
Skipped
(Correct)
(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
Skipped
feature
(Correct)
The configuration page to enable end users to select various theme styles
Question 53:
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
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
dept name /nn age num emp name /nn email /unique
Skipped
(Correct)
dept name /nn age num emp name /nn email /unique position /check
dept name /nn age num emp name /nn email /unique position /check
dept name /nn age num emp name /nn email /unique position /values
Skipped
Question 54:
Set Value
Send E-Mail
(Correct)
Skipped
In the Create Application Wizard, you can select a data source (that is, Local
Question 55:
*Which statement is true about creating and using a report with form?
The Create Page Wizard doesn't support the creation of a classic report and
form combination.
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
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?
Skipped
Create a dynamic action on P2_JOB.
(Correct)
(Correct)
Question 57:
*In a faceted search page, facets can be displayed as different UI types. Which two
Checkbox Group
Skipped
(Correct)
Popup LOV
Range
(Correct)
Date Picker
Question 58:
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?
Skipped
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.
(Correct)
Skipped
its components
Question 61:
(Correct)
known as authorization
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
On the Application Home page, click Create Page. In the Create Page Wizard,
Skipped
(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
Skipped
Question 63:
shorthand syntax.
(Correct)
Skipped
Question 64:
Which two actions can you perform using the Object Browser?
(Correct)
Skipped
Question 65:
(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
You can create a form only by using the Create Application Wizard. You
(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
(Correct)
(Correct)
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
(Correct)
You can export an APEX application from an instance running APEX 22.1 and
Question 70:
*Which statement is true about creating and using a faceted search page?
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.
Question 71:
*You use the Create Page Wizard to create a faceted search page on the EMP table.
Skipped
Interactive Grid
Interactive Report
Classic Report
(Correct)
Skipped
Question 72:
*You require a Page Computation to execute before the page is rendered. Which
Before Header
(Correct)
After Header
(Correct)
After Submit