Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONFiori

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Fiori

Description:
Fiori Qyestions

Author:
AVATAR

Creation Date:
22/08/2020

Category:
Personality

Number of questions: 104
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
AlexSAP ( uploaded 3 years )
Hi, for which certification this questions are valid?
Answer
Content:
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? There are 2 correct answ It initiates a cloud-based reverse-invoke process It creates connectivity by a reverse-invoke process on the on-premise system It supports custom destination API configuration and certificate inspection It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system.
What are the Lifecycle events of an SAPUI5 view controller? There are 2 correct answers to this question onBeforeRendering onEntry onExit onExecution.
To perform a QUnit test, what do you include in a test page under your webapp folder? Stub code Mock code SAPUI5 bootstrap code OPA function.
What is the required content of the Component.js file of an extension project? There are 2 correct answers to this question The customizing section The controller IDs The link to the parent app The namespace of the parent app.
Which tool do you use to deploy SAP Fiori app developments? Object Navigator Eclipse (SAP NetWeaver Developer Studio) Process Modeler SAP WEB IDE.
What are the limitations of OPA5 test? There are 2 correct answers to this question End-to-End tests are NOT recommended The developer needs to create the test during development It never causes a test to fail Testing across more than one page is NOT possible.
How do you integrate SAPUI5 in a Kapsel/Hybrid app Configure the SAPUI5 resources in the config.xml file of the Hybrid app Add the SAPUI5 bootstrap code into index.htm Create a new Kapsel plugin using SAPUI5 Add the sap-mobile-hybrid.js file to the Hybrid app.
What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client? Allow a client policy that can be defined on the mobility platform Enable secure and seamless handling of attachments Provide a reusable component for storing sensitive information on the device Prevent the access to all nonessential plugins.
Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select? One-time One-way Two-way Three-way.
You need to strengthen the connection security between the Web IDE and the Hybrid App Toolkit Connector. Which of the following activities do you perform? Run the connector with administrator rights Replace the default API key Change the default port number Install an X.509 certificate.
You develop an SAP Fiori sales app to display sales order information from the backend system. Which of the following model types do you use? OData model JSON model XML model Resource model.
What activity does the QUnit Stub functionality perform? Verifies that expected methods are called correctly Returns values for method calls Provides parameters and return values for method call Supplies parameter for method calls.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test? QUnit.module QUnit.test teardown : function() {} his.calculator.press(“1”).
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Analytical Transactional Factsheet Legacy.
For which app type in SAP Fiori do you install the KPI framework? Factsheet app Analytical app Transactional app Legacy app.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? App Update Logon Manager Network Connection Dialog Notification.
Which security features does the SAP Fiori provide to restrict the access to native device capabilities? There are 2 correct answers to this question Restricted device functionality using a client policy Privacy screen Encrypted storage of data on the device Bridge for non-Fiori content.
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 Plugin, Hybrid Companion App, Hybrid App Toolkit Connector.
Which of the following activities allow you to store your changes in a local Git repository? Clone Save Push Commit.
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”);.
Your customer requires that the SAPUI5 design of all apps reference a specific and consistent look and feel. What do you create? There are 3 correct answers to this question. 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 model using the Web IDE implementing the specific look and feel and reference this model 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 Create a css file using the Web IDE implementing the specific look and feel and reference this css 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.
Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme? SAP Corbu SAP Belize SAP High Contrast Black SAP Tradeshow.
Which activities does the OData Model Editor support? There are 3 correct answers to this question Test ODataModels Deploy ODataModels Edit ODataModels Define Odata models.
Which SAP Fiori app types require the SAP HANA database? There are 2 correct answers to this question Transactional Legacy Analytical Factsheet.
Which element in the SAPUI5 architecture holds the data in JSON or XML? Controller Model Component View.
What result do you expect from the de-composition and re-composition phases? There are 3 correct answers to this question The break-down of a large transaction A responsive de-composed design The prevention of irrelevant data being shown to the user A purpose-built app to support personas An adaptive and coherent app.
Which application types can you develop and deploy on the SAP HANA Cloud platform? There are 3 correct answers to this question HANA XS apps ABAP Apps Objective-C apps HTML apps JAVA Apps.
What can your customer use a custom SAP Fiori client for? There are 3 correct answers to this question To wrap the application with SAP Mobile Secure To build the SAP Fiori Client with a customized communication protocol To apply custom branding To add additional plugins to the application To create non-Cordova hybrid application containers.
You develop an 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? There are 3 correct answers to this question 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 Create a .js file in the Util folder to allow the customer to add custom code Identify a strategic location in the controller for the customized code Modify the bootstrap option to allow multi-layer extensions of the custom code.
You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? There are 3 correct answers to this question Resource-model binding Three-way binding One-time binding two-way binding one-way binding.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? There are 3 correct answers to this question Create a resource file containing key/value pairs Create a resource file with a .props extension Create a resource file for each language Create a view file and a controller file for each language HTML -enable the special characters in the resource file.
Where are the themes saved for the SAP Fiori launchpad? In the bootstrap In the theme data center In the UI theme designer tool In the theme repository.
In the data in the screenshot, you need to display the List of Companies in the Americas region. Which binding option do you use for the values X, Y, and Z in the view? X: /region/0/companies Y: companies/0/name Z: companies/0/city X: /region/companies Y: name Z: city X: /region/companies Y: companies/name Z: companies/city X: /region/0/companies Y: name Z: city.
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 Back-End Server (BES) SAP HANA XS Engine.
What are the basic guidelines of the Extension Point concept of SAPUI5? There are 2 correct answers to this question The custom app remains modification free The custom app is located in a separate project The parent app contains all modifications The custom app and the parent app contain a component.js file.
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? There are 2 correct answers to this question column: <Column demandPopin=”true” maxScreenWidth=”mobile” popinDisplay=”Inline”> column<Column:demandPopin=”true” maxScreenWidth=”mobile”> column: <Column demandPopin=”true” minScreenWidth=”tablet” popinDisplay=”Inline”> column : <Column demandPopin=”true” minScreenWidth=”tablet”>.
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? There are 2 correct answers to this question. Create individual structures for both Sales Order and Sales Order Items, and then batch them Create an object structure that defines the hierarchy Create a flat structure with Sales Order and Sales Order Items, and then add an expand command Create a nested structure for Sales Order and Sales Order Items.
In which attribute do you specify the themes for an SAP Fiori app?. data-sap-ui-theme of the <head> tag sap-ui-theme of <body> tag sap-ui-theme of a <title> tag data-sap-ui-theme of <script> tag.
You need to implement an SAP Fiori transactional app for your customer. What benefits are available in the completed app? There are 2 correct answers to this question It allows drill-down details to be presented in the UI 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.
Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting? Config.json Assistmsg.json appConfig.js Package.json.
What is an Aggregation? There are 2 correct answers to this question. A relationship between two controls Is not a parent/ child relationship A relationship between the text field and its label Is a parent child relationship.
Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? There are 2 correct answers to this question. If the extension code accesses parts of the original application that were removed If the original code required to run the application is overwritten If the extension code exists and is NOT referenced in the original view If the extension code exists in the extended app but the controller name is changed by an app update.
Which information is included in the SAPUI5 app’s manifest.json file? There are 3 correct answers to this question Client side data-models Localization keys Referenced data sources App ID, Name and Version SAPUI5 dependencies.
Which features of the SAP Web IDE help you extend a standard SAP Fiori app? There are 2 correct answers to this question The Extensibility Pane to extend the control An editor to modify the data model in the extended project A wizard to generate the files for each extension possibility The Descriptor Editor to choose elements for extension.
Your customer asks you to demonstrate their app with localization changes. Which activity do you perform? Configure the run configuration file in the app Enable the preview frame in the run configuration Configure the Supported Languages settings in the Project.json file Show the i18n.properties file translations.
You develop an SAPUI5 app that updates data on the SAP back-end system. What activities are required when you implement an XSRF token? There are 2 correct answers to this question Generate a token on each read and write request Include the token in the HTTP request body of each write request Execute the Refresh method for an expired token Retrieve the token and send it with each service request.
In the code on the screenshot, what is the absolute path of the property to retrieve the City value for the company Acme Inc? /regions/companies/1/city /regions/companies/0/city /regions/1/companies/1/city /regions/0/companies/0/city.
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? There are 2 correct answers to this question Achievable Usable Feasible Desirable.
Your customer asks you for the advantages of the Model View Controller (MVC) design pattern. Which of the following answers do you provide? There are 2 correct answers to this question MVC is easy to implement for the project team members and supports quick coding MVC artifacts can be transported and debugged separately The project team members that have extensive UI skills can concentrate in that area The data that the models work with can be reused by several different applications.
Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? There are 2 correct answers to this question Create an SAPUI5 control that replaces the original control Identify a specific SAPUI5 control to be replaced Verify that adding custom content in the Extension Points will NOT suffice Create an SAPUI5 view that replaces the complete view.
What happens when you use the SAP Web IDE console during a deployment? There are 2 correct answers to this question You can view error messages when a deployment is successful You can view error messages when a deployment is NOT successful You can debug the error messages in the console You can archive the success messages in the console.
What is the purpose of the SAP HANA Cloud connector? It lists the search components and corresponding search models needed for the app It allows the SAP Web IDE to connect to the on-premise system’s Cordova development environment It connects the services of the SAP HANA Cloud Platform and SAP Web IDE It connects the services of the SAP HANA Cloud Platform and on-premise system in the customer’s network.
For which operations will the SAP Gateway server compute and return a new ETag in a response header? There are 2 correct answers to this question PUT GET POST DELETE.
In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE? Fetch Clone Pull Push.
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 for the destination in the SAP HANA Cloud Platform? odata_gen odata_xs odata_abap dev_abap.
You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain? user-project.json neo-app.json project.json path.json.
Which deplo yment options do you have for SAP Fiori UIs and OData Services regarding the software components? There are 2 correct answers to this question One deployment package on the same system as the business system Two different deployment packages on the same system as the business system One deployment package on a different system from the business system Two different deployment packages on a different from the business packages.
You extend an SAP Fiori app. The visibility value of a View Button control needs to be modified. Which extension point do you use? View Visibility View Replacement View Extension View Modification.
You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5? There are 2 correct answers to this question. Navigation tests User interaction tests Development tests Load tests.
To generate SAPUI5 coding that is based on prototypes, which tool do you use? UI Theme Designer SAP WEB IDE SPLASH SAP BUILD.
Which elements are part of the UX? There are 2 correct answers to this question User emotion User effectiveness User interaction User response.
Your customer asks you to add text for a new language to an app. Which file do you provide to the translator? Components.js i18n.properties Master.view.xml Manifest.json.
You need the server to sort and filter the data used in your customer’s app. Which SAPUI5-supported data model must you use? ODataModel JSONModel XMLModel ResourceModel.
You are extending an SAP Fiori app. Which of the extension properties are defined in the manifest.json? There are 2 correct answers to this question sap.ui.i18nModifications sap.ui.modelModifications sap.ui.controllerExtensions sap.ui.viewModifications.
Why do you explore the Problem Space in detail during a Design Thinking workshop? To create desirable solutions To validate solution ideas To save costs in the evaluation phase To understand user needs.
Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT add-on? There are 2 correct answers to this question To use offline OData To use X.509 client certificates To enable multiple SAPUI5 apps To integrate device APIs.
Which tile types can you use to display real-time data values read from an OData service? There are 2 correct answers to this question App Launcher – Dynamic tile News tile KPI based tile App Launcher – Static tile.
Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? There are 2 correct answers to this question. If the extension code exists and is NOT referenced in the original view If the extension code accesses parts of the original application that were removed If the extension code exists in the extended app but the controller name is changed by an app update. If the original code required to run the application is overwritten.
Why does SAP Fiori use an intent-based navigation? Apps targets can be deployed separately The concrete app targets can be deployed separately App implementation make the app deployment easier Apps can be developed and deployed in parallel.
Which security features does the SAP Fiori provide to restrict the access to native device capabilities? There are 2 correct answers to this question Restricted device functionality using a client policy Privacy screen Bridge for non-Fiori content Encrypted storage of data on the device.
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? extend_fiori odata_fiori dev_abap ui5_execute_abap.
Which element in the SAPUI5 architecture holds the data in JSON or XML? Controller model View Component.
Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme? SAP High Contrast Black SAP TradeShow SAP Corbu SAP Belize.
In a typical SAP Fiori landscape, which server instance stores the SAP Fiori SAPUI5 application code for a transactional app? SAP Back-End Server (BES) SAP Front-End Server (FES) SAP HANA XS Engine SAP Web Dispatcher.
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Factsheet Analytical Legacy Transactional.
You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain? user-project.json project.json neo-app.json path.json.
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 data-sap-ui-theme of <script> tag sap-ui-theme of <body> tag.
Your customer asks you for the advantages of the Model View Controller (MVC) design pattern. Which of the following answers do you provide? There are 2 correct answers to this question The data that the models work with can be reused by several different applications MVC artifacts can be transported and debugged separately The project team members that have extensive UI skills can concentrate in that area MVC is easy to implement for the project team members and supports quick coding.
Which elements are part of the UX? There are 2 correct answers to this question User interaction User Emotion User effectiveness User Response.
What are the advantages of the Sinon.JS framework? There are 2 correct answers to this question It can be used with any JavaScript unit test framework It provides support for Spies, stubs and mocks It enables test-driven development It supplies higher level test doubles for timers and AJAX requests.
What happens if you execute an app that contains the following bootstrap file? <script src=”resources/sap-ui-core.js” id=”sap-ui-bootsrap” data-sap-ui-libs=”sap.m” data-sap-ui-xx-bindingSyntax=”complex” data-sap-ui-resourceroots=’{“sales.reporting”:”/”}’ The bootstrap will load and the SAP default theme will be used The bootstrap will NOT load and the application will produce an error message that the theme is missing The bootstrap will load and the customer-defined default theme will be used The bootstrap will load and the application will run successfully but without a theme.
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? Assert.strictEqual(0,null,”true”); Assert.strictEqual(0,-0,”true”); Assert.strictEqual(0,”0”,”true”); Assert.strictEqual(0,””,”true”);.
What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client? Allow a client policy that can be defined on the mobility platform Provide a reusable component for storing sensitive information on the device Prevent the access to all nonessential plugins Enable secure and seamless handling of attachments.
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? There are 2 correct answers to this question column<Column:demandPopin=”true” maxScreenWidth=”mobile”> column : <Column demandPopin=”true” minScreenWidth=”tablet”> column: <Column demandPopin=”true” minScreenWidth=”tablet” popinDisplay=”Inline”> column: <Column demandPopin=”true” maxScreenWidth=”mobile” popinDisplay=”Inline”>.
What are the basic guidelines of the Extension Point concept of SAPUI5? There are 2 correct answers to this question The parent app contains all modifications The custom app and the parent app contain a component.js file The custom app is located in a separate project The custom app remains modification free.
Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select? Three-way Two-Way One-time One-way.
In the source code below, which of the following locations must reference the extension point? <code:View xmlns:core=”sap.ui.core” xmlns:mvc=”sap.ui.core.mvc” xmlns=”sap.m” controllerName=”appextension.EmployeeData” xmlns:html=http://www.w3.org/1999/xhtml> <Page title=”Title”> <content> <Label text = “First name:”/> <Input/> <core:ExtensionPoint name=”forMiddleName:”/> <<Label text = “Last name:”/> <Input/> <Button text=”Get Info” press=”doGetInfo”/> </content> </Page> </core:View> Component.js Neo-app.json EmployeeDate.controller.js EmployeeData.view.xml.
In the data in the screenshot, you need to display the List of Companies in the Americas region. Which binding option do you use for the values X, Y, and Z in the view? X: /region/0/companies Y: name Z: city X: /region/companies Y: name Z: city X: /region/0/companies Y: companies/0/name Z: companies/0/city X: /region/companies Y: companies/name Z: companies/city.
Which activities does the OData Model Editor support? There are 3 correct answers to this question Define Odata models Test Odata models Edit ODataModels Deploy ODataModels.
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 for the destination in the SAP HANA Cloud Platform? odata_gen odata_xs dev_abap odata_abap.
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? Qunit sinon OPA MockServer.
What is an Aggregation? There are 2 correct answers to this question. Is not a parent/ child relationship A relationship between the text field and its label Is a parent child relationship A relationship between two controls.
In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE? Pull Push Fetch Clone.
What are the limitations of OPA5 test? There are 2 correct answers to this question It never causes a test to fail End-to-End tests are NOT recommended The developer needs to create the test during development Testing across more than one page is NOT possible.
Which file is referred to as the App Descriptor and what is its function? The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on plug-ins The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins The manifest.json file is referred to as App Descriptor Its function is to instantiate the model The neo.json file is referred to as App Descriptor Its function is to capture data from objects.
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? There are 2 correct answers to this question. Create a flat structure with Sales Order and Sales Order Items, and then add an expand command Create individual structures for both Sales Order and Sales Order Items, and then batch them Create an object structure that defines the hierarchy Create a nested structure for Sales Order and Sales Order Items.
You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5? There are 2 correct answers to this question. User interaction tests Load test Navigation tests Development tests.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? Network Connection Logon Manager Dialog Notification App Update.
What can your customer use a custom SAP Fiori client for? There are 3 correct answers to this question To add additional plugins to the application To wrap the application with SAP Mobile Secure To create non-Cordova hybrid application containers To apply custom branding To build the SAP Fiori Client with a customized communication protocol.
Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? There are 2 correct answers to this question Verify that adding custom content in the Extension Points will NOT suffice Create an SAPUI5 view that replaces the complete view Identify a specific SAPUI5 control to be replaced Create an SAPUI5 control that replaces the original control.
You need to strengthen the connection security between the Web IDE and the Hybrid App Toolkit Connector. Which of the following activities do you perform? Change the default port number Run the connector with administrator rights Replace the default API key Install an X.509 certificate.
What happens when you use the SAP Web IDE console during a deployment? There are 2 correct answers to this question You can view error messages when a deployment is successful can view error messages when a deployment is NOT successful You can debug the error messages in the console You can archive the success messages in the console.
Which information is included in the SAPUI5 app’s manifest.json file? There are 3 correct answers to this question App ID, Name and Version Referenced data sources Localization keys SAPUI5 dependencies.
How can you extend an SAP Fiori app? There are 3 correct answers to this question Modify the runtime libraries that are to be loaded Enable merging of the standard and the custom controller at runtime Modify the properties of the view control Add customer view content in a predefined extension point.
Report abuse Consent Terms of use