100% found this document useful (1 vote)
476 views30 pages

Apex

The document consists of a series of multiple-choice questions related to Oracle APEX, covering topics such as Universal Theme, interactive grids, REST Data Sources, and various components and functionalities within APEX. Each question presents options that test the reader's knowledge of APEX features and best practices. The questions are structured to assess understanding of both theoretical concepts and practical applications in APEX development.

Uploaded by

blackjinni098
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
100% found this document useful (1 vote)
476 views30 pages

Apex

The document consists of a series of multiple-choice questions related to Oracle APEX, covering topics such as Universal Theme, interactive grids, REST Data Sources, and various components and functionalities within APEX. Each question presents options that test the reader's knowledge of APEX features and best practices. The questions are structured to assess understanding of both theoretical concepts and practical applications in APEX development.

Uploaded by

blackjinni098
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/ 30

Question - 01

Choose the statement that is TRUE about Universal Theme

A. Features a responsive design and enables developers to create web applications without extensive
knowledge of HTML, CSS, or JavaScript

B. Universal theme is the default theme that is shipped with Oracle APEX

C. Uses a I2-column grid layout system for arranging components on a page.

D. All of them

Question - 02

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

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

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

C. End users cannot rearrange columns by dragging and dropping.

Question - 03

Which two of the following capabilities are TRUE for both Interactive Report and Interactive Grid?

A. End user can rearrange the report interactively using the mouse.

B. End user can add, modify, and refresh data directly on the report.

C. End user can save the report

D. End user can customize how and what data is displayed.

Question - 04

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

A. As Primary only

B. As Public only

C. As Private only

D. As Private and public only

Question - 05

Developers can use Template Options in which of the following ways?


A. Applying different colors or accents

B. Rendering buttons in different styles, with and without icons

C. Applying different spacing and padding

D. Displaying form fields with different alignments

E. All of them

Question - 06

I want to hide a few columns in my interactive report. To do so. which option should I choose from the
Actions menu?

A. Filter

B. Data

C. columns

D. Format

Question - 07

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

A. You can specify an Authorization Scheme at the column level.

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

C. You cannot customize the Search Button Label.

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

Question - 08

What arc the three key features of Universal Theme?

A. Support for single theme

B. Versatile UI Components

C. Responsive Design

D. Easy Customization

Question - 09

You can create a report in which of the three following methods?

A. Create a report as a new page in an application

B. Create a report when you create a new database application

C. Create a report from Object Browser


D. Create a report region on a page in an application

Question - 10

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

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

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

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

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

Question - 11

Which of the following options in the Developer Toolbar enables you to customize the look and feel of
the application?

A. Quick Edit

B. Customize

C. Session

D. Debug

Question - 12

In a Classic Report, an end user can perform which two of the following actions?

A. Create Control Breaks in the report

B. Rearrange the columns in the report

C. Filter values of a column in the report

D. Sort the columns of the report

Question - 13

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

A. apcx_debug.info ('SAL for' II :ENAME II' increased by 1%.');

B. apex_automation.log_info(SAL for II :ENAME II increased by 18.);

C. apex crror.add error ( p_message => 'SAL for II :ENAME II increased by 1%.', p_display_location =>
apcx_error.c_inlinc_in_notification) ;

Question - 14

What three are the building blocks of Approvals Components?


A. Task Details Page

B. Automations

C. Task Definition

D. Unified Task List

Question - 15

Which two types of pages behave similarly in functionality?

A. Map

B. Cards

C. Faceted Search

D. Smart Filter

Question - 16

Which statement is true about Theme Styles in Oracle APEX?

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

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

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

Question - 17

Plug-ins can be used declaratively in which of the following components in APEX?

A. Dynamic Actions

B. Regions

C. Items

D. Process Type

E. All of them

Question - 18

You can create an APEX workspace and build APEX apps on which of the following platforms?

A. Oracle Autonomous Cloud

B. Oracle XE

C. Amazon RDS
D. Microsoft Azure

E. All of the above

Question - 19

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?

A. GET

B. POST

C. PUT

Question - 20

Which three of the following arc use cases of Automation?

A. Deleting a database record based on an end user's request

