You want to create a business catalog for all employees that contains a standard SAP Fiori app. How would you do this?
A. Reference the tile from Odata metadata
B. Reference the tile from a Technical Catalog provided by SAP
C. Reference the tile from a SAP Business Group
D. Reference the tile from a SAP Business Catalog
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
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 features of the SAP Business Application Studio help you extend a standard SAP Fiori app? Note: There are 2 correct answers to this question.
A. A wizard to generate the files for each extension possibility
B. The Extensibility Pane to choose extension points
C. An editor to modify the data model in the extended project
D. The Descriptor Editor to choose elements for extension
You are developing a complex screen and you use fragments. What features of fragments are useful here? Note: There are 2 correct answers to this question.
A. Fragments are light-weight UI parts that can be reused.
B. Fragments can be a stand-alone view
C. Fragments can be found by the SAPUI5 runtime libraries.
D. Fragments have their own controller.
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
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? Note: There are 3 correct answers to this question.
A. Create a resource file for each language
B. Create a resource file with a .props extension.
C. Create a resource file containing key/value pairs.
D. Encode the special characters in HTML in the resources file E. Create a view file and a controller file for each language.
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 application types can you develop and deploy on the SAP Cloud platform Neo environment?
Note: There are 3 correct answers to this question.
A. Objective-C apps
B. NET apps
C. Java apps
D. HTMLS apps
E. HANA XS apps
What are the Lifecycle events of an SAPUI5 view controller? Note: There are 2 correct answers to this question.
A. onExit
B. beforeEntry
C. aterExecution
D. onBeforeRendering