Application Development Foundations Final Exam (2023)

Application Development Foundations Final Exam


Which of the following actions can be carried out inApplication Builder using a button page item?

Donothing. (*)

Redirect.

Submita page.

All ofthe above.

A list of values (LOV) is astatic or dynamic set of values used to display a specific type of page item?

True(*)

False

Which of the following are anitem in Application Builder?

Textarea (*)

Textfield (*)

Password(*)

Selectlist (*)

Checkbox (*)

SQLQuery

In Application Builder, You canreference item values stored in session state in regions, computations,processes, validation, and branches?

True(*)

False

In Application Builder, an itemis part of an HTML form?

True(*)

False

InApplication 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 followingstatements best describes an Single Page Master Detail Application Builder formtype?

presentsusers a set of data in a searchable, customizable report.

Createstwo pages. One page displays a report.

Buildsa single page report and form combination based on tables you select. (*)

Createsa form that enables users to update a single row in a database table.

Application Builder provideswhich of the following form types?

Reportwith Form on Table.

EditableInteractive Grid.

SinglePage Master Detail.

TwoPage Master Detail.

Form ona Table.

All ofthe above. (*)

A master detail form reflects aone-to-many relationship between two tables?

True(*)

False

Which of the following statements best describes an EditableInteractive Grid Application Builder form type?

Buildsa single page report and form combination based on tables you select.

Createsa form that enables users to update a single row in a database table.

Createstwo pages. One page displays a report.

presentsusers a set of data in a searchable, customizable report. (*)

Forms can be created inApplication Builder using which of the following methods?

Manually.(*)

Uploadedfrom an external application.

Using aWizard. (*)

All ofthe above.

None ofthe above.

Application Builder provideswhich of the following form types?

Form ona SQL Query.

Form onWeb Service.

Reportand Form on Web Service.

Form ona Table.

All ofthe above. (*)

Which of the following statementsbest describes an Form on a Table Application Builder form type?

Buildsa single page report and form combination based on tables you select.

Createstwo pages. One page displays a report.

presentsusers a set of data in a searchable, customizable report.

Createsa form that enables users to update a single row in a database table. (*)

Match the descriptions to the twoprocesses Application Express engine relies on when you run an application.

ShowPage : is the page rendering process. (*)

AcceptPage : is the page rendering process.

AcceptPage : performs page processing. (*)

ShowPage : performs page processing.

A page process is a series ofevent that run when a page is loaded or submitted?

True

False(*)

Which of the following are typesof computations in Application Builder?

ApplicationComputation. (*)

PageComputation. (*)

FieldComputation.

ItemComputation.

A computation is a logic thatassigns values to a single item?

True(*)

False

Which of the following are typesof Validations in Application Builder?

PageValidation. (*)

PageControl Validation.

PageItem Validation. (*)

ApplicationControl Validation.

When you request a page using aURL, the Application Express engine is running which of the following?

Show Page.(*)

AcceptPage.

SubmitPage.

FindPage.

In Application Builder, a branch can be defined to go towhich of the following?

Aspecific page

Aprocedure

A URL

All ofthe above (*)

Validations specific to a singleitem in Application Builder are defined as which of the following?

ApplicationControl Validation.

PageValidation.

PageControl Validation.

PageItem Validation. (*)

When you create a branch, youmust specify a Branch Point and Branch Type?

True(*)

False

Shared components are commonelements that can display or be applied on any page within an application?

True(*)

False

Which of the following statementsbest describe Navigation Bar Entries as a Shared Component?

A listof links that enables users to navigate the pages in an application. Onlysupported in applications using the Universal Theme - 42.

Aneffective way to navigate users between pages in an application. You can createtwo types : standard or parent.

Ashared collection of links. You control the appearance through templates. Eachelement has a display condition that enables you to control when it displays.

Offerusers a simple navigation path for moving between pages in an application.Entries can display as a link from an image or text. (*)

Provideusers with hierarchical navigation. A hierarchical list of links that displayusing templates. Can be displayed as a list of links or as a path.

Shared components can only be added to one any page withinyour application?

True

False(*)

Which of the following areexamples of shared components?

Navigationmenu. (*)

Lists.(*)

Pulldown menu.

Breadcrumbs.(*)

Navigationbar. (*)

Which of the following statementsbest describe Breadcrumbs as a Shared Component?

Ashared collection of links. You control the appearance through templates. Eachelement has a display condition that enables you to control when it displays.

A listof links that enables users to navigate the pages in an application. Onlysupported in applications using the Universal Theme - 42.

Aneffective way to navigate users between pages in an application. You can createtwo types : standard or parent.

Provideusers with hierarchical navigation. A hierarchical list of links that displayusing templates. Can be displayed as a list of links or as a path. (*)

Offerusers a simple navigation path for moving between pages in an application. Entriescan display as a link from an image or text.

Application Builder supportswhich of the following types of charts?

StandardThemes. (*)

UserThemes.

CustomThemes. (*)

All ofthe above.

In APEX 5.1 the Universal Theme(Theme 42) and the Mobile Theme (Theme 51) are?

StandardThemes. (*)

UserThemes.

CustomThemes.

None ofthe above.

Developerscan use template options to?

Applydifferent colors or accents. (*)

Uploadcustom background Images.

Renderbuttons in different styles. (*)

Applydifferent spacing and padding. (*)

The Universal Theme is a userinterface for Application Express that enables developers to build modern webapplications without requiring extensive knowledge of HTML, CSS, or JavaScript?

True(*)

False

You can apply an authorizationscheme for?

Anentire application

A pagein an application

Aspecific control such as a region, item, or button

All ofthe above. (*)

Which of the following AccessControl would be set to enable only users defined in the access control listaccess to an application?

Restrictedaccess (*)

Publicread only

Administrativeaccess only

Fullaccess to all

Which of the following steps arerequired to be defined when creating a Dynamic Action?

Whenthe action happens (with optional conditions).

Whataction or actions are performed.

Whatelements are affected by the action.

All ofthe above. (*)

To use Dynamic actions to define complex client-sidebehavior declaratively you need to know or code JavaScript or AJAX?

True

False(*)

Developers can export and importplug-ins to other workspaces?

True(*)

False

A Dynamic Action can be specifiedto fire on which of the following events?

BrowserEvent (*)

CustomEvent (*)

FrameworkEvent (*)

UserEvent

ComponentEvent (*)

A plug-in is one of the built-intypes of Application Express?

True

False(*)

You can create a dynamic actionin which of the following ways?

UnderRendering, locate the item, right-click and select Create Dynamic Action.

UnderDynamic Actions, right-click Events and select Create Dynamic Action.

All ofthe above. (*)

AfterRefresh, Before Page Submit, and so on would best describe which type ofDynamic Action Event?

CustomEvent

ComponentEvent

FrameworkEvent

BrowserEvent (*)

An exported application from APEXis saved as a .sql file type?

True(*)

False

An exported application from APEXis saved as a .xml file type?

True

False(*)

When importing an application itis necessary to keep the same Application Id in the target developmentenvironment?

True

False(*)

Which of the following charttypes is a flexible Flash and JavaScript (HTML5) based solution?

Chart.

AnyChartChart.

CustomChartChart. (*)

All ofthe above.

Application Builder includes a built-in wizard forgenerating a tree that displays a hierarchical view?

True(*)

False

Which of the following Columnscan be specified when creating a calendar?

DisplayColumn.

StartDate Column -

EndDate Column.

All ofthe above. (*)

Which of the following calendartypes Calendar is based on the FullCalendar jQuery library?

Calendar.(*)

CustomCalendar.

LegacyCalendar.

UserCalendar.

All ofthe above.

A tree is a hierarchicalnavigation mechanism?

True(*)

False

In APEX you add a chart region toyour page using Page Designer?

True(*)

False


Top Articles
Latest Posts
Article information

Author: Lilliana Bartoletti

Last Updated: 31/03/2023

Views: 6502

Rating: 4.2 / 5 (53 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Lilliana Bartoletti

Birthday: 1999-11-18

Address: 58866 Tricia Spurs, North Melvinberg, HI 91346-3774

Phone: +50616620367928

Job: Real-Estate Liaison

Hobby: Graffiti, Astronomy, Handball, Magic, Origami, Fashion, Foreign language learning

Introduction: My name is Lilliana Bartoletti, I am a adventurous, pleasant, shiny, beautiful, handsome, zealous, tasty person who loves writing and wants to share my knowledge and understanding with you.