To visualize metrics using cards, which SAP Fiori elements template does SAP recommend to use?
Which of the following are features of the SAPUI5 SDK?
Note: There are 2 correct answers to this question.
In an SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?
What does the following ABAP CDS annotation achieve in an SAP Fiori elements app?
abap
Copy
@UI.lineItem: [{position: 10}]
ProductName;
@UI.lineItem: [{position: 30}]
Price;
@UI.lineItem: [{position: 20}]
Status;
You are extending an SAP Fiori app.
Which of the extension properties are defined in the manifest.json?
Note: There are 2 correct answers to this question.
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.
What are some examples of extension points?
Note: There are 3 correct answers to this question.
You need the backend server to sort and filter the data used in your customer's app.
Which SAPUI5-supported data model must you use?
The following ABAP CDS annotation is used in an SAP Fiori elements app.
What is the title of the list report table?
abap
Copy
@UI.headerInfo: {
typeNamePlural:'Sales Orders',
typeName: 'Sales Order',
title: { type: #STANDARD, value: 'sales order Number'},
description: {type: #STANDARD, value: 'Sales Order Owner'}
}
Your customer requires an app to display flight information on a mobile device as detailed in the following screenshot for details.
Which options can you use to display the same data in a readable format on a mobile device?
Note: There are 2 correct answers to this question.
While testing an SAP Fiori app you discover that the navigation on the page does not work correctly.
Which of the following agile pyramid options do you use?
In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application?
Your customer extends an SAP Fiori app with View Replacement.
Which activities do you perform?
Note: There are 2 correct answers to this question.