最新的SAP Certified Associate - SAP Fiori Application Developer - C-FIORD-2502免費考試真題

問題1
What are the Lifecycle events of an SAPUI5 view controller? Note: There are 2 correct answers to this question.

正確答案: C,D
問題2
To which of the following does an SAP Fiori tile point directly?

正確答案: D
說明:(僅 VCESoft 成員可見)
問題3
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'} }

正確答案: B
說明:(僅 VCESoft 成員可見)
問題4
You develop an SAPUIS app that can be extended. To allow your customer to customize notifications, you set up a hook method. What activities are required to implement a hook method? Note: There are 3 correct answers to this question.

正確答案: A,D,E
問題5
How can you extend an SAP Fiori app?
Note: There are 3 correct answers to this question.

正確答案: A,C,E
問題6
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?

正確答案: C
問題7
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?

正確答案: B