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

Oracle 1z0 770

Uploaded by

bharmanuhappy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
168 views

Oracle 1z0 770

Uploaded by

bharmanuhappy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Oracle

1z0-770

Oracle APEX Cloud


Developer Professional
Version: Demo

[ Total Questions: 10]

Web: www.examsvce.com

Email: [email protected]
IMPORTANT NOTICE
Feedback
We have developed quality product and state-of-art service to ensure our customers interest. If you have any
suggestions, please feel free to contact us at [email protected]

Support
If you have any questions about our product, please provide the following items:

exam code
screenshot of the question
login id/email

please contact us at [email protected] and our technical experts will provide support within 24 hours.

Copyright
The product of each order has its own encryption code, so you should use it independently. Any unauthorized
changes will inflict legal punishment. We reserve the right of final explanation for this statement.
Exams Prep Oracle - 1z0-770

Question #:1

Which statement is true about the Data Workshop utility?

A. The wizards load and unload table data only.

B. You cannot load data from an XLSX file with multiple worksheets.

C. The wizards load and unload all types of schema objects.

D. You can load or unload multiple tables at a time.

Answer: A

Explanation
Data Workshop is a utility in SQL Workshop that enables developers to load and unload data to and from the
database. The wizards load and unload table data only. They do not load or unload other kinds of schema
objects. You can load data from an XLSX file with multiple worksheets by selecting the worksheet name in
the Load Data Wizard. You can load or unload only a single table at a time using the wizards. Verified
References: [Using Data Workshop - Oracle Help Center], [Loading Data - Oracle Help Center]

Question #:2

What are Task definitions that exist on the application level inthe Shared Components section made up of?

A. Particpants

B. All of them

C. Task Settings

D. Parameters

E. Actions

Answer: B

Explanation
Task definitions that exist on the application level in the Shared Components section are made up of all of the
following: Participants, Task Settings, Parameters, and Actions. Task definitions are used to define approval
workflows for data changes in interactive grids or forms5. Participants are the users or groups who can
approve or reject tasks. Task Settings are the properties that control how tasks are created, assigned, and
completed. Parameters are the variables that store information about tasks or data changes. Actions are the
PL/SQL code blocks that execute when tasks are created, updated, or completed5.

Question #:3

Which three of the following statements are TRUE about saved Public Interactive Grids?

Top IT Certification Prep Material 1 of 6


Exams Prep Oracle - 1z0-770

A. Public reports are available to all users

B. To enable an end user to save a public interactive grid, the user must have the required

permission

C. Any user may save public interactive grids

D. Only the user who creates a public interactive grid can save, rename, or delete it

Answer: A B D

Explanation
Public reports are available to all users who can access the interactive grid1. However, to enable an end user
to save a public interactive grid report, the user must have the required permission. By default, only developers
can save public reports1. Any user may save private interactive grid reports, but only the user who creates a
private report can view, save, rename, or delete it12. Verified References: 12

Question #:4

Which two statements are true about Oracle APEX?

A. Application definition is not stored in the database.

B. Processing and data manipulation is not executed in the database.

C. Running an APEX app needs client software.

D. APEX eliminates middle-tier application logic.

E. You can build interactive reporting apps based on data from disparate systems

Answer: D E

Explanation
Oracle APEX is a low-code application development platform that enables developers to build scalable,
secure, and data-driven web and mobile apps. Some of the statements that are true about Oracle APEX are:

APEX eliminates middle-tier application logic. APEX runs entirely within Oracle Database and does not
require any additional middleware or application server to function. This simplifies the architecture and
reduces the complexity, cost, and security risks of deploying applications.

You can build interactive reporting apps based on data from disparate systems. APEX supports various
data sources, such as local database, REST Enabled SQL Service, REST Data Source, Web Source
Module, etc. You can use these data sources to create interactive reports that allow end users to filter,
sort, search, aggregate, and visualize data from different sources.

The other statements are false because:

Top IT Certification Prep Material 2 of 6


Exams Prep Oracle - 1z0-770

Application definition is stored in the database. APEX stores the metadata of the application
components, such as pages, regions, items, buttons, etc., in the database tables.

Processing and data manipulation is executed in the database. APEX leverages the power and
performance of Oracle Database to process and manipulate data using SQL and PL/SQL.

Running an APEX app does not need client software. APEX apps are web-based and can be accessed
from any browser on any device without installing any client software. Verified References: [Oracle
Application Express (APEX) - Oracle Help Center], [Platform - Oracle APEX]

Question #:5

Which of the following options in the Developer Toolbar enables you to customize the look and

feel of the application?

A. Quick Edit

B. Customize

C. Session

D. Debug

Answer: B

Explanation
The Developer Toolbar is a component that appears at the bottom of every page in an Oracle APEX
application when running in development mode. The Developer Toolbar provides quick access to various
features and tools for developing and debugging an application. One of the options in the Developer Toolbar
that enables developers to customize the look and feel of the application is Customize.

