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

Dumps 1 apex

Uploaded by

mybtsworld.army
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)
58 views

Dumps 1 apex

Uploaded by

mybtsworld.army
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/ 15

1.

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 (*)

When a button is pressed, an overlay window is positioned within the


viewport. What kind of page mode is it?
Modal Dialog (*)
Help Page
Non-Modal Dialog
Normal Page

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. (*)

Using Data Workshop, you can perform which three tasks:


Load data using various file formats such as XLSX, CSV, XML, and JSON (*)
Load vast amount of data into the database (*)
Delete data from the database
Export vast amount of data from the database into a file (*)
Which component in SQL Workshop allows you to build queries graphically without manual
SQL coding?
SQL commands
Data Workshop
Quick SQL
Query Builder (*)

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 three are the main components of APEX workspace homepage?


RESTful Services
Gallery (*)
SQL Workshop (*)
App Builder (*)

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.

Choose the two options provided in a Column Heading menu of an


Interactive Report.
Control Break (*)
Delete
Group By
Hide (*)

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 three types of aggregations you can apply on a column.


Average (*)
Count (*)
Sum (*)
Standard Deviation

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 (*)

When a table or a SQL query returns many rows, an Interactive Grid is


best displayed to the user with pagination. The two types of pagination
available are:
Page and Scroll
Scroll (*)
No Pagination
Page (*)

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

. A Page Computation can be created from which two of the following


tabs?
Shared Components
Rendering Tree (*)
Dynamic Actions
Processing (*)

Consider a customers report. A customer name is clicked in the report to


display the Customer Details form. When the items in the form dialog are
updated and the user clicks Apply Changes, the page process is executed
and the items from the page are used to update and commit the
underlying table in the Oracle Database. What are the two types of events
that occurred in this scenario?
Page Rendering (*)
Page Refresh
Page Processing (*)
Page Validation

When you run an application, the APEX engine relies on which two
processes?
Show Page (*)
Run Page
Validate Page
Accept page (*)

To create a Dynamic Action, you need to specify which three of the


following options?
What action or actions are performed (*)
What elements are affected by the action (*)
When the action occurs (*)
Why the action is performed

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 two statements are TRUE about Dynamic Actions?


Dynamic Actions require complex client side Javascript code.
It is not possible to debug Dynamic Actions from the Developer Toolbar
Dynamic actions provide a way to define complex client-side behaviour
declaratively without the need for JavaScript. (*)
More dynamic actions you add to a page, the greater your overall page
size. (*)

Select two features of a Smart Filters Page.


Consists of filters at the left side and report on the right side of the page
Consists of a single search field with filters at the top of the page and a
report at the bottom (*)
Each filter displays as a suggestion chip with a single count of how often
the specific suggestion value occurs. (*)
Each filter represents the text entered by the end user in the search field

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 Facets you can create in APEX.


Checkbox Group (*)
Range (*)
Input Field (*)
Text Area

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 three statements are TRUE about Search Configuration?


Only one Search Configuration can be used in a Search Page.
Search Configuration is a shared component defines the data source to be
searched and the way results should be displayed. (*)
Searches can be based on Local data, APEX Lists, REST Enabled SQL
Service, or REST Data Sources. (*)
One or more Search Configurations can be configured in a Search
Page. (*)
Select the two places from where you can access the Shared Components
Page?
Gallery
SQL Workshop
Application homepage (*)
Page Designer (*)

Which three statements are TRUE about Shared Components?


Breadcrumbs, Lists, and Navigation Bar entries are examples of shared
components (*)
Once you create a Shared Component, you can add them to any page
within your APEX application (*)
Shared components are common elements that can be displayed or
applied on any page within an application (*)
Once you create a Shared Component, you can add them to any page
within an APEX application in any workspace.

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 (*)

Choose the statement that is TRUE about Universal Theme.


Uses a 12-column grid layout system for arranging components on a page.
All of them (*)
Ships with a variety of pre-built theme styles.
Features a responsive design and enables developers to create web applications without
extensive knowledge of HTML, CSS, or JavaScript
Universal theme is the default theme that is shipped with Oracle APEX

