Which SAP Fiori application can you launch using the search function instead of a tile?
To visualize metrics using cards, which SAP Fiori elements template does SAP recommend to use?
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?
What are some characteristics of fragments?
Note: There are 2 correct answers to this question.
A business user is unable to find an application on the SAP Fiori Launchpad or on the App Finder.
Which of the following options could explain why the tile is unavailable?
Note: There are 3 correct answers to this question.
Your customer extends an SAP Fiori app with View Replacement.
Which activities do you perform?
Note: There are 2 correct answers to this question.
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: RedThe field UpdatedStatus has the following values:
'1' = Error
'2' = Warning
'3' = OKWhich of the following ABAP CDS annotation must you add?
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?
Which of the following content types can be displayed within a table cell in SAP Fiori elements applications?
Note: There are 3 correct answers to this question.
Which of the following tile types can use an OData service to set the title properties?
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?
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;
Which of the following are features of the SAPUI5 SDK?
Note: There are 2 correct answers to this question.