0% found this document useful (0 votes)
67 views

Questions Apex

The document contains a series of questions and answers related to Oracle APEX features, functionalities, and configurations. It covers topics such as interactive grids, SQL commands, REST data sources, and session state management. Each question presents multiple-choice answers, testing knowledge on various aspects of Oracle APEX development and usage.

Uploaded by

gtamods2026
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
0% found this document useful (0 votes)
67 views

Questions Apex

The document contains a series of questions and answers related to Oracle APEX features, functionalities, and configurations. It covers topics such as interactive grids, SQL commands, REST data sources, and session state management. Each question presents multiple-choice answers, testing knowledge on various aspects of Oracle APEX development and usage.

Uploaded by

gtamods2026
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/ 8

2.

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.

3. Which two statements are true about Oracle APEX?


A. Processing and data manipulation is not executed in the database.
B. Application definition is not stored in the database.
C. APEX eliminates middle-tier application logic.
D. You can build interactive reporting apps based on data from disparate
systems.
E. Running an APEX app needs client software.

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#

7. In oracle APEX Which statement is true about using SQL Commands?


A. You can unload data from the database.
B. In SQL Commands, you can view queries saved in Query Builder.
C. You can search and filter database objects.
D. You can design and prototype data models using a markdown-like shorthand
syntax.

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.

11. In oracle APEX 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. Copying the changes made in the master theme to the copied theme
B. Verifying the theme subscription
C. Subscribing the copied theme to the master theme and refreshing the theme
D. Refreshing the templates

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.

14. In oracle APEX Which is a valid Page Process type?


A. Execute JavaScript Code
B. Set Value
C. Send E-Mail

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.

24. In oracle APEX 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. Open Door Credentials
C. SAML Sign-In
D. Social Sign-In
25. Examine this code used in Quick SQL:
students
name
roll no num
Quick SQL is using default settings.
Which table creation script or other output is produced in oracle APEX?
A. An Invalid column definition error message will be displayed.
B. create table students ( id number generated by default on null as identity
constraint students_id_pk primary key,
name varchar2 (255 char),
roll no number
);
C. create table students ( id number generated by default on null as identity
constraint students_id_pk primary key,
name varchar2 (255 char) not null,
roll_no number
);

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

28. 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 of oracle
APEX?
A. Range
B. Checkbox Group
C. Date Picker
D. Popup LOV
29. In oracle APEX 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 Grid
B. Classic Report
C. Column Toggle Report
D. Interactive Report
30. In oracle APEX Which two statements are true about Faceted Search pages?
A. Multiple charts are not visible in the same region.
B. Faceted Search supports the ability to filter columns storing multiple values as
one string.
C. Facets map to specific database columns.
D. A facet's chart can be seen only in a nonmodal dialog.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy