Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

SAP C_FIORD_2502 SAP Certified Associate - SAP Fiori Application Developer Exam Practice Test

SAP Certified Associate - SAP Fiori Application Developer Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$43.75  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$38.5  $109.99
Question 1

Which file is required for configuring an SAP Fiori elements application?

Options:

A.

package.json

B.

manifest.json

C.

settings.json

D.

config.xml

Question 2

The following ABAP CDS annotation is used in an SAP Fiori elements app.

What will be displayed in the upper left part of the object page?

@UI.headerInfo: {

typeNamePlural: 'sales orders',

typeName: 'Sales Order',

title: { type: #STANDARD, value: 'Sales order Number'},

description: { type: #STANDARD, value: 'Sales Order Owner'}

}

Note: There are 2 correct answers to this question.

Options:

A.

'Sales Order'

B.

Sales Order Owner

C.

'Sales Orders'

D.

Sales Order Number value

Question 3

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.

Options:

A.

A UI.SelectionField annotation

B.

The Page Map

C.

A setting in the manifest.json file

D.

A UI.LineItem annotation

Question 4

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

Options:

A.

QUnit.module

B.

this.calculator.press("1");

C.

teardown: function() {}

D.

QUnit.test

Question 5

Which of the following content types can be displayed within a table cell in SAP Fiori elements applications?

Note: There are 3 correct answers to this question.

Options:

A.

Micro chart

B.

Image

C.

Chart

D.

Text

E.

Table

Question 6

Which SAP Fiori application can you launch using the search function instead of a tile?

Options:

A.

Transactional

B.

Factsheet

C.

Legacy

D.

Analytical

Question 7

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

Note: There are 3 correct answers to this question.

Options:

A.

Property

B.

Aggregation

C.

Structure

D.

Combination

E.

Element

Question 8

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.

Options:

A.

confirm

B.

reset

C.

listFilter

D.

oninit

Question 9

You need to bind data from a model to an SAPUI5 view control.

Which of the following modes are valid?

Note: There are 3 correct answers to this question.

Options:

A.

One-way binding

B.

Two-way binding

C.

Resource-model binding

D.

Three-way binding

E.

One-time binding

Question 10

Which features of the SAP Business Application Studio help you extend a standard SAP Fiori app?

Note: There are 2 correct answers to this question.

Options:

A.

The Extensibility Pane to choose extension points

B.

The Descriptor Editor to choose elements for extension

C.

An editor to modify the data model in the extended project

D.

A wizard to generate the files for each extension possibility

Question 11

Which of the following are building blocks provided by SAP Fiori elements?

Note: There are 3 correct answers to this question.

Options:

A.

Field

B.

Routing

C.

Table

D.

Filter Field

E.

Custom Page

Question 12

You created a new catalog that contains some apps. You want to assign these apps to an existing role to provide authorization for the business users.

How can you do this using the PFCG transaction?

Options:

A.

By assigning the authorization profile for the catalog in the authorization tab

B.

By adding the semantic object to the catalog and group

C.

By adding the tile and target mapping to the group

D.

By adding the catalog to the menu tab of the role

Question 13

Which HTTP request method can you use to create an OData resource?

Options:

A.

CHANGE

B.

PUT

C.

UPDATE

D.

POST

Question 14

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?

Options:

A.

JSONModel

B.

ResourceModel

C.

ODataModel

D.

XMLModel

Question 15

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

Note: There are 3 correct answers to this question.

Options:

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.

Question 16

How can you extend an SAP Fiori app?

Note: There are 3 correct answers to this question.

Options:

A.

Create an adaptation project

B.

Modify the runtime libraries that are to be loaded.

C.

Modify the data model to merge data at runtime.

D.

Add custom view content in a predefined extension point.

E.

Modify the properties of the view control.

Question 17

Your customer wants to enable the SAP Fiori app to be accessed in multiple languages.

Which of the following activities do you perform?

Note: There are 3 correct answers to this question.

Options:

A.

Create a resource file with a .props extension.

B.

Create a view file and a controller file for each language.

C.

Create a resource file containing key/value pairs.

D.

Encode the special characters in HTML in the resources file.

E.

Create a resource file for each language.

Question 18

Which of the following activities allows you to send commits from your local branch in your Git repository to the remote repository?

Options:

A.

Commit

B.

Save

C.

Clone

D.

Push