Month End Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium SAP C_FIORD_2502 Dumps Questions Answers

SAP Certified Associate - SAP Fiori Application Developer Questions and Answers

Question 1

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.

Options:

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.

Buy Now
Question 2

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 3

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 4

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

Note: There are 2 correct answers to this question.

Options:

A.

Trigger external navigation.

B.

Create an item.

C.

Approve an item.

D.

Delete an item.

Question 5

What can you do using the SAP Fiori Tools Extension Pack?

Options:

A.

Develop the SAP Fiori elements framework

B.

Implement SAP Business Technology Platform integration

C.

Build SAP Fiori applications

Question 6

Your customer extends an SAP Fiori app with View Replacement.

Which activities do you perform?

Note: There are 2 correct answers to this question.

Options:

A.

Create an SAPUI5 view that replaces the complete view.

B.

Verify that adding custom content in the Extension Points is NOT sufficient.

C.

Create an SAPUI5 control that replaces the original control.

D.

Identify a specific SAPUI5 control to be replaced.

Question 7

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

Which of the following steps is an optional configuration step?

Options:

A.

Create Catalog

B.

Create Group and Assign Tile

C.

Assign Catalog to Role

D.

Create Tiles and Target Mappings

Question 8

Your customer asks you to add text for a new language to an app.

Which file do you send to the translator?

Options:

A.

Manifest.json

B.

Component.js

C.

Master.view.xml

D.

i18n.properties

Question 9

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 10

What are some examples of extension points?

Note: There are 3 correct answers to this question.

Options:

A.

Custom column

B.

Field building block

C.

Custom section

D.

Custom action

E.

Table building block

Question 11

Which of the following are features of the SAPUI5 SDK?

Note: There are 2 correct answers to this question.

Options:

A.

Interface for Web Dynpro

B.

Feature-rich UI controls for handling complex UI patterns

C.

Responsiveness across browsers on non-mobile devices only

D.

Full translation support

Question 12

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 13

What are some benefits of using OData V4 compared to OData V2?

Note: There are 3 correct answers to this question.

Options:

A.

Better UX consistency

B.

Better data compression

C.

Advanced analytical capabilities

D.

Improved data types

E.

Flexible programming model

Question 14

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.

Options:

A.

SAP Fiori launchpad

B.

SAPUI5 Java repository

C.

SAPUI5 ABAP repository

D.

SAP BTP

Question 15

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

Which activity do you perform?

Options:

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.

Question 16

You perform a QUnit test with the following syntactical options.

Which call returns true when you execute it?

Options:

A.

assert.strictEqual(0, null, "true");

B.

assert.strictEqual(0, "", "true");

C.

assert.strictEqual(0, -0, "true");

D.

assert.strictEqual(0, "0", "true");

Question 17

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 18

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

Options:

A.

Arrange, Act, and Assert

B.

Given, When, and Then

C.

Given, Then, and When

D.

Assert, Act, and Arrange