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: 2 / 2
Total 60 questions

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

Which of the following UI elements can be part of a standard Analytical List Page application?

Note: There are 3 correct answers to this question.

A.

Visual table

B.

Interactive chart

C.

Table

D.

Form section

E.

Visual filter

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

Which file do you send to the translator?

A.

Manifest.json

B.

Component.js

C.

Master.view.xml

D.

i18n.properties

You perform a QUnit test with the following syntactical options.

Which call returns true when you execute it?

A.

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

B.

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

C.

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

D.

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

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?

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

What are some SAP recommended ways of adding custom code to an SAP Fiori elements application?

Note: There are 3 correct answers to this question.

A.

Create new templates

B.

Use building blocks

C.

Create apps using the custom page template in the application generator

D.

Use controller extensions

E.

Use private methods of SAP Fiori elements

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

A.

Transactional

B.

Factsheet

C.

Legacy

D.

Analytical

Which of the following are features of the SAPUI5 SDK?

Note: There are 2 correct answers to this question.

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