Customize: This option opens the Theme Roller tool that allows developers to modify the theme style of
the application by changing colors, fonts, sizes, borders, shadows, and more. Developers can also create
new theme styles or switch between existing ones using this option.

Question #:6

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:

A. Popup LOV

B. Cascading LOV

C. Static LOV

D.

Top IT Certification Prep Material 3 of 6


Exams Prep Oracle - 1z0-770

D. Dynamic LOV

Answer: B

Explanation
A cascading LOV is a type of list of values (LOV) that depends on another parent LOV to determine its
values. For example, if there are two select lists on a page, one for DEPARTMENT and one for
EMPLOYEES, you can create a cascading LOV for EMPLOYEES that only shows the employees who belong
to the selected department in the DEPARTMENT select list. To create a cascading LOV, you need to specify
the parent item name and use bind variables in the SQL query for the child item.

Question #:7

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?

A. Page Processing

B. Page Rendering

C. Page rendering and processing

D. Page compilation

Answer: C

Explanation
When you click a Customer Name in the Customers report, the Customer Details form dialog page is
displayed. This involves two events: page rendering and page processing. Page rendering is the event that
occurs when APEX generates and sends the page to the browser. Page processing is the event that occurs
when APEX receives and processes the page from the browser. In this scenario, both events happen because
the Customer Details form dialog page is a modal dialog that uses AJAX to communicate with the server
without reloading the entire page. Page compilation is not an event, but an action that occurs when APEX
compiles an application or a page before running it.

Question #:8

Which statement is true about the Approvals component?

A. Unified Task List is a shared component used to configure task parameters,participants, actions, and due
dates.

B. Task Definition is a page that shows details for a specific task, which can include

metadata, history, comments, and actions.

C. You can set up task approvers and administrators at design time or determine themdynamically at
runtime based on data related to the task.

Top IT Certification Prep Material 4 of 6


Exams Prep Oracle - 1z0-770

D. APEX_APPROVAL is Page processes that create andact on task instances in yourpages.

Answer: C

Explanation
The Approvals Component is a feature in Oracle APEX that enables you to create and manage tasks for user
approval. The Approvals Component deals with all aspects of human approval in Oracle APEX, allowing you
to put approval functionality into your applications. The Approvals Component creates one or more tasks for
items that require approval based on a pre-configured template, known as the Task Definition. The Task
Definition specifies the data source, display attributes, potential owners, business administrators, and available
actions for the tasks. You can set up task approvers and administrators at design time or determine them
dynamically at runtime based on data related to the task. For example, you can use a SQL query or a PL/SQL
function to return the list of potential owners or business administrators for each task based on some criteria,
such as department, role, or location.

Question #:9

Which is a valid Page Process type?

A. Execute JavaScript Code

B. Set Value

C. Send E-Mail

Answer: B

Explanation
A page process type defines what action the page process performs when it is executed. There are many page
process types available in Oracle APEX, such as Execute PL/SQL Code, Data Loading, Branch, etc. One of
the valid page process types is Set Value. The Set Value page process type sets session state for an item or
items on a page using a computation or PL/SQL expression. You can use this page process type to assign
values to items based on logic or conditions. The other options are not valid page process types. Execute
JavaScript Code is a dynamic action type, not a page process type. Send E-Mail is an application process type,
not a page process type. Verified References: [Understanding Page Processes - Oracle Help Center], [Set
Value Process Type - Oracle Help Center]

Question #:10

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

A. All of them

B. Applying different colors or accents

C. Rendering buttons in different styles, with and without icons

D. Applying different spacing and padding

Top IT Certification Prep Material 5 of 6


Exams Prep Oracle - 1z0-770

E. Displaying form fields with different alignments

Answer: A

Explanation
Template options provide developers with a declarative approach to applying different styles to components
on an Oracle APEX page. Developers can use template options to declaratively apply CSS modifiers to the
templates they have chosen for pages, regions, reports, lists, breadcrumbs, items and buttons. Developers can
use template options in all of the following ways:

Applying different colors or accents. Developers can use template options to change the color scheme or
accent color of components, such as buttons, lists, or regions.

Rendering buttons in different styles, with and without icons. Developers can use template options to
change the shape, size, style, and icon of buttons on a page.

Applying different spacing and padding. Developers can use template options to adjust the spacing and
padding of components, such as regions, items, or reports.

Displaying form fields with different alignments. Developers can use template options to change the
alignment of form fields and labels, such as left-aligned, right-aligned, or top-aligned.

Top IT Certification Prep Material 6 of 6


About ExamsVCE.com
examsvce.com was founded in 2007. We provide latest & high quality IT / Business Certification Training Exam
Questions, Study Guides, Practice Tests.

We help you pass any IT / Business Certification Exams with 100% Pass Guaranteed or Full Refund. Especially
Cisco, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on.

View list of all certification exams: All vendors

We prepare state-of-the art practice tests for certification exams. You can reach us at any of the email addresses listed
below.

Sales: [email protected]
Feedback: [email protected]
Support: [email protected]

Any problems about IT certification or our products, You can write us back and we will get back to you within 24
hours.

You might also like