SAP C-FIORD-2502 Exam Questions

Questions for the C-FIORD-2502 were updated on : Dec 01 ,2025

Page 1 out of 4. Viewing questions 1-15 out of 60

Question 1

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 adress details
Answer:

B

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

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?
Note: There are 2 correct answe rs to this questio n.
@UI.header Info: {
typeNamePlural: 'sales orders',
typeName: 'Sales Order',
title: { type: #STANDARD, value: 'Sales order Number'},
description: { type: #STANDARD, value: 'Sales Order Owner'} }
A. 'Sales Order'
B. Sales Order Owner
C. 'Sales Orders'
D. Sales Order Number value

Answer:

B D
SAP Fiori elements Annotations

Discussions
0 / 1000

Question 3

Which of the following UI elements can be part of a standard Analytical List Page application? Note:
There are 3 correct answe rs to this questio n.
A. Visual table
B. Interactive chart
C. Table
D. Form section
E. Visual filter

Answer:

A B E
SAP Fiori elements Annotations

Discussions
0 / 1000

Question 4

What does the following ABAP CDS annotation achieve in an SAP Fiori elements app?
@UI.lineItem: [{position: 10}]
ProductName;
@UI.lineItem: [{position: 30}]
Price;
@UI.lineItem: [{position: 20}]
Status;
A. 3 fields in a form:

ProductName as the first field

Status as the second field

Price as the third field
B. 3 columns:

ProductName as the first column

Status as the second column

Price as the third column

ProductName as the first field

Price as the second field

Status as the third field

ProductName as the first column

Price as the second column

Status as the third column

Answer:

B
SAP Fiori elements Annotations

Discussions
0 / 1000

Question 5

Which of the following are generic actions provided by SAP Fiori elements?
Note: There are 2 correct answe rs to this questio n.
A. Trigger external navigation.
B. Create an item.
C. Approve an item.
D. Delete an item.

Answer:

A B
SAP Fiori elements Annotations

Discussions
0 / 1000

Question 6

The following ABAP CDS annotation is used in an SAP Fiori elements app.
What is the title of the list report table?
@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

Answer:

C
SAP Fiori elements Annotations

Discussions
0 / 1000

Question 7

You want to add a column to the list report table that will display the status of a sales transaction as
OK, Warning, or Error. These values should be colored:

OK: green

Warning: Yellow

Error: Red
The field called UpdatedStatus in the Sales entity has the following values:

'1' in case of errors

'2' in case of warnings

'3' in case everything is OK.
Which of the following ABAP CDS annotation must you add?
A. @UI.lineItem: [{position: 30, criticality: 'Updatedstatus '}]
• Status;
B. @UI.lineItem: [{position: 30}]

@UI.selectionField: [{position: 30}]

Status;

UpdatedStatus;
C. @UI.selectionField: [{position: 30}]
• UpdatedStatus;
D. @QUI.lineItem: [{position: 30, color: 'UpdatedStatus '}]
• Status;

Answer:

A
SAP Fiori elements Annotations

Discussions
0 / 1000

Question 8

You are modeling a new role for your SAP Fiori Launchpad users.
Which of the following steps is an optional configuration step?
A. Create Catalog
B. Create Group and Assign Tile
C. Assign Catalog to Role
D. Create Tiles and Target Mappings

Answer:

B
SAP Fiori elements Annotations

Discussions
0 / 1000

Question 9

Which HTTP request method can you use to create an OData resource?
A. CHANGE
B. PUT
C. UPDATE
D. POST

Answer:

D
SAP Fiori Overview and Launchpad Configuration

Discussions
0 / 1000

Question 10

Which SAP Fiori application can you launch using the search function instead of a tile?
A. Transactional
B. Factsheet
C. Legacy
D. Analytical

Answer:

B
SAP Fiori Overview and Launchpad Configuration

Discussions
0 / 1000

Question 11

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

Answer:

D
SAP Fiori Overview and Launchpad Configuration

Discussions
0 / 1000

Question 12

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

Answer:

A
SAP Fiori Overview and Launchpad Configuration

Discussions
0 / 1000

Question 13

In a 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)

Answer:

D
SAP Fiori Overview and Launchpad Configuration

Discussions
0 / 1000

Question 14

Which of the following tile types can use an OData service to set the title properties?
A. Semi-dynamic
B. Dynamic
C. Static

Answer:

B
SAP Fiori Overview and Launchpad Configuration

Discussions
0 / 1000

Question 15

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

Answer:

D
SAP Fiori Overview and Launchpad Configuration

Discussions
0 / 1000
To page 2