100% found this document useful (1 vote)
2K views13 pages

Apex Quiz

The document provides questions and answers about various Oracle APEX features and capabilities. These include creating applications and pages, using reports, authentication schemes, access control, theming, and more.

Uploaded by

Yakout Nosier
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)
2K views13 pages

Apex Quiz

The document provides questions and answers about various Oracle APEX features and capabilities. These include creating applications and pages, using reports, authentication schemes, access control, theming, and more.

Uploaded by

Yakout Nosier
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/ 13

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?

2- The configuration page to set access level of authenticated users

3- The configuration page to set roles of workspace users

--------------------------------------------------------------------------------------------------

Which statement is true about using SQL Commands?

2- You can search and filter database objects.

--------------------------------------------------------------------------------------------------

An application includes a report and form on the PRODUCT 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?

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

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

--------------------------------------------------------------------------------------------------

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

3- Social Sign-In

--------------------------------------------------------------------------------------------------

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

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

--------------------------------------------------------------------------------------------------

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

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

--------------------------------------------------------------------------------------------------

Which is a valid Page Process type?


1- Set Value
2- Execute JavaScript Code
3- Send E-Mail

--------------------------------------------------------------------------------------------------

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?

1- Range

2- Checkbox Group

--------------------------------------------------------------------------------------------------

Which two statements are true about Faceted Search pages?

2- Facets map to specific database columns.

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

--------------------------------------------------------------------------------------------------

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?

4- Interactive Report

--------------------------------------------------------------------------------------------------

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 can this be achieved?

2- On the Application Home page, click Create Page. In the Create Page Wizard, select the Activity
Reporting feature type.

--------------------------------------------------------------------------------------------------

Which statement is true about Theme Styles in Oracle APEX?

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

--------------------------------------------------------------------------------------------------

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?

1- PUT

--------------------------------------------------------------------------------------------------

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

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

3- Multiple REST Data Sources can reference a single remote server.

--------------------------------------------------------------------------------------------------

Which statement is true about importing an APEX application?

3- You cannot change the application ID during the import process.

--------------------------------------------------------------------------------------------------

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

SELECT EMPNO, ENAME, COMMI 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?

1- In the Interactive Grid attributes, select coMM for "Allowed Row Operations Column"

2- Set EMPNO, ENAME to "Display Only".

--------------------------------------------------------------------------------------------------

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:

- The ID

- The NEW START DATE

- The NEW END DATE

How can these be referenced?

4- :APEX$PK_VALUE, :APEX$NEW_START_DATE and :APEX$NEW_END_DATE

--------------------------------------------------------------------------------------------------
Which two statements are true about the APEX_ MAIL API?

1- You can receive emails using the APEX_ MAIL package in an Oracle APEX application.

2- The APEX MAIL package supports sending emails only to Oracle database users.

--------------------------------------------------------------------------------------------------

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 in the notification and below the item:

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

1- Setting Display Location to Inline in Notification

--------------------------------------------------------------------------------------------------

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

1- SQL Query

4- Function Returning SQL Query

--------------------------------------------------------------------------------------------------

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

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

--------------------------------------------------------------------------------------------------

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?

2- Side by Side

--------------------------------------------------------------------------------------------------

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

4- List aggregate

5- Rank

--------------------------------------------------------------------------------------------------

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

3- It is not possible to exclude Link Column.

--------------------------------------------------------------------------------------------------
Which two statements are true about Oracle APEX?

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

5- APEX eliminates middle-tier application logic.

--------------------------------------------------------------------------------------------------

Which two are valid evaluation points for Authorization Schemes?

1- Once per session

4- Once per page view

--------------------------------------------------------------------------------------------------

You added Access Control feature pages to your application.

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

1- Add Users

4- Assign roles to users

--------------------------------------------------------------------------------------------------

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

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

--------------------------------------------------------------------------------------------------

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

3- You can specify an Authorization Scheme at the column level.

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

--------------------------------------------------------------------------------------------------

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

4- Database schema credentials

--------------------------------------------------------------------------------------------------

You created a custom theme for an application.

Examine these requirements:

- The theme must be utilized by another application in the same workspace.

- The master theme may still require changes.

Which solution guarantees that any changes to the master theme are reflected in the copied theme?
3- Subscribing the copied theme to the master theme and refreshing the theme

--------------------------------------------------------------------------------------------------

Which statement is true about the Data Workshop utility?

2- You can load or unload multiple tables at a time.

--------------------------------------------------------------------------------------------------

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

1- Two Pane Mode

3- Single Pane Mode

--------------------------------------------------------------------------------------------------

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?

1- Create a dynamic action on P2 HIREDATE and P2 COMM.

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

--------------------------------------------------------------------------------------------------

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

3- You can execute JavaScript code by creating a dynamic action.

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

--------------------------------------------------------------------------------------------------

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?

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

--------------------------------------------------------------------------------------------------
You must use a Static Content region type to display messages about the employees of the month.

Employee names are stored in the Pl ENAME page item.

Which text, when placed in Source, will display the message correctly?

1- Join me in congratulating &P1 ENAME. as the new employee of the month!

--------------------------------------------------------------------------------------------------

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

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

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

--------------------------------------------------------------------------------------------------

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

2- REST enable the schema in the remote Oracle Database using ORDS. ENABLE SCHEMA

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

--------------------------------------------------------------------------------------------------

Which two tasks can you perform using App Builder?

3- Create and manage apps.

4- Import previously exported apps.

--------------------------------------------------------------------------------------------------

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

3- Search Page

4- Feedback

--------------------------------------------------------------------------------------------------

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

2- Oracle Text

-------------------------------------------------------------------------------------------------

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

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

4- XML and JSON data can be pasted and loaded.

--------------------------------------------------------------------------------------------------
Examine these statements:

create table dept (

id number generated by default on null as identity

constraint dept id pk primary

vey.

name varchar2 (255 char) not null,

age number

create table empe

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 unq unique, position varchar2(8 char) constraint emp_position_ek

check (position in ('MANAGER', 'CLERK', 'ENGINEER'))

Which Quick SQL code can generate these statements?

4- dept

name /nn

age num

emp

name /nn

email /unique

position /check Manager, Clerk, Engineer

--------------------------------------------------------------------------------------------------

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?


4- It will restrict acceptable values to TRUE or FALSE.

--------------------------------------------------------------------------------------------------

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

2- Using SQL scripts

4- Using Object Browser

--------------------------------------------------------------------------------------------------

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

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

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

--------------------------------------------------------------------------------------------------

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

Which two computation points (Execution Point) will do this?

1- Before Header

4- After Header

--------------------------------------------------------------------------------------------------

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?

Assume : P2 PRODUCT ID holds the product id of the item being added to the cart.

3- BEGIN

APEX COLLECTION.ADD MEMBER (p_collection_name -> 'CART', p_c001=> :P2 PRODUCT ID

END;

--------------------------------------------------------------------------------------------------

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

1- apex automation.log info ('SAL for ' || :ENAME || ' increased by 1%.’);

--------------------------------------------------------------------------------------------------

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

1- The search results report can be displayed as an interactive grid


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

--------------------------------------------------------------------------------------------------

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?

3- Interactive Grid

--------------------------------------------------------------------------------------------------

You have an interactive grid component, and you are enabling the Save Public Report attribute.

As what can end users save the report type?

2- As Private and Public only

--------------------------------------------------------------------------------------------------

Which two Plugin types can be created in Oracle APEX?

2- Region

4- Validation

--------------------------------------------------------------------------------------------------

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 Ps MANAGER?

1- Popup LOV

--------------------------------------------------------------------------------------------------

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

3- Setting the Hide and Show Behavior attribute value to Rescale


4- Setting the Hide and Show Behavior attribute value to No Rescaling

--------------------------------------------------------------------------------------------------

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.

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

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

--------------------------------------------------------------------------------------------------

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

1- JSON_OBJECT
--------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------

You might also like