What are the implications of this?
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...
What activities are required to implement a hook method?
You develop an SAPUIS app that can be extended. To allow your customer to customize notifications, you set up a hook method. What activities are required to implement a hook method? Note: There are 3 correct answers to this question.A . Add a code snippet to check if the method...
Which activity do you perform?
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...
Which of the following activities allow you to store your changes in a local Git repository?
Which of the following activities allow you to store your changes in a local Git repository?A . CommitB . SaveC . CloneD . PushView AnswerAnswer: A
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.
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 possibilityB . The Extensibility Pane to choose extension pointsC . An editor to modify the...
What is the required content in the Component.js file for an extension project? Note: There are 2 correct answers to this question.
What is the required content in the Component.js file for an extension project? Note: There are 2 correct answers to this question.A . The link to the parent appB . The controller IDsC . The namespace of the parent appD . The customizing sectionView AnswerAnswer: A, D
What are Smart Controls?
What are Smart Controls?A . Basic SAPUI5 controls recommended for standalone usageB . SAPUI5 controls that can be rendered dynamically according to OData service annotationsC . Application templates for SAPUI5 applications to optimize developmentD . The predecessor of Smart TemplatesView AnswerAnswer: C
Which of the following agile pyramid options do you use?
While testing an SAP Fiori app you discover that a button on the page delivers no response. Which of the following agile pyramid options do you use?A . SinonB . QUnitC . OPAD . Mock serverView AnswerAnswer: C
What activity does the QUnit Stub functionality perform?
What activity does the QUnit Stub functionality perform?A . Supplies parameters for method calls.B . Provides parameters and return values for method calls.C . Retuns values for method callsD . Verifies that expected methods are called correctly.View AnswerAnswer: B
What do you create to implement a deep insert?
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...