B. Monitoring log tables and raising an alert when there is an issue

C. Approving specific requests

D. Sending email alerts at a particular time of the week

Question - 21

In which scenarios would you use the LOW VALUE and HIGH VALUE datatypcs in an Oracle APEX
application?

A. To store and manipulate large amounts of data efficiently.

B. To define the range of values for a column in a table:

C. To enforce data integrity constraints.

D. To optimize queries by using indexing

Question - 22

Which two among the following arc TRUE about Low Codc Apps?

A. Scalable

B. Not Mobile Friendly

C. Provide Rich Functionality with Less Code

D. Expensive
Question - 23

Which two statements arc true about the usage of a drfiver in the context of REST Data Sources?

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

B. The remote server should mandatorily be an APEX instance.

C. Multiple REST Data Sources can reference a single remote server.

D. A single REST Data Source can use multiple remote servers.

Question - 24

Which are Task definitions that exist on the application level in the Shared Components section made up
of?

A. Participants

B. All of them

C. Task Settings

D. Parameters

E. Actions

Question - 25

Which two are true about Oracle APEX?

A. Performs the data processing in a middle-tier server

B. Requires no additional client software. A web browser is the app development IDE.

C. Requires developers to be proficient in Java. Python and other programming languages.

D. Is declarative. It requires no code generation.

Question - 26

Which two statements arc true about REST Data Source Synchronization?

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

B. lithe 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.

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

D. You cannot trigger Data Synchronization on a regular schedule using a scheduler job.
E. The local table can only be used for Data Synchronization but you cannot add indexes or change
physical properties.

Question - 27

Which three of the following statements arc TRUE about Data Synchronization?

A. Data Synchronization enables developers to automatically sync the contents of a local table with the
data from a REST service.

B. APEX can create the local table based on the visible columns in the REST Data Source Data Profile.

C. Helps in Providing efficient reporting on large data sets coming from a REST service.

D. You must trigger Data Synchronization manually

Question - 28

Which three are the main components of APEX workspace homepage?

A. Gallery

B. RESTful Services

C. SQL Workshop

D. App Builder

Question - 29

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

Question - 30

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

A. Install Oracle REST Data Services (ORDS) 19.x or later.

B. Activate REST Enabled SQL for the target schema on the remote database

C. Set up any remote database

D. Configure and enable the REST Enabled SQL Service feature

Question - 31

Using Data Workshop. you can perform which three tasks:


A. Delete data from the database

B. Load vast amount of data into the database

C. Export vast amount of data from the database into a file

D. Load data using various file formats such as XLSX. CSV, XML, and JSON

Question - 32

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?

A. Date Picker

B. Range

C. Checkbox Group

D. Popup LOV

Question - 33

What three arc the key features of Data Load Definition?

A. The APEX_DATA_LOADING PUSQL API is available for custom processing.

B. Only XML data format can be loaded to tables or collections

C. Columns mapping occurs at design time, removing the burden on end users.

D. Easy workflow for end users: upload the file, verify the preview, and load data

Question — 34

Which component in SQL Workshop allows you to build queries graphically without manual SQL coding?

A. Quick SQL

B. Query Builder

C. SQL commands

D. Data Workshop

Question - 35

Which two statements are true about Faceted Search pages?

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

B. Facets map to specific database columns.

C. Multiple charts are not visible in the same region.

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


Question - 36

What three are the uses of Collections in APEX?

A. You insert. update. and delete collection information using PLJSQL API APEX COLLECTION.

B. Use collections to temporarily capture one or more nonscalar Values.

C. Collections enable you to store rows and columns in the current session into database tables

D. Collections can be accessed. manipulated. or processed during a user's specific session.

Question - 37

What three are the result of the following QuickSQL shorthand notation do?

departments /insert 4

name /nn

location

country

A. Create the departments table with 4 columns

B. Creates an id column as a primary key

C. Create the departments table with 3 columns

D. Inserts 4 rows of random data into the departments table

Question - 38

You must use a Static Content region type to display messages about the employees of the month.
Employee names are stored in the PI ENAME page item. Which text, when placed in Source, will display
the message correctly?

A. Join me in congratulating :PI ENAME as the new employee of the month!

