Apex Quiz
Apex Quiz
feature. Which two components are created when enabling the Access Control feature?
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
The form page includes page items P21_PRODUCT_NAME and P21 _UNIT_PRICE.
Now, you need to reposition the items and display P21 UNIT PRICE next to P21_PRODUCT_NAME.
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
--------------------------------------------------------------------------------------------------
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 two facet item types are supported in the faceted search region?
1- Range
2- Checkbox Group
--------------------------------------------------------------------------------------------------
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.
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.
2- On the Application Home page, click Create Page. In the Create Page Wizard, select the Activity
Reporting feature type.
--------------------------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
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"
--------------------------------------------------------------------------------------------------
You must reference certain data from a dragged event under the Drag and Drop PL/SQL Code attribute
of the Calendar component.
- The ID
--------------------------------------------------------------------------------------------------
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?
--------------------------------------------------------------------------------------------------
Which two Query Source types can be used to create a dynamic Navigation Bar List?
1- 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.
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?
--------------------------------------------------------------------------------------------------
Which two statements are true about Oracle APEX?
4- You can build interactive reporting apps based on data from disparate systems.
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
Which two actions can you perform as an Administrator using the Administration page?
1- Add 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?
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
--------------------------------------------------------------------------------------------------
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 two layout options are available for Page Designer under Utilities?
--------------------------------------------------------------------------------------------------
- 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
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?
--------------------------------------------------------------------------------------------------
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.
Which text, when placed in Source, will display the message correctly?
--------------------------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
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?
--------------------------------------------------------------------------------------------------
Examine these statements:
vey.
age number
name varchar2 (255 char) not null, email varchar2 (255 char)
constraint emp email unq unique, position varchar2(8 char) constraint emp_position_ek
4- dept
name /nn
age num
emp
name /nn
email /unique
--------------------------------------------------------------------------------------------------
emp salary
name vc255
salary num
--------------------------------------------------------------------------------------------------
Which two approaches can be used to create custom stored procedures in SQL Workshop?
--------------------------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------------------------
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
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?
--------------------------------------------------------------------------------------------------
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.
3- Interactive Grid
--------------------------------------------------------------------------------------------------
You have an interactive grid component, and you are enabling the Save Public Report attribute.
--------------------------------------------------------------------------------------------------
2- Region
4- Validation
--------------------------------------------------------------------------------------------------
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.
emp id r
from employees
ORDER BY 1
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?
--------------------------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------