Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONSAP Fiori Practice Exam

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
SAP Fiori Practice Exam

Description:
Practice Questions

Author:
AVATAR

Creation Date:
02/12/2020

Category:
Others

Number of questions: 73
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Which UI5 Theme is replacing SAP Blue Crystal as the base Fiori theme? SAP High Contrast Black SAP Corbu SAP Belize SAP Tradeshow.
What are the advantages of Sinon.JS framework? (2 correct answers) It provides support for Spies, stubs and mocks It supplies higher level test doubles for timers and AJAX requests It enables test-driven environment It can be used with any Javascript unit test framework.
Which properties are part of the design phase when you develop SAP Fiori apps? Ideation, Prototyping and Validation Scoping, 360 degree research and Synthesis Developing, Testing and Deploying Requirement Gathering, Research and Documentation.
To generate SAPUI5 Coding based on prototypes, which tool do you use? SAP Web-IDE UI Theme Designer SPLASH SAP Build.
Your customer requires an app to display flight information on a mobile device. Please see the screenshot for details. Which options can you use to display the same data in a readable format on a mobile device? (2 correct answers) <Column demandPopin=”true” maxScreenWidth=”phone” popInDisplay=”true”> <Column demandPopin=”true” minScreenWidth=”tablet” popInDisplay=”true”> <Column demandPopin=”true” maxScreenWidth=”phone”> <Column demandPopin=”true” minScreenWidth=”tablet”> .
What does coherence refer to in the SAP Fiori design principles? (2 correct answers) A consistent interaction and visual design language The same intuitive experience across the whole enterprise A description of the technological foundation The way in which the data is handled internally.
You need to strengthen the connection security between the Web-IDE and the Hybrid App Toolkit Connector. Which of the ff. activities do you perform? Run the connector with administration rights Replace the default API key Change the default port number Install an X.509 Certificate.
You need to maintain the mapping between an app URL and a destination in the SAPUI5 app, Which file do you maintain? neo-app.json project.json user-project.json path.json.
What can your customer use a custom SAP Fiori client for? (3 correct answers) To build the SAP Fiori Client with a customized communication protocol To wrap the application with SAP Mobile Secure To apply custom branding To create a non-cordova hybrid application containers To add additional plugins to the application .
Where are the themes saved for the SAP Fiori Launchpad? In the theme data center In the UI theme designer tool In the bootstrap In the theme repository .
Your customer asks you to add text for a new language to an app. Which file do you provide to the translator? Master.view.xml i18n.properties Component.js Manifest.json.
Which application types can you develop and deploy on the SAP HANA Cloud platform? (3 correct answers) Objective-C Apps HANA XS Apps HTML Apps Java Apps ABAP Apps.
Which methods can you use to bind data to the controls in SAPUI5? (3 correct answers) Combination Aggregation Property Structure Element.
Your customer requires that the SAPUI5 design of all apps reference a specific and consistent look and feel. What do you create? (3 correct answers) Create a model using the Web IDE implementing the specific look and feel and reference this model in the bootstrap of all apps Create a global JavaScript file using the Web IDE implementing the specific look and feel and reference this file in the bootstrap of all apps Create a CSS File using SAP Web IDE implementing the specific look and feel and reference this ESS in the bootstrap of all apps Create a theme using the Theme Designer implementing the specific look and feel and reference this theme in the bootstrap of all apps Create a module using the Web IDE implementing the specific look and feel and reference this module in the bootstrap of all apps.
Which model type in SAPUI5 does NOT support one-way and two-way binding from model to view? OData model JSON model Resource model XML model.
In which attribute do you specify the themes for an SAP Fiori App? sap-ui-theme of a <title> tag data-sap-ui-theme of the <head> tag sap-ui-theme of <body> tag data-sap-ui-theme of <script> tag.
You develop a SAPUI5 app that can be extended. To allow your customer notifications, you set up a hook method. What activities are required to implement a hook method? (3 correct answers) Identify a strategic location in the controller for the customized code Modify the bootstrap option to allow multi-layer extensions of the custom code Create a JS file in the util folder to allow the customer to add custom code Define a new function name ensuring it is reserved for the extension Add a code snippet to check if the method exists and execute it .
What do you configure to import the BUILD prototype in the SAP Web IDE for development? The API key in the SAP Web IDE plugin The connection in the SAP HANA Cloud Integration The connection in the SAP HANA Cloud Connector The destination in the SAP HANA Cloud Platform.
You need to explain the core functions of OPA5 for testing SAPUI5 Apps, Which test options are offered by OPA5? (2 correct answers) Load tests User interaction tests Navigation tests Development tests.
How do you integrate SAPUI5 in a Kapsel/Hybrid app? Add the SAPUI5 bootstrap code into index.html Create a new Kapsel plugin using SAPUI5 Configure the SAPUI5 resources in the config.xml file of the Hybrid app Add the sap-mobile-hybrid.js file to the Hybrid app.
What is the purpose of the SAP HANA Cloud Connector? It connects the services of the SAP HANA Cloud Platform and on-premise system in the customers network It allows the SAP Web IDE to connect to the on-premise systems Cordova development environment It connects the services of the SAP HANA Cloud Platform and SAP Web IDE It lists the search components and corresponding search models needed for the app.
When do you select the custom plugins to build and package a hybrid app using the SAP HAT? When creating a new project using the hybrid mobile enablement feature While configuring the app properties on the hybrid app configuration tab of the Web IDE Plugin During the Build the Hybrid companion app step of installing the SAP HAT During the Configure Path for Custom Plugins step of installing the SAP HAT.
Which of the following components are part of the SAP Web-IDE, hybrid app toolkit add-on? Hybrid App Project Templates, Device Configuration, Hybrid App Toolkit Connector Hybrid Companion App, Config.json, Package.json, SAP Web-IDE Plugin Kapsel Plugins, SAP Web-IDE Plugin, Hybrid App Toolkit Connector SAP Web-IDE Plugins, Hybrid Companion App, Hybrid App Toolkit Connector .
Which security features does the SAP Fiori provide to restrict the access to native device capabilities? (2 correct answers) Restricted device functionality using a client policy Privacy screen No Bridge for non-fiori content Encrypted storage of data on the device.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnittest? this.calculator.press(“1”) QUnit.test QUnit.module teardown : function() {}.
For which operations will the SAP Gateway server compute and return a new ETag in the response header? (2 correct answers) PUT POST DELETE GET.
What activity does the QUnit Stub functionality perform? Provides parameters and return values for method calls Supplies parameters for method calls Verifies that expected methods are called correctly Returns values for method calls.
You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (3 correct answers) SAPUI5 Java Repository Register to SAP Fiori Launchpad Deploy to SAP Fiori Launchpad SAPUI5 ABAP Repository SAP Cloud Platform .
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Analytical Factsheet Transactional Legacy.
In a typical SAP Fiori landscape, which server instance stores the SAP Fiori SAPUI5 application code for a transactional app? SAP Web Dispatcher SAP Front End Server (FES) SAP HANAXS Engine SAP Back End Server.
Your customer requests a special create method to enable the creation of the full OData hierarchy. Which oData service method can you use? EXECUTE_DEEP_INSERT CREATE_BATCH_ENTITY CREATE_STREAM CREATE_DEEP_ENTITY .
Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting? Assistmsg.json appConfig.js Package.json Config.json .
Which element in the SAPUI5 architecture holds the data in JSON or XML? Model View Component Controller.
In the GIT source code management system, what is executed initially to create the local Git repository in SAP Web IDE? Fetch Push Clone Pull.
Which of the following sequences is the correct sequence for the Problem Space phase in Design Thinking workshop? Scoping, 360’ Research, Ideation 360’ Research, Scoping, Synthesis Scoping, Synthesis, Ideation Scoping, 360’ Research, Synthesis .
In the design thinking phase of your customer project, one design is accepted as viable. What other attributes need to be valid for this design to be considered? (2 correct answers) Desirable Achievable Usable Feasible.
Which of the following activities allow you to store your changes in a local Git Repository? Commit Save Clone Push.
Which activities does the OData Model support? (3 correct answers) Deploy ODataModels Test ODataModels Edit ODataModels Define ODataModels Create ODataModels .
You need to configure a SAP Web IDE destination to extend an existing SAP Fiori app. Which configuration setting for the WebIDEUsage property is required? odata_fiori extend_fiori dev_abap ui5_execute_abap.
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 WebIDEUsage property by the destination in the SAP? odata_abap odata_gen odata_xs dev_abap.
To perform a QUnit test, what do you include in a test page under your webapp folder? SAPUI5 bootstrap code Mock code Stub code OPA function.
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? Assert.strictEqual(0,-0,”true”); Assert.strictEqual(0,””,”true”); Assert.strictEqual(0,null,”true”); Assert.strictEqual(0,”0”,”true”);.
Which of the following pattern sequences are the QUnit tests based on? Arrange, Act and Assert Given, When and Then Assert, Act and Arrange Given, Then and When.
You need the server to sort and filter the data used in your customers app. Which SAPUI5-supported data mode must you use? Resource Model JSON Model XML Model OData Model .
Your customer needs to securely connect the SAP HANA Cloud Connector to the Web IDE of an on-premise system. How does the SAP HANA cloud connector help do this? (2 correct answers) It supports custom destination API configuration and certificate inspection It creates connectivity by a reverse-invoke process on the on-premise system It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system It initiates a cloud-based reverse-invoke process.
Your customer wants to extend a SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? (2 correct answers) If the extension code exists and is NOT referenced in the original view If the original code required to run the application is overwritten If the extension code exists in the extended app but the controller name is changed by an app update If the extension code accesses parts of the original application that were removed .
Which technologies are used to create Hybrid apps and SAPUI5 apps? XML, JSON and CSS HTML, JSON and CSS3 HTML5, Javascript and CSS XML, Javascript and CSS3.
What happens if you execute an app that contains the ff. bootstrap file? (<script src=”resources/sap.ui.core.js” id=”sap-ui-bootstrap” data-sap-ui-libs=”sap.m” data-sap-ui-xx-bindingSyntax=”complex” data-sap-ui-resourceroots=’{sales.reporting”:”/”}’) The bootstrap will load and the application will run successfully but without a theme The bootstrap will NOT load and the application will produce an error message that the theme is missing The bootstrap will load and the SAP default theme will be used The bootstrap will load and the customer-defined default theme will be used.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the ff. activities do you perform? (3 correct answers) HTML-enable the special characters in the resources file Create a resource file containing key/value pairs Create a resource file for each language Create a view file and a controller file for each language Create a resources file with a .props extension.
You need to implement a SAP Fiori transactional app for your customer. What benefits are available in the completed app? (2 correct answers) It allows access to the back end to edit document details It allows UI changes without development privileges in the back end It allows fast iterations for the UI apps It allows drill-down details to be presented in the UI.
What result do you expect from the de-composition and re-composition phases? (3 correct answers) A responsive de-composed design The prevention of irrelevant data being shown to the user A purpose-built app to support personas The break-down of a large transaction An adaptive and coherent app.
You develop an SAPUI5 app that updates data on the SAP back-end system, What activities are required when you implement an XSRF token? (2 correct answers) Retrieve the token and send it with each service request Include the token in the HTTP request body of each write request Execute the Refresh method for an expired token Generate a token on each read and write request.
Which tile types can you use to display real-time data values read from an OData service? (2 correct answers) App Launcher – Static Tile KPI based tile News tile App Launcher – Dynamic Tile .
Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT Add-on? (2 correct answers) To use X.509 client certificates To integrate device API’s To use offline OData To enable multiple SAPUI5 apps.
You are extending a SAP Fiori app. Which of the extension properties are defined in the manifest.json? (2 correct answers) sap.ui.modelModifications sap.ui.controllerExtensions sap.ui.i18nModifications sap.ui.viewModifications .
You develop an SAPUI5 App and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? (2 correct answers) confirm onInit listFilter reset.
Your customer asks you to demonstrate their app with localization changes. Which activity do you perform? Enable the preview frame in the run configuration Show the i18n properties file translations Configure the run configuration file in the app Configure the supported languages settings in the project.json file.
What is the required content of the Components file of an extension project? (2 correct answers) The controller IDs The link to the parent app The namespace of the parent app The customizing section .
How can you extend a SAP Fiori App? (3 correct answers) Add customer view content in a predefined extension point Modify the properties of the view control Modify the data model to merge data at runtime Modify the runtime libraries that are to be loaded Enable merging of the standard and the custom controller at runtime.
Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select? Three-way One-way Two-way One-time.
Which tool do you use to deploy SAP Fiori app deployments? Object Navigator SAP Web-IDE Eclipse Process Modeler.
Which file is referred to as the App Descriptor and what is the function? Neo.json – capture data from objects Config.json – configure ports and turn on plugins Configure.xml – configure web apps and turn on plugins Manifest.json – instantiate the model .
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? (2 correct answers) Create a flat structure.. add an expand command Create individual structure.. then batch them Create an object structure that defines the hierarchy Create a nested structure for Sales order and sales order items .
What is a prerequisite for configuring the SAP Fiori HAT Connector? Create a SAP HANA Cloud Platform Web IDE account Create a local Cordova project Set the path for custom plug-ins Generate a service certificate.
What are the limitations of OPA5 test? (2 correct answers) End-to-End tests are NOT recommended Testing across more than one page is NOT possible It never causes a test to fall The developer needs to create the test during development.
Which features of the SAP Web IDE help you extend a standard SAP Fiori app? (2 correct answers) A wizard to generate the files for each extension possibility The Extensibility Pane to extend the control An editor to modify the data model in the extended project The Descriptor editor to choose elements for extension.
When SAP Web IDE deploys a SAPUI5 app to the ABAP Server, which type of app is it deployed as? OpenUI5 ABAP BSP HTML5.
While testing a SAP Fiori app you discover that a button on the page delivers no response. Which of the ff. agile pyramid options do you use? Sinon QUnit OPA Mock server.
For which app type in SAP Fiori do you install the KPI framework? Factsheet app Legacy app Transactional app Analytical app .
You need to bind data from a model to a SAPUI5 view control, Which of the ff. models are valid? (3 correct answers) Two-way binding Three-way binding One-way binding One-time binding Resource-model binding.
What is an Aggregation? (2 correct answers) A relationship between two controls Is not a parent/child relationship Is a parent/child relationship A relationship between the text field and its label.
Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme? SAP Tradeshow SAP Corbu SAP High Contrast Black SAP Belize.
To generate SAPUI5 Coding based on prototypes, which tool do you use? SAP Web-IDE UI Theme Designer SPLASH SAP Build.
Report abuse Consent Terms of use