Dumps 1 apex
Dumps 1 apex
The Page Designer Toolbar allows you to perform which two of the
following actions?
Export the application
Create a new page (*)
Delete the application
Navigate to Shared Components (*)
Choose from the following the different kinds of page components you can create in APEX.
Faceted Search
Search Page
Smart Filters
Interactive Grid
All of them (*)
Choose the three different ways in which you can add a checkbox to a
page.
Add a checkbox from the Property Editor
Right click Body in the Rendering Tree and add a New Page Item as
Checkbox Type. (*)
Drag and drop the checkbox item into the Layout pane (*)
Use the context sensitive menu in the Gallery pane. (*)
What three are the result of the following QuickSQL shorthand notation
do?
departments /insert 4
name /nn
location
country
Create the departments table with 3 columns
Creates an id column as a primary key (*)
Create the departments table with 4 columns (*)
Inserts 4 rows of random data into the departments table (*)
From SQL Workshop, you can perform which two of the following actions?
Run SQL commands and scripts (*)
Create and view database objects (*)
Delete database
Create an APEX user
. Choose the three correct options in the given friendly URL syntax:
https://example.com:5500/ords/r/mycompany/hr-app/update-employees?
session=13766599855150
13766599855150 is the session ID. A new ID is generated for each
session. (*)
mycompany is the path-prefix which is by default the workspace name (*)
hr-app is the application alias. (*)
update-employees is the PL/SQL procedure to update the employee
details.
Choose the two statements that are TRUE about the Universal Theme in
APEX.
Responsive UI (*)
Easy customization (*)
The developers must have extensive knowledge about Javascript, CSS and
HTML in order to use the Universal Theme.
Not designed to work on tablets
Choose the two correct statements about PWA.
Enables users to install the application on devices (*)
An exisitng APEX app cannot be made a PWA
Provides a customizable offline page when users are offline and cannot
request the network. (*)
To download the app as PWA, one must visit the App Store
Which three of the following options are TRUE about a page in an APEX
application?
To view the rendered version of the page, you run or submit it to the
Oracle APEX engine. (*)
A page can contain buttons, page items and regions. (*)
An APEX application can have only one page.
A page can be viewed and edited in the Page Designer. (*)
Using the App Builder component, you can perform which three tasks?
Create a new App (*)
Edit pages in the page designer (*)
Run SQL scripts and commands
Install a sample App (*)
You can create an APEX workspace and build APEX apps on which of the following
platforms?
Oracle Autonomous Cloud
Oracle XE
Amazon RDS
Microsoft Azure
All of the above (*)
Which two among the following are TRUE about Low Code Apps?
Expensive
Not Mobile Friendly
Provide Rich Functionality with Less Code (*)
Scalable (*)
Which two are true about Oracle APEX?
Is declarative. It requires no code generation. (*)
Performs the data processing in a middle-tier server
Requires no additional client software. A web browser is the app
development IDE. (*)
Requires developers to be proficient in Java, Python and other
programming languages.
To highlight certain rows in the interactive report based on a condition, you must:
Choose a condition in Format > Highlight (*)
Rows cannot be highlighted in an Interactive report
Provide a conditional SQL query
Edit the rows in the report and select a color
Choose the two statements that are TRUE about an Interactive Report. As
a developer:
You can customize the pagination (*)
You can customize the Actions menu to include or exclude certain
options. (*)
You cannot modify the report source query
You can modify the data in the report after running the app
Which two of the following types can an end user save the customized
Interactive report as?
A Public report (*)
A private report (*)
Cannot save the report
Default report
Which three of the following statements are TRUE about saved Public
Interactive Grids?
Any user may save public interactive grids
Only the user who creates a public interactive grid can save, rename, or
delete it (*)
To enable an end user to save a public interactive grid, the user must
have the required permission (*)
Public reports are available to all users (*)
Which two statements that are TRUE about charts in Interactive grid?
Once the chart is created, it cannot be reconfigured.
You can create multiple charts at a time in an interactive grid
Once a chart is created, you can switch the view between Grid and Chart
view. (*)
To remove a chart, click the Remove Chart icon (X) adjacent to the chart
filter (*)
Which two are true when the Edit option is NOT enabled for an Interactive
Grid?
The end user cannot edit the underlying data in the database (*)
The end user can edit the underlying data in the database
The end user can customize the report (*)
The end user cannot create charts
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:
Popup LOV
Dynamic LOV
Cascading LOV (*)
Static LOV
Choose the three types of page items that can be placed on a page.
Checkbox (*)
Date Picker (*)
Global variable
Select List (*)
Choose from the below options the actions that can be performed when a button is clicked.
Redirect to a page in a different application
Submit Page
All of them (*)
Redirect to a page in the same application
Redirect to a URL
What are the three types of List of Values(LOV) you can create on a page?
Static LOV (*)
Dynamic LOV (*)
Cascading LOV (*)
Popup LOV
When you click a Customer Name in the Customers report, the Customer Details form dialog
page is displayed. What are the events that occur in this scenario?
Page compilation
Page Rendering (*)
Page Processing
Page rendering and processing
When you run an application, the APEX engine relies on which two
processes?
Show Page (*)
Run Page
Validate Page
Accept page (*)
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?
PL/SQL procedure
Processing
Conditional SQL
Dynamic Actions (*)
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.
Browser Events
All of them (*)
Component Events
Custom Events
Framework Events
Which three of the following statements are TRUE about Faceted Search?
You can create only 5 facets per page
The right side of the page features a Search Results region, which can
display as a classic report or a cards report. (*)
The facets are displayed on the left and upper part of the screen (*)
After the end user changes a facet, the results, dependent facets, and
occurrence counts refresh immediately. (*)
Select the three types of Card Layout you can create in APEX.
Vertical(Column)
Float (*)
Horizontal(Row) (*)
Grid (*)
Choose the three Form types that you can create using the Create Page
wizard.
Form (*)
Interactive Grid (*)
Interactive Report
Master Detail (*)
What are the three types of Master Detail Form you can create in APEX?
Two Page Drill Down (*)
One Below the other
Stacked (*)
Side by Side (*)
Select the three ways in which you can create a Form in APEX.
Using the Create Page wizard (*)
Using Shared Components
Create a Form region in Page Designer (*)
Using the Create Application Wizard (*)
Consider a page in an APEX app where the Departments names with location is displayed on
the left. Selecting a Department on the left will render details of the employees corresponding
to that department on the right. Which kind of report/form is this?
Side by Side Master Detail (*)
Interactive Report
Stacked Master Detail
Cards
Generally, clicking on the hamburger menu in the upper-left corner of an APEX application
displays a list of pages. What is this navigation called?
Lists
Navigation Bar List
Navigation Menu (*)
Breadcrumbs
Which of the following options in the Developer Toolbar enables you to customize the look
and feel of the application?
Session
Quick Edit
Debug
Customize (*)
What are Task definitions that exist on the application level in the Shared Components
section made up of ?
Actions
All of them (*)
Particpants
Parameters
Task Settings
Oracle APEX provides direct integration of REST Data Sources in which of the following
components?
Classic Reports
Interactive Grids
All of them (*)
JET Charts
Interactive Reports
When you create an Access Control Page, which three of the following
Access Roles get created?
Contributor (*)
Reader (*)
Administrator (*)
Developer
You can apply an authorization scheme for which three of the following
components?
An entire application (*)
A session
A page (*)
Specific control such as region,item or button (*)
What are the two primary ways to move database objects and data from
one environment to another, for a single application?
Page Designer
Oracle SQL Developer (*)
App Builder
SQL Workshop (*)