Summer Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

You finalized your SAPUI5 app in the SAP Business Application Studio.

To which of the following platforms can you deploy this app?

Note: There are 2 correct answers to this question.

A.

SAP Fiori launchpad

B.

SAPUI5 Java repository

C.

SAPUI5 ABAP repository

D.

SAP BTP

Full Access
Question # 5

Which methods can you use to bind data to the controls in SAPUI5?

Note: There are 3 correct answers to this question.

A.

Property

B.

Aggregation

C.

Structure

D.

Combination

E.

Element

Full Access
Question # 6

Your customer asks you to demonstrate their app with localization changes.

Which activity do you perform?

A.

Use the preview frame in the run configuration.

B.

Configure the run configuration file in the app.

C.

Show the i18n.properties file translations.

D.

Configure the supportedLanguages settings in the Project.json file.

Full Access
Question # 7

What is added by the following ABAP CDS annotation to an SAP Fiori elements app?

@UI.facet: [{

label: 'Personal data',

type: #COLLECTION,

id: 'persData',

position: 10

},

{

label: 'address',

purpose: #STANDARD,

position: 10,

type: #FIELDGROUP_REFERENCE,

parentId: 'persData',

targetQualifier: 'address'

}]

@UI.fieldGroup: [{qualifier: 'address', position: 10}]

Street;

@UI.fieldGroup: [{qualifier: 'address', position: 20}]

City;

A.

Two sections in the object page body: one displaying personal data and one displaying the address details

B.

A section containing a subsection which displays the address details

C.

Two sections in the object page header displaying personal data and person's address details

Full Access
Question # 8

You need the backend server to sort and filter the data used in your customer's app.

Which SAPUI5-supported data model must you use?

A.

JSONModel

B.

ResourceModel

C.

ODataModel

D.

XMLModel

Full Access
Question # 9

Which control can you use to create responsive table-free layouts?

A.

sap.ui.layout.VerticalLayout

B.

sap.ui.layout.ResponsiveFlowLayout

C.

sap.ui.layout.Grid

D.

sap.ui.layout.HorizontalLayout

Full Access
Question # 10

What can you use to add a filter field to a list report in an SAP Fiori elements application?

Note: There are 2 correct answers to this question.

A.

A UI.SelectionField annotation

B.

The Page Map

C.

A setting in the manifest.json file

D.

A UI.LineItem annotation

Full Access
Question # 11

While testing an SAP Fiori app you discover that the navigation on the page does not work correctly.

Which of the following agile pyramid options do you use?

A.

Mock server

B.

OPA

C.

QUnit

D.

Sinon

Full Access
Question # 12

You are modeling a new role for your SAP Fiori Launchpad users.

Which of the following steps is an optional configuration step?

A.

Create Catalog

B.

Create Group and Assign Tile

C.

Assign Catalog to Role

D.

Create Tiles and Target Mappings

Full Access
Question # 13

A business user is unable to find an application on the SAP Fiori Launchpad or on the App Finder.

Which of the following options could explain why the tile is unavailable?

Note: There are 3 correct answers to this question.

A.

The user does not have the proper PFCG role assigned to see the application or tile.

B.

The catalogs assigned to the user do not contain the relevant application or tile.

C.

The OData service authorization is missing.

D.

The target mapping for the tile is missing in the catalog.

E.

The end user is missing the required group containing the tile.

Full Access
Question # 14

In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to theActin a QUnit test?

A.

QUnit.module

B.

this.calculator.press("1");

C.

teardown: function() {}

D.

QUnit.test

Full Access
Question # 15

What are some benefits of using SAP Fiori elements?

Note: There are 3 correct answers to this question.

A.

Custom floorplans for unique scenarios

B.

Compliance with SAP Fiori design specifications

C.

Accelerated development of JavaScript UI code

D.

Reduced development and maintenance costs

E.

Accessibility support and multi-device compatibility

Full Access
Question # 16

You develop an SAPUI5 app and implement a FacetFilter.

What events are triggered when the user interacts with the FacetFilter control?

Note: There are 2 correct answers to this question.

A.

confirm

B.

reset

C.

listFilter

D.

oninit

Full Access
Question # 17

What can you do to create a worklist SAP Fiori elements application?

Note: There are 3 correct answers to this question.

A.

Use the Page Map to hide the filterbar of a list report application.

B.

Add the UI.hideFilterBar annotation to the local annotation file.

C.

Add a setting to the manifest.json file of your list report.

D.

Add the UI.hideFilterBar annotation in the backend.

E.

Use the Application Generator with a suitable template.

Full Access
Question # 18

What are the lifecycle events of an SAPUI5 view controller?

Note: There are 2 correct answers to this question.

A.

onbeforeEntry

B.

onRendering

C.

onAfterRendering

D.

onExit

Full Access