Developers can use Template Options in which of the following ways?


Applying different spacing and padding
All of them (*)
Displaying form fields with different alignments
Applying different colors or accents
Rendering buttons in different styles, with and without icons
What are the three key features of Universal Theme?
Support for single theme
Responsive Design (*)
Easy Customization (*)
Versatile UI Components (*)

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

Plug-ins can be used declaratively in which of the following components in APEX?


Process Type
Dynamic Actions
Items
All of them (*)
Regions

What three are the building blocks of Approvals Component?


Unified Task List (*)
Task Definition (*)
Task Details Page (*)
Automations

Which three of the following are use cases of Automations?


Approving specific requests (*)
Monitoring log tables and raising an alert when there is an issue
Deleting a database record based on an end user's request (*)
Sending email alerts at a particular time of the week (*)

What three are the uses of Collections in APEX?


Use collections to temporarily capture one or more nonscalar Values. (*)
You insert, update, and delete collection information using PL/SQL API
APEX_COLLECTION. (*)
Collections can be accessed, manipulated, or processed during a user's
specific session. (*)
Collections enable you to store rows and columns in the current session
into database tables

Which three of the following statements are TRUE about Data


Synchronization?
You must trigger Data Synchronization manually
Data Synchronization enables developers to automatically sync the
contents of a local table with the data from a REST service. (*)
APEX can create the local table based on the visible columns in the REST
Data Source Data Profile. (*)
Helps in Providing efficient reporting on large data sets coming from a
REST service (*)

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

What three are the key features of Data Load Definition?


Only XML data format can be loaded to tables or collections
The APEX_DATA_LOADING PL/SQL API is available for custom
processing. (*)
Column mapping occurs at design time, removing the burden on end
users. (*)
Easy workflow for end users: upload the file, verify the preview, and load
data (*)

Choose the three requirements for creating a REST Enabled SQL


Reference.
Install Oracle REST Data Services (ORDS) 19.x or later. (*)
Configure and enable the REST Enabled SQL service feature (*)
Activate REST Enabled SQL for the target schema on the remote
database (*)
Set up any remote database
The APEX engine uses which component as a key for tracking each user's session state?
LDAP_USER
HTTP_USER
APP_USER (*)
APEX_USER

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 (*)

Which of the following are preconfigured authentication schemes?


Open Door Credentials
LDAP Directory
HTTP Header Variables
All of them (*)
Social Sign In

n APEX, you can choose which three of the following Authentication


methods?
Built-in Authentication Scheme (*)
Custom Authentication Scheme (*)
No Authentication (*)
Authorization Scheme

What are the required fields while creating a Chart in APEX?


Name
Value Column
All of them (*)
Label Column
Data Source

Choose the three supported spatial geometry objects in Maps.


Polygons (*)
Points (*)
Bars
Heat map (*)

Choose the three correct statements about Charts in APEX.


Each Oracle JET visualization supports animation, accessibility, responsive
layout, internationalization, test automation, and a range of inter activity
features. (*)
Oracle APEX supports charts based on the Oracle JavaScript Extension
Toolkit (Oracle JET) Data Visualizations. (*)
You can visualize data as bar, line, area, range, combination, scatter,
bubble, polar, radar, pie, donut, funnel and more (*)
You can create charts without using Oracle JET

What are the three features of a calendar in APEX?


Month, Week, Day - Displays a monthly, weekly and daily view. (*)
Next - Navigates to the next month. (*)
Reminders - Displays the reminders set by the users
Previous - Navigates to the previous month. (*)

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 (*)

Select the two advantages of using One-click Remote Deployment.


Directly deploy your app definition along with the objects from the source
system to the target system (*)
Deploy the app, and explicitly install the supporting objects in one-click.
Simplify the process of deploying an application (*)
You need to access your production environment to import the app
directly.
While migrating apps, once the database objects are created in the target environment, you
can load the data using which of the components?
Data Workshop (*)
App Builder
Quick SQL
Data Generator

What three components must be considered while migrating an APEX app


between environments?
Move the database objects (*)
Move the application definition and all associated files (*)
Move the images (*)
Move the sessions data

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