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.
Which methods can you use to bind data to the controls in SAPUI5?
Note: There are 3 correct answers to this question.
Your customer asks you to demonstrate their app with localization changes.
Which activity do you perform?
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;
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 can you use to add a filter field to a list report in an SAP Fiori elements application?
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?
You are modeling a new role for your SAP Fiori Launchpad users.
Which of the following steps is an optional configuration step?
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.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to theActin a QUnit test?
What are some benefits of using SAP Fiori elements?
Note: There are 3 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 can you do to create a worklist SAP Fiori elements application?
Note: There are 3 correct answers to this question.
What are the lifecycle events of an SAPUI5 view controller?
Note: There are 2 correct answers to this question.