Application Development Foundations Final Exam
Which of the following actions can be carried out in
Application Builder using a button page item?
Do
nothing. (*)
Redirect.
Submit
a page.
All of
the above.
A list of values (LOV) is a
static or dynamic set of values used to display a specific type of page item?
True
(*)
False
Which of the following are an
item in Application Builder?
Text
area (*)
Text
field (*)
Password
(*)
Select
list (*)
Check
box (*)
SQL
Query
In Application Builder, You can
reference item values stored in session state in regions, computations,
processes, validation, and branches?
True
(*)
False
In Application Builder, an item
is part of an HTML form?
True
(*)
False
In
Application Builder, you cannot use buttons to perform a Dynamic Action?
True
False
(*)
Forms are made up of fields,
called items?
True
(*)
False
Which of the following
statements best describes an Single Page Master Detail Application Builder form
type?
presents
users a set of data in a searchable, customizable report.
Creates
two pages. One page displays a report.
Builds
a single page report and form combination based on tables you select. (*)
Creates
a form that enables users to update a single row in a database table.
Application Builder provides
which of the following form types?
Report
with Form on Table.
Editable
Interactive Grid.
Single
Page Master Detail.
Two
Page Master Detail.
Form on
a Table.
All of
the above. (*)
A master detail form reflects a
one-to-many relationship between two tables?
True
(*)
False
Which of the following statements best describes an Editable
Interactive Grid Application Builder form type?
Builds
a single page report and form combination based on tables you select.
Creates
a form that enables users to update a single row in a database table.
Creates
two pages. One page displays a report.
presents
users a set of data in a searchable, customizable report. (*)
Forms can be created in
Application Builder using which of the following methods?
Manually.
(*)
Uploaded
from an external application.
Using a
Wizard. (*)
All of
the above.
None of
the above.
Application Builder provides
which of the following form types?
Form on
a Procedure.
Form on
a SQL Query.
Form on
Web Service.
Report
and Form on Web Service.
Form on
a Table.
All of
the above. (*)
Which of the following statements
best describes an Form on a Table Application Builder form type?
Builds
a single page report and form combination based on tables you select.
Creates
two pages. One page displays a report.
presents
users a set of data in a searchable, customizable report.
Creates
a form that enables users to update a single row in a database table. (*)
Match the descriptions to the two
processes Application Express engine relies on when you run an application.
Show
Page : is the page rendering process. (*)
Accept
Page : is the page rendering process.
Accept
Page : performs page processing. (*)
Show
Page : performs page processing.
A page process is a series of
event that run when a page is loaded or submitted?
True
False
(*)
Which of the following are types
of computations in Application Builder?
Application
Computation. (*)
Page
Computation. (*)
Field
Computation.
Item
Computation.
A computation is a logic that
assigns values to a single item?
True
(*)
False
Which of the following are types
of Validations in Application Builder?
Page
Validation. (*)
Page
Control Validation.
Page
Item Validation. (*)
Application
Control Validation.
When you request a page using a
URL, the Application Express engine is running which of the following?
Show Page.
(*)
Accept
Page.
Submit
Page.
Find
Page.
In Application Builder, a branch can be defined to go to
which of the following?
A
specific page
A
procedure
A URL
All of
the above (*)
Validations specific to a single
item in Application Builder are defined as which of the following?
Application
Control Validation.
Page
Validation.
Page
Control Validation.
Page
Item Validation. (*)
When you create a branch, you
must specify a Branch Point and Branch Type?
True
(*)
False
Shared components are common
elements that can display or be applied on any page within an application?
True
(*)
False
Which of the following statements
best describe Navigation Bar Entries as a Shared Component?
A list
of links that enables users to navigate the pages in an application. Only
supported in applications using the Universal Theme - 42.
An
effective way to navigate users between pages in an application. You can create
two types : standard or parent.
A
shared collection of links. You control the appearance through templates. Each
element has a display condition that enables you to control when it displays.
Offer
users a simple navigation path for moving between pages in an application.
Entries can display as a link from an image or text. (*)
Provide
users with hierarchical navigation. A hierarchical list of links that display
using templates. Can be displayed as a list of links or as a path.
Shared components can only be added to one any page within
your application?
True
False
(*)
Which of the following are
examples of shared components?
Navigation
menu. (*)
Lists.
(*)
Pull
down menu.
Breadcrumbs.
(*)
Navigation
bar. (*)
Which of the following statements
best describe Breadcrumbs as a Shared Component?
A
shared collection of links. You control the appearance through templates. Each
element has a display condition that enables you to control when it displays.
A list
of links that enables users to navigate the pages in an application. Only
supported in applications using the Universal Theme - 42.
An
effective way to navigate users between pages in an application. You can create
two types : standard or parent.
Provide
users with hierarchical navigation. A hierarchical list of links that display
using templates. Can be displayed as a list of links or as a path. (*)
Offer
users a simple navigation path for moving between pages in an application. Entries
can display as a link from an image or text.
Application Builder supports
which of the following types of charts?
Standard
Themes. (*)
User
Themes.
Custom
Themes. (*)
All of
the above.
In APEX 5.1 the Universal Theme
(Theme 42) and the Mobile Theme (Theme 51) are?
Standard
Themes. (*)
User
Themes.
Custom
Themes.
None of
the above.
Developers
can use template options to?
Apply
different colors or accents. (*)
Upload
custom background Images.
Render
buttons in different styles. (*)
Apply
different spacing and padding. (*)
The Universal Theme is a user
interface for Application Express that enables developers to build modern web
applications without requiring extensive knowledge of HTML, CSS, or JavaScript?
True
(*)
False
You can apply an authorization
scheme for?
An
entire application
A page
in an application
A
specific control such as a region, item, or button
All of
the above. (*)
Which of the following Access
Control would be set to enable only users defined in the access control list
access to an application?
Restricted
access (*)
Public
read only
Administrative
access only
Full
access to all
Which of the following steps are
required to be defined when creating a Dynamic Action?
When
the action happens (with optional conditions).
What
action or actions are performed.
What
elements are affected by the action.
All of
the above. (*)
To use Dynamic actions to define complex client-side
behavior declaratively you need to know or code JavaScript or AJAX?
True
False
(*)
Developers can export and import
plug-ins to other workspaces?
True
(*)
False
A Dynamic Action can be specified
to fire on which of the following events?
Browser
Event (*)
Custom
Event (*)
Framework
Event (*)
User
Event
Component
Event (*)
A plug-in is one of the built-in
types of Application Express?
True
False
(*)
You can create a dynamic action
in which of the following ways?
Under
Rendering, locate the item, right-click and select Create Dynamic Action.
Under
Dynamic Actions, right-click Events and select Create Dynamic Action.
All of
the above. (*)
After
Refresh, Before Page Submit, and so on would best describe which type of
Dynamic Action Event?
Custom
Event
Component
Event
Framework
Event
Browser
Event (*)
An exported application from APEX
is saved as a .sql file type?
True
(*)
False
An exported application from APEX
is saved as a .xml file type?
True
False
(*)
When importing an application it
is necessary to keep the same Application Id in the target development
environment?
True
False
(*)
Which of the following chart
types is a flexible Flash and JavaScript (HTML5) based solution?
Chart.
AnyChart
Chart.
CustomChart
Chart. (*)
All of
the above.
Application Builder includes a built-in wizard for
generating a tree that displays a hierarchical view?
True
(*)
False
Which of the following Columns
can be specified when creating a calendar?
Display
Column.
Start
Date Column -
End
Date Column.
All of
the above. (*)
Which of the following calendar
types Calendar is based on the FullCalendar jQuery library?
Calendar.
(*)
Custom
Calendar.
Legacy
Calendar.
User
Calendar.
All of
the above.
A tree is a hierarchical
navigation mechanism?
True
(*)
False
In APEX you add a chart region to
your page using Page Designer?
True
(*)
False
No comments:
Post a Comment