You extend an SAP Fiori app. The visibility value of a View Button control needs to be modified. Which extension point do you use?
A. View Modification
B. View Visibility
C. View Extension
D. View Replacement
Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use?
A. EXECUTE_DEEP_INSERT
B. CREATE_BATCH_ENTITY
C. CREATE_STREAM
D. CREATE_DEEP_ENTITY
You need to consume the OData Service from the Gateway to create a new SAP Fiori app in the SAP Web IDE What value do you configure in the WeblDEUsage property for the destination in the SAP HANA Cloud Platform?
A. dev_abap
B. odata_xs
C. odata_gen
D. odata_abap
You develop an SAPUI5 app that updates dat on the SAP back-end system. What activities are required when you implement an XSRF token? Note: There are 2 correct answers to this question.
A. Retrieve the token and send it with each write request
B. Execute the Refresh method for an expired token.
C. Include the token in the HTTP request body of each write request
D. Generate a token on each read and write request
You finalized your SAPUI5 app development in the SAP Web IDE. What are the platforms available for deployment? Note: There are 2 correct answers to this question.
A. Deploy to SAP Fiori launchpad
B. Deploy to SAP Cloud Platform
C. Deploy to SAPUI5 Java Repository
D. Deploy to SAPUI5 ABAP Repository
Your customer asks you to demonstrate their app with localization changes. Which activity do you perform?
A. Configure the supported Languages settings in the Project.json file.
B. Show the il8n properties file translations.
C. Use the preview frame in the run configuration.
D. Configure the run configuration file in the app.
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
What is the correct HTTP request method that is required to modify an ODATA resource?
A. CHANGE
B. PUT
C. POST
D. UPDATE
Your customer asks you to add text for a new language to an app. Which file do you send to the translator?
A. 18n.properties
B. Master.view.xml
C. Manifest.json
D. Component.js
Which of the following are features of the SAPUI5 SDK? Note: There are 2 correct answers to this question.
A. Is a subset of OpenUI5
B. Allows the usage of the jQuery library
C. Keyboard interaction support and accessibility features
D. Provides an interface to Web Dynpro