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?
A. ODataModel
B. ResourceModel
C. JSONModel
D. XMLModel
You are developing SAP Fiori Elements applications
Which of the following actions are available in SAP Web IDE?
Note: There are 2 correct answers to this question.
A. Create an annotation file associated with the OData service and add annotations
B. Add catalog to user menu in a PFCG role and grant the role to user
C. Create a catalog, target mapping, and tiles
D. Choose the OData service as data provider for the project
In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?
A. SAP Back-End Server (BES)
B. SAP Front-End Server (FES)
C. SAP HANA XS Engine
D. SAP Web Dispatcher
You need to configure an SAP Destination service to enable SAP Business Application Studio to extend an existing SAP Fiori app. Which configuration setting for the WeblDE Usage property is required?
A. extend_abap
B. odata_abap
C. ui5_execute_abap
D. dev_abap
Which tile types can you use to display real-time data values that are read from an OData service? Note: There are 2 correct answers to this question.
A. App Launcher -- Dynamic tile
B. App Launcher -- Static tile
C. News tile
D. KPI-based tile
Which HTTP request methods does the SAP Gateway server use to compute and return a new eTag in a response header? Note: There are 2 correct answers to this question.
A. POST
B. DELETE
C. PUT
D. get
Which information is included in the SAPUI5 app's manifest.json file? Note: There are 3 correct answers to this question.
A. SAPUI5 dependencies
B. Client side data-models
C. Referenced data sources
D. Localization keys
E. App ID, Name, and Version
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.
A. The user does not have the proper PFCG role assigned to see the application or tile
B. The catalogs assigned to the user do not contain the relevant application or tile.
C. The end user is missing the required group containing the tile
D. The target mapping for the tile is missing in the catalog
E. The OData service authorization is missing
Which of the following activities allow you to store your changes in a local Git repository?
A. Commit
B. Save
C. Clone
D. Push
How can you extend an SAP Fiori app?
Note: There are 3 correct answers to this question.
A. Modify the runtime libraries that are to be loaded
B. Modify the properties of the view control
C. Modify the data model to merge data at runtime.
D. Enable merging of the standard and the custom controller at runtime.
E. Add custom view content in a predefined extension point.