Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > SAP > SAP Certified Associate > C_FIORD_2502

C_FIORD_2502 SAP Certified Associate - SAP Fiori Application Developer Question and Answers

Question # 4

To which of the following does an SAP Fiori tile point directly?

A.

An action

B.

An SAP Fiori app

C.

A semantic object

D.

A target mapping with a semantic object and an action

Full Access
Question # 5

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 # 6

You are extending an SAP Fiori app.

Which of the extension properties are defined in the manifest.json?

Note: There are 2 correct answers to this question.

A.

sap.ui.viewModifications

B.

sap.ui.i18nModifications

C.

sap.ui.modelModifications

D.

sap.ui.controllerExtensions

Full Access
Question # 7

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.

A.

Micro chart

B.

Image

C.

Chart

D.

Text

E.

Table

Full Access
Question # 8

Your customer requires an app to display flight information on a mobile device as detailed in the following screenshot for details.

Which options can you use to display the same data in a readable format on a mobile device?

Note: There are 2 correct answers to this question.

A.

B.

C.

D.

Full Access
Question # 9

Which of the following pattern sequences are the QUnit tests based on?

A.

Arrange, Act, and Assert

B.

Given, When, and Then

C.

Given, Then, and When

D.

Assert, Act, and Arrange

Full Access
Question # 10

You need to securely connect the SAP BTP to an on-premise system.

How does the SAP Cloud Connector help do this?

Note: There are 2 correct answers to this question.

A.

It creates connectivity by a reverse-invoke process on the on-premise system.

B.

It supports custom destination API configuration and certificate inspection.

C.

It initiates a cloud-based reverse-invoke process.

D.

It secures an SSL tunnel between the SAP BTP and the on-premise system.

Full Access
Question # 11

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 # 12

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 # 13

What are some characteristics of fragments?

Note: There are 2 correct answers to this question.

A.

Fragments have their own controller.

B.

Fragments can be a stand-alone view

C.

Fragments are found by SAPUI5 Runtime using the module loading mechanism.

D.

Fragments are light-weight UI parts that can be reused.

Full Access
Question # 14

In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application?

A.

manifest.json

B.

index.html

C.

neo-app.json

D.

Component.js

Full Access
Question # 15

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

What is the title of the list report table?

abap

Copy

@UI.headerInfo: {

typeNamePlural:'Sales Orders',

typeName: 'Sales Order',

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

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

}

A.

Sales Order Numbers

B.

Sales Order Owners

C.

Sales Orders

Full Access
Question # 16

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

A.

Commit

B.

Save

C.

Clone

D.

Push

Full Access
Question # 17

Which of the following are generic actions provided by SAP Fiori elements?

Note: There are 2 correct answers to this question.

A.

Trigger external navigation.

B.

Create an item.

C.

Approve an item.

D.

Delete an item.

Full Access
Question # 18

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