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

SAP C_FIORD_2502 - SAP Certified Associate - SAP Fiori Application Developer

Page: 1 / 2
Total 60 questions

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

How can you extend an SAP Fiori app?

Note: There are 3 correct answers to this question.

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.

You develop an SAPUI5 app that can be extended. To allow your customer to customize notifications, you set up a hook method. What activities are required to set up a hook method?

Note: There are 3 correct answers to this question.

A.

Modify the bootstrap option to allow multi-layer extensions of the custom code.

B.

Identify a strategic location in the controller for the customized code.

C.

Create a .js file in the Util folder to allow the customer to add custom code.

D.

Define a new function name ensuring it is reserved for the extension.

E.

Add a code snippet to check if the method exists and execute it.

What are some advantages of the Model View Controller (MVC) design pattern used in SAPUI5?

Note: There are 2 correct answers to this question.

A.

It supports quick coding.

B.

MVC artifacts can be transported and debugged separately.

C.

Allows to define several views of the same data.

D.

Allows changing the view without modifying the underlying business logic.

In an SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?

A.

SAP HANA XS Engine

B.

SAP Back-End Server (BES)

C.

SAP Web Dispatcher

D.

SAP Front-End Server (FES)

In the data in the screenshot, you want to display the List of Companies in the Americas region.

Which binding option do you use for the X, Y, and Z values in the view?

A.

X: /regions/0/companies Y: name Z: city

B.

X: /regions/companies Y: companies/name Z: companies/city

C.

X: /regions/companies Y: name Z: city

D.

X: /regions/0/companies Y: companies/0/name Z: companies/0/city

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

You want to create an SAP Fiori application containing charts and visual filters.

Which SAP Fiori template would you use?

A.

Custom Page

B.

Analytical List Page

C.

Worklist Page

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.

A.

One-way binding

B.

Two-way binding

C.

Resource-model binding

D.

Three-way binding

E.

One-time binding

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