Which SAP Fiori app types require the SAP HANA database? Note: There are 2 correct answers to this question.
A. Transactional
B. Legacy
C. Analytical
D. Factshest
Where are the themes saved for the SAP Fiori launchpad?
A. In the theme repository
B. In the theme data center
C. In the UI theme designer tool
D. In the bootstrap
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
Which methods can you use to bind data to the controls in SAPUI5? Note: There are 3 correct answers to this question.
A. Combination
B. Structure
C. Aggregation
D. Element
E. Property
SAP Fiori Elements utilizes a metadata-driven approach for SAP Fiori app development. What are the implications of this?
A. SAPUI5 Smart Controls must be created by developers to utilize the OData annotations and metadata of SAP Fiori Elements templates.
B. The SAPUI5 runtime interprets metadata and annotations of the OData service and uses the corresponding views for the Fiori app at startup.
C. Smart Templates must be used by the developer to consume OData annotations and metadata so the SAPUI5 runtime can use the corresponding view.
D. App developers must use JavaScript to allow their applications to read OData annotations and metadata
Which model supports deep inserts?
A. OData model
B. JSON model
C. Resource model
D. XML model
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
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.
A. A nested structure for Sales Order and Sales Order Items.
B. A fat structure with Sales Order and Sales Order Items, and then add an expand command.
C. An object structure that defines the hierarchy.
D. An individual structures for both Sales Order and Sales Order Items, and then batch them.
Which file can you use to configure internal navigation for List Report and Object Page templates?
A. index.html file
B. manifest.json file
C. OData annotation file
D. vocabulary.xml file
Which of the following activities allow you to store your changes in a local Git repository?
A. Commit
B. Save
C. Clone
D. Push