B. Join me in congratulating &PI ENAME, as the new employee of the month!

C. Join me in congratulating el_ENAME) as the new employee of the month!

Question - 39

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

A. Specific control such as region, item or button

B. A page

C. A session
D. An entire application

Question - 40

From SQL Workshop, you can perform which two of the following actions?

A. Create an APEX user

B. Run SQL commands and scripts

C. Delete database

D. Create and view database objects

Question - 41

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

A. Oracle Text

B. Standard

C. List

Question - 42

Which of the following methods is best for securing data in an Oracle APEX application?

A. Using a custom encryption algorithm

B. Storing data in plain text format

C. Using Oracle APEX built-in encryption functions

D. Storing data in a separate database with restricted access

Question - 43

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

created?

A. Developer

B. Reader

C. Administrator

D. Contributor

Question - 44

Choose the two statements that are TRUE about the Universal Theme in APEX.

A. Not designed to work on tablets

B. Responsive UI
C. Easy customization

D. The developers must have extensive knowledge about JavaScript, CSS and HTML in

order to use the Universal Theme.

Question - 45

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?

A. Refreshing the templates

B. Verifying the theme subscription

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

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

Question - 46

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

A. APEX_USER

B. APP_USER

C. HTTP_USER

D. LDAP_USER

Question - 47

Choose the three correct options in the given friendly URL syntax:

https://example.com:5500/ords/r/mycompany/hr-

app/updateemployees?session=13766599855150

A. hr-app is the application alias.

B. update-employees is the PL/SQL procedure to update the employee details.

C. mycompany is the path-prefix which is by default the workspace name

D. 13766599855150 is the session I A new ID is generated for each session

Question - 48

Which two tasks can you perform using App Builder?


A. Create join queries using drag and drop.

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

dictionary.

C. Import previously exported apps.

D. Create and manage apps.

E. Create and manage database objects.

Question - 49

Which of the following are preconfigured authentication schemes?

A. Open Door Credentials

B. All of them

C. LDAP Directory

D. HTTP Header Variables

E. Social Sign In

Question - 50

Using the App Builder component, you can perform which three tasks?

A. Edit pages in the page designer

B. Run SQL scripts and commands

C. Install a sample App

D. Create a new App

Question - 51

There is a validation of type Item is numeric on the PI_SALARY item. When the

page is submitted, this or message is displayed both in the notification and below the item:

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

A. Setting the value Required to Yes on PI_SALARY

B. Removing P1_SALARY from the validation Associated Item

C. Setting Display Location to Inline in Notification

Question - 52

In Apex, you can choose which three of the following Authentication methods?

A. Custom Authentication Scheme


B. No Authentication

C. Built-in Authentication Scheme

D. Authorization Scheme

Question - 53

Which three of the following options are TRUE about a page in an APEX

application?

A. A page can contain buttons, page items and regions.

B. An APEX application can have only one page.

C. To view the rendered version of the page, you run or submit it to the Oracle APEX engine.

D. A page can be viewed and edited in the Page Designer.

Question - 54

Which two Plugin types can be created in Oracle APEX?

A. Process

B. Validation

C. Email Template

D. Region

Question - 55

What are the three features of a calendar in APEX?

A. Next - Navigates to the next month.

B. Previous - Navigates to the previous month.

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

D. Reminders - Displays the reminders set by the users

Question - 56

Choose the two correct statements about PWA.

A. Provides a customizable offline page when users are offline and cannot request the network.

B. To download the app as PWA, one must visit the App Store

C. An existing APEX app cannot be made a PWA

D. Enables users to install the application on devices.


Question - 57

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

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

B. REST enable the schema in the remote Oracle Database using

ORDS.ENABLE_SCHEMA.

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

D. Install Oracle APEX in the remote Oracle Database.

Question - 58

What are the required fields while creating a Chart in APEX?

A. All of them

B. Data Source

C. Value Column

D. Name

E. Label Column

Question - 59

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

A. Delete the application

B. Navigate to Shared Components

C. Export the application

D. Create a new page.

Question - 60

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

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

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

C. It is a shared component used to configure task parameters, participants, actions, and due dates.
Question - 61

Choose the supported spatial geometry objects in Maps.

A. Polygons

B. Heat map

C. Bars

D. Points

Question - 62

When a button is pressed, an overlay window is positioned within the viewport.

What kind of page mode is it?

A. Help Page

B. Modal Dialog

C. Normal Page

D. Non-Modal Dialog

Question - 63

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?

A. Set EMPNO, ENAME to "Display Only".

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

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

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

Question - 64

Choose the three correct statements about Charts in APEX.

A. You can visualize data as bar, line, area, range, combination, scatter, bubble, polar, radar, pie, donut,
funnel and more

B. Oracle APEX supports charts based on the Oracle JavaScript Extension Toolkit (Oracle JET) Data
Visualizations
C. You can create charts without using Oracle JET

D. Each Oracle JET visualization supports animation, accessibility, responsive layout, internationalization,
test automation, and a range of inter activity features.

Question - 65

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

APEX.

A. Search Page

B. Faceted Search

C. Interactive Grid

D. All of them

E. Smart Filters

Question - 66

Which two are valid evaluation points for apex zation Schemes?

A. Never

B. Once per session

C. Once per page view

D. Once per user

Question - 67

Select the two advantages of using One-click Remote Deployment.

A. You need to access your production environment to import the app directly.

B. Deploy the app, and explicitly install the supporting objects in one-click.

C. Directly deploy your app definition along with the objects from the source system to

the target system.

D. Simplify the process of deploying an application

Question - 68

Choose the three different ways in which you can add a checkbox to a page.

A. Drag and drop the checkbox item into the Layout pane.

B. Right click Body in the Rendering Tree and add a New Page Item as Checkbox Type.

C. Use the context sensitive menu in the Gallery pane.


D. Add a checkbox from the Property Editor

Question - 69

You added Access Control feature pages to your application.

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

A. Assign roles to users

B. Create Authorization schemes

C. Add Users

D. Create new application roles

Question - 70

What three components must be considered while migrating an APEX app between

environments.

A. Move the database objects

B. Move the images

C. Move the sessions data

D. Move the application definition and all associated files

Question - 71

Choose the two statements that are TRUE about an Interactive Report. As a developer:

A. You can customize the Actions menu to include or exclude certain options.

B. You can modify the data in the report after running the app

C. You can customize the pagination

D. You cannot modify the report source query

Question - 72

The Movies faceted search report is filtered only when the Apply button for a selected facet is clicked.

What must be done in the Page Designer so that report filtering is automatically executed when any
facet value changes?

A. Navigate to the faceted search region Attributes, and turn off the show Facet Name attribute. Then,
navigate to each facet and in the Property Editor, turn on client-Side Filtering.

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

C. Navigate to the faceted search region Attributes, and turn off the show Facet Name attribute.
D. Navigate to the faceted search region Attributes, and disable the Batch Facet Changes attribute.

Question - 73

While migrating apps, once the database objects are created in the target environment, you

can load the data using which of the components?

A. Data Workshop

B. Data Generator

C. App Builder

D. Quick SQL

Question - 74

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

A. Average

B. Standard Deviation

C. Sum

D. Count

Question - 75

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

when its corresponding legend item is clicked?

A. Setting the on Data Change attribute value to slide to Left

B. Setting the Hide and Show Behavior attribute value to Rescale

C. Setting the Hide and Show Behavior attribute value to None

D. Setting the Hide and Show Behavior attribute value to No Rescaling

Question - 76

What are the two primary ways to move database objects and data from one

environment to another, for a single application?

A. Oracle SQL Developer

B. SQL Workshop

C. App Builder

D. Page Designer
Question - 77

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

A. A Public report

B. Cannot save the report

C. A private report

D. Default report

Question - 78

Which two actions can you perform using the Object Browser?

A. Browse database objects of the current schema.

B. Restore dropped database objects.

C. Create and run SQL scripts.

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

E. Export and import SQL scripts.

Question - 79

Which statement is true about using the App Gallery?

A. You cannot install Sample Apps and Starter Apps directly from the Gallery.

B. Custom Apps are only available if your instance administrator has enabled them.

C. Sample Apps and Starter Apps are only available if your instance administrator has enabled them.

D. You can download Sample Apps and Starter Apps from Team Development to import into your
workspace

Question - 80

To highlight certain rows in the interactive report based on a condition, you must:

A. Provide a conditional SQL query

B. Edit the rows in the report and select a color

C. Rows cannot be highlighted in an Interactive report

D. Choose a condition in Format > Highlight


Question - 81

Which statement is true about the Data Workshop utility?

A. The wizards load and unload table data only.

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

C. The wizards load and unload all types of schema objects.

D. You can load or unload multiple tables at a time.

Question - 82

Which two statements are true about the generated SQL?

A. Create DEPARTMENTS table with 2 columns

B. Inserts 10 rows of random sample data into the DEPARTMENTS table

C. Creates EMPLOYEES table with 4 columns

D. Both DEPARTMENTS and EMPLOYEES tables will have a primary key in each and a foreign key

Question - 83

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

A. Control Break

B. Group By

C. Hide

D. Delete

Question - 84

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

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

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

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

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


Question - 85

In your application, you want to include a master aetall containing two pages based on two related
tables or views. The first page contains an interactive report for the master table. The second page
features a standard form for the master and interactive grids for the details. Which master details form
will you create?

A. Stacked Master Detail

B. Drill down Master Detail

C. Side by Side Master Detail D. Editable Interactive Grid

Question - 86

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

A. You can create multiple charts at a time in an interactive grid

B. To remove a chart, click the Remove Chart icon (X) adjacent to the chart filter.

C. Once a chart is created, you can switch the view between Grid and Chart view.

D. Once the chart is created, it cannot be reconfigured.

Question - 87

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

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

browser programs.

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

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

Question - 88

Which two statements are true about REST Data Sources?

A. AREST Data Source can contain one or many Operations which are the references

to a concrete external web service.

B. Oracle APEX doesn't provide direct integration of REST Data Sources in

interactive reports.

C. Oracle APEX supports the REST Enabled SQL Query REST Data Source type

D. REST Data Sources doesn't support any authentication


Question - 89

Which three of the following statements are TRUE about saved Public Interactive Grid?

A. Public reports are available to all users.

B. To enable an end user to save a public interactive grid, the user must have the required permission

C. Any user may save public interactive grids

D. Only the user who creates a public interactive grid can save, rename, or delete it

Question - 90

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

A. HTTP Header Variable

B. Social Sign-In

C. SAML Sign-In

D. Open Door Credentials

Question - 91

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

to the user with pagination. The two types of pagination available are:

A. Scroll

B. Page

C. Page and Scroll

D. No Pagination

Question - 92

You want to enable anyone to access your application using a built-in login page that captures a user
name. Which authentication scheme would you choose?

A. Social Sign-in

B. No Authentication

C. Open Door Credentials

D. Custom Authentication
Question - 93

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

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

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

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

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

Question - 94

Which statement is true about Approvals component?

A. Unified Task List is a shared component used to configure task parameters, participants, actions, and
due dates.

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

C. You can set up task approvers and administrators at design time or determine them dynamically at
runtime based on data related to the task.

D. APEX_APPROVAL is Page processes that create and act on task instances in your pages.

Question - 95

Which two are true when the Edit option is NOT enabled for an Interactive Grid?

A. The end user cannot edit the underlying data in the database

B. The end user can edit the underlying data in the database

C. The end user can customize the report

D. The end user cannot create charts

Question - 96

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

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

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

C. You can execute JavaScript code by creating a dynamic action.

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

Question - 97

Which two statements are true about Maps in Oracle APEX?

A. Background maps do not require any API Keys.

B. Maps don't support REST Data Sources.

C. Heat map and Polygons are not supported Spatial geometry objects

D. Maps support REST Enabled SQL

Question - 98

Choose the three types of page items that can be placed on a page.

A. Global variable

B. Checkbox

C. Date Picker

D. Select List

Question - 99

An Employees App includes a form to enter and update employee details.

Examine this Exhibit.

Now you must extend the functionality of this form so that: If you select 'SALESMAN' from the select list
for Job page item (P2_JOB), both the "Hire date' (P2_HIREDATE) and 'Commission' (P2_COMM) page
items and their associated labels are displayed. If you select any other value from the select list for Job
page item (P2_JOB), both the "Hire date' (P2_HIREDATE) and 'Commission' (P2_COMM) page items and
their associated labels are hidden which two steps must be performed?

A. Create a dynamic action on form load.

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

C. Create a dynamic action on P2_JOB.

D. Create a dynamic action on P2_HIREDATE and P2_COMM.

E........Enter SALESMAN for Value.

Question - 100

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

A. Static LOV

B. Cascading LOV
C. Dynamic LOV

D. Popup LOV

Question - 101

Which two statements are true about Oracle APEX?

A. Application definition is not stored in the database.

B. Processing and data manipulation is not executed in the database.

C. Running an APEX app needs client software.

D. APEX eliminates middle-tier application logic.

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

Question - 102

Let's say that there are two select lists on a page. Making a selection in the

DEPARTMENT select list, determines which individuals display in the Employees

select list. This type of LOV is called:

A. Popup LOV

B. Cascading LOV

C. Static LOV

D. Dynamic LOV

Question - 103

Which two statements are true about the Create Application Wizard?

A. It allows application pages to be reordered.

B. It allows application pages to be added or deleted.

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

D. It allows the application authorization to be changed.

Question - 104

Choose from the below options the actions that can be performed when a button is

clicked.

A. Redirect to a page in the same application

B. Redirect to a page in a different application

C. Redirect to a URL
D. All of them

Question - 105

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?

A. Side by Side

B. Drill Down

C. Stacked

Question - 106

Consider a customers report. A customer name is clicked in the report to display the Customer Details
form. When the items in the form dialog are updated and the user clicks Apply Changes, the page
process is executed and the items from the page are used to

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

A. Page Refresh

B. Page Validation

C. Page Rendering

D. Page processing

Question - 107

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

A. Seed data from a SQL script can be uploaded.

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

C. XML and JSON data can be pasted and loaded.

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

E. Data from remote web services can be uploaded.

Question - 108

When you run an application, the APEX engine relies on which two processes?

A. Show Page

B. Run Page
C. Validate Page

D. Accept Page

Question - 109

Which two statements are true about the APEX MAIL API?

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

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

application.

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

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

Application

Question - 110

When you click a Customer Name in the Customers report, the Customer Details form

dialog page is displayed. What are the events that coccur in this scenario?

A. Page Processing

B. Page Rendering

C. Page rendering and processing

D. Page compilation

Question - 111

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

Application Deployment process?

A. Database schema credentials

B. PEX Developer credentials

C. APEX Workspace Admin credentials

Question - 112

A page computation can be created from which two of the following tabs?

A. Rendering Tree

B. Processing

C. Dynamic Actions

D. Shared Components
Question - 113

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

A. Single Pane Mode

B. Two Pane Mode

C. Three Pane Mode

D. Four Pane Mode

Question - 114

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

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

A. Processing

B. Conditional SQL

C. Dynamic Actions

D. PL/SQL procedure

Question - 115

Which is a valid Page Process type?

A. Execute JavaScript Code

B. Set Value

C. Send E-Mail

Question - 116

Which two statements are TRUE about Dynamic Actions?

A. More dynamic actions you add to page, the greater your overall page size.

B. It is not possible to debug Dynamic Actions from the Developer Toolbar

C. Dynamic actions provide a way to define complex client-side behavior declaratively without the need
for JavaScript.

D. Dynamic Actions require complex client side Javascript code.

Question - 117

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

A. Select List
B. SQL Query

C. Function Returning SQL Query

D. Procedure

Question - 118

When you create a Dynamic Action, you specify the event that causes the dynamic

action to fire. Choose the categories these events are classified into.

A. Custom Events

B. Framework Events

C. Components Events

D. Browser Events

E. All of them

Question - 119

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?

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

B. In Page Designer, use the Middle Pane, click P21_UNIT_PRICE and drag the item until it is directly next
to P21_PRODUCT_NAME.

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

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

Question - 120

To create a Dynamic action, you need to specify which three of the following options?

A. What action or actions are performed

B. When the action occurs

C. What elements are affected by the action

D. Why the action is performed

You might also like