Your customer asks you to demonstrate their app with localization changes.
Which activity do you perform?
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.
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.
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.
You need to securely connect the SAP BTP to an on-premise system.
How does the SAP Cloud Connector help do this?
Note: There are 2 correct answers to this question.
What can you do to create a worklist SAP Fiori elements application?
Note: There are 3 correct answers to this question.
Which methods can you use to bind data to the controls in SAPUI5?
Note: There are 3 correct answers to this question.
What are some characteristics of fragments?
Note: There are 2 correct answers to this question.
In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application?
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'}
}
Which of the following activities allows you to send commits from your local branch in your Git repository to the remote repository?
Which of the following are generic actions provided by SAP Fiori elements?
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?