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?
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 are the lifecycle events of an SAPUI5 view controller?
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?
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;
Which activities does the OData Model Editor support?
Note: There are 2 correct answers to this question.
To visualize metrics using cards, which SAP Fiori elements template does SAP recommend to 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'}
}
You finalized your SAPUI5 app in the SAP Business Application Studio.
To which of the following platforms can you deploy this app?
Note: There are 2 correct answers to this question.
To which of the following does an SAP Fiori tile point directly?
Which control can you use to create responsive table-free layouts?
You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system.
What do you create to implement a deep insert?
Note: There are 2 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.
In the data in the screenshot, you want to display the List of Companies in the Americas region.
Which binding option do you use for the X, Y, and Z values in the view?
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 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.
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 UI elements can be part of a standard Analytical List Page application?
Note: There are 3 correct answers to this question.