Questions Apex
Questions Apex
In oracle APEX There is a page with an interactive grid region based on this
statement:
SELECT
EMPNG,
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. In the Interactive Grid attributes, select COMM for "Allowed Row Operations
Column".
C. Ensure that the "Primary Key" switch is turned "On" for the EMPNO column.
D. In the Interactive Grid attributes, turn "On" the Enabled switch, under the Edit
group.
4. In oracle APEX Which two tasks can you perform using SQL Workshop?
A. Create join queries using drag and drop.
B. Edit an application page.
C. Install and manage Sample Apps.
D. Load and unload text, DDL, and spreadsheet data.
E. Track and manage issues in a conversational fashion.
5. Which two statements are true about creating and customizing Smart Filters
pages in oracle APEX?
A. The search results report can be displayed as an interactive report.
B. If you create a Smart Filters page based on a table, the filters are auto
discovered using the Data Dictionary Cache.
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.
6. In oracle APEX You must reference certain data from a dragged event under
the Drag and Drop PL/SQL Code attribute of the Calendar component.
Examine this list:
1. The ID
2. The NEW START DATE
3. The NEW END DATE
How can these be referenced?
A. : APEXSPK VALUE, APEXSNEW_START_DATE and: APEXSNEW_END_DATE
B. : APEX. PK VALUE, APEX.NEW START DATE and: APEX.NEW EN DATE
C. #APEX.PK VALUE#, #APEX.NEW START DATE# and #APEX.NEW END DATE#
D. #APEXSPK VALUE#, #APEX$NEW_START_DATE# and
#APEX$NEW_END_DATE#
8. In oracle APEX Which two feature pages can you create using the Create Page
Wizard?
A. Search Page
B. Access Control
C. Feedback
D. Unified Task List
9. In oracle APEX 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 None
C. Setting the Hide and Show Behavior attribute value to Rescale
D. Setting the Hide and Show Behavior attribute value to No Rescaling
10. In oracle APEX Which statement is true about the Data Workshop utility?
A. You cannot load data from an XLSX file with multiple worksheets.
B. You can load or unload multiple tables at a time.
C. The wizards load and unload all types of schema objects.
D. The wizards load and unload table data only.
12. In oracle APEX 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. CSV, XLSX, XML, TXT, or JSON files can be uploaded.
C. Data from remote web services can be uploaded.
D. XML and JSON data can be pasted and loaded.
E. A sample data set from the sample list can be uploaded.
13. In oracle APEX 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, right-click P21_UNIT_PRICE and select Start New Row.
B. In Page Designer, select P21 PRODUCT NAME and then in the Property Editor,
under Layout set Start New Row to Yes.
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, use the Middle Pane, click P21 UNIT_PRICE and drag the
item until it is directly next to P21_PRODUCT_NAME.
15. In oracle APEX Which search type in search Configurations provides linguistic
and fuzzy search capabilities?
A. Standard
B. List
C. Oracle Text
16. In oracle APEX Which two statements are true about REST Data Source
Synchronization?
A. You cannot trigger Data Synchronization on a regular schedule using a
scheduler job.
B. The local table can only be used for Data Synchronization but you cannot add
indexes or change physical properties.
C. To execute REST source synchronizations on schedule, the CREATE JOB
privilege must be granted to the application's parsing schema.
D. 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.
E. If the local table is not in sync with the Data Profile, Data Synchronization
doesn't work.
17. In oracle APEX Which client credentials are utilized for authentication during
the One-Click Remote Application Deployment process?
A. Database schema credentials
B. APEX Workspace Admin credentials
C. APEX Developer credentials
18. In oracle APEX Which two statements are true about a Progressive Web
Application (PWA)?
A. PWA features will be rendered even if the application is served in an
unsecured environment.
B. Enabling the PWA functionality in your APEX app adds a new navigation bar
entry named Install App to your app.
C. Enabling the PWA functionality optimizes page loading speed on a mobile
device.
D. You can create a PWA only when creating a new application with the Create
Application Wizard.
E. To use the PWA feature, the Friendly URLs attribute in the Application
Definition, Properties section must be turned Off.
19. Which two are prerequisites to use the REST-enabled SQL feature in Oracle
APEX?
A. REST enable the schema in the remote Oracle Database using ORDS.ENABLE
SCHEMA.
B. On the remote Oracle Database, install ORDS 19.x or later.
C. Create a database link to the remote Oracle Database in the local APEX
Schema.
D. Install Oracle APEX in the remote Oracle Database.
20. Which statement is true about session state management in Oracle APEX?
A. Multiple number of sessions cannot exist in the database at the same time.
B. A user cannot run multiple instances of an application simultaneously in
different browser programs.
C. APEX Sessions are logically and physically distinct from Oracle database
sessions used to service page requests.
21. In oracle APEX Which two actions can you perform using the Object Browser?
A. Browse database objects of the current schema.
B. Create a lookup table based on a column in the current table.
C. Restore dropped database objects.
D. Create and run SQL scripts.
E. Export and import SQL scripts.
22. In oracle APEX 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 an interactive report.
D. The Search Results region can be displayed as a Classic Report or Cards.
23. In oracle APEX Which two statements are true about creating and using an
interactive report?
A. You cannot customize the Search Button Label.
B. You cannot restrict users from saving private reports by using the
Authorization Scheme.
C. You can specify an Authorization Scheme at the column level.
D. You cannot include Form Page when creating an interactive report page using
the Create Page Wizard.
27. In oracle APEX Which two Query Source types can be used to create a
dynamic Navigation Bar List?
A. Function Returning SQL Query
B. Select List
C. Procedure
D. SQL Query