option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: sap fiori
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
sap fiori

Descripción:
sap fiori part1

Autor:
AVATAR
ja
OTROS TESTS DEL AUTOR

Fecha de Creación:
03/11/2020

Categoría: Otros

Número Preguntas: 81
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Which application types can you develop and deploy on the SAP HANA Cloud platform? (3 Correct) Objective-C apps HANA XS apps HTML apps Java apps ABAP apps.
Which application types can you develop and deploy on the SAP HANA Cloud platform? (3 Correct) Objective-C apps HANA XS apps HTML apps Java apps ABAP apps.
Which properties do you need to configure when you use the Mock server? (2 Correct) Destination Service Url Module path Binding type.
Which elements are part of the UX? (2 Correct) User response User interaction User effectiveness User emotion.
What are the Lifecycle events of an SAPUI5 view controller? (2 Correct) onBeforeRendering onEntry onExecution onExit.
What is a prerequisite for configuring the SAP Fiori HAT Connector? Generate a service certificate Set the path for custom plug-ins Create an SAP HANA Cloud Platform (HCP) Web IDE account Create a local Cordova project.
What is the required content of the Component.js file of an extension project? (2 Correct) The customizing section The link to the parent app The namespace of the parent app The controller IDs.
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) Achievable Feasible Desirable Usable.
Which information is included in the SAPUI5 app’s manifest.json file? (3 Correct) Localization keys Referenced data sources Client side data-models App ID, Name and Version SAPUI5 dependencies.
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 value X? X: /region/0/companies /region/companies /region/0/1/companies.
What is the purpose of the SAP HANA Cloud connector? It connects the services of the SAP HANA Cloud Platform and SAP Web IDE It allows the SAP Web IDE to connect to the on-premise system’s Cordova development environment It lists the search components and corresponding search models needed for the app 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? (2 Correct DELETE PUT POST GET.
What can your customer use a custom SAP Fiori client for? (3 Correct) To build the SAP Fiori Client with a customized communication protocol To create non-Cordova hybrid application container To wrap the application with SAP Mobile Secure To apply custom branding To add additional plugins to the application.
Which model type in SAPUI5 does NOT support one-way and two-way binding from model to view? JSON model Resource model OData model XML model.
Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting? Config.json appConfig.js Assistmsg.json Package.json.
Where are the themes saved for the SAP Fiori launchpad? In the UI theme designer tool In the theme repository In the bootstrap In the theme data center.
Which file is referred to as the App Descriptor and what is its function? The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins The neo.json file is referred to as App Descriptor Its function is to capture data from objects The manifest.json file is referred to as App Descriptor Its function is to instantiate the model The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on plug-ins.
What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client? Prevent the access to all nonessential plugins 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 .
Which of the following activities allow you to store your changes in a local Git repository? Save Clone Commit Push.
To perform a QUnit test, what do you include in a test page under your webapp folder? Stub code SAPUI5 bootstrap code Mock code OPA function.
Which element in the SAPUI5 architecture holds the data in JSON or XML? Model View Controller Component.
Which deployment options do you have for SAP Fiori UIs and OData Services regarding the software components? (2 Correct) One deployment package 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 Two different deployment packages on the same system as the business system.
What happens when you use the SAP Web IDE console during a deployment? (2 Correct) You can view error messages when a deployment is successful You can view error messages when a deployment is NOT successful You can archive the success messages in the console You can debug the error messages in the console.
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 sap-mobile-hybrid.js file to the Hybrid app Create a new Kapsel plugin using SAPUI5 Add the SAPUI5 bootstrap code into index.html.
What result do you expect from the de-composition and re-composition phases? (3 Correct) The prevention of irrelevant data being shown to the user A responsive de-composed design An adaptive and coherent app A purpose-built app to support personas The break-down of a large transaction.
What activity does the QUnit Stub functionality perform? Provides parameters and return values for method calls Returns values for method calls Supplies parameter for method calls Verifies that expected methods are called correctly.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? Network Connection Dialog Notification Logon Manager App Update.
Which features of the SAP Web IDE help you extend a standard SAP Fiori app? (2 Correct) An editor to modify the data model in the extended project A wizard to generate the files for each extension possibility The Extensibility Pane to extend the control The Descriptor Editor to choose elements for extension.
Which methods can you use to bind data to the controls in SAPUI5? (3 Correct) Element Property Combination Structure Aggregation.
What do you configure to import the BUILD prototype in the SAP Web IDE for development? The destination in the SAP HANA Cloud Platform The API key in the SAP Web IDE plugin The connection in the SAP HANA Cloud Connector The connection in the SAP HANA Cloud Integration.
What is an Aggregation? (2 Correct) 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 of the following components are part of the SAP Web IDE, hybrid app toolkit add-on SAP Web IDE Plugin, Hybrid Companion App, Hybrid App Toolkit Connector Kapsel Plugins, SAP Web IDE Plugin, Hybrid App Toolkit Connector Hybrid Companion App, Config.json, Package.json, SAP Web IDE Plugin Hybrid App Project Templates, Device Configuration, Hybrid App Toolkit Connector.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test? teardown : function() {} QUnit.module QUnit.test this.calculator.press(“1”).
Which properties are part of the design phase when you develop SAP Fiori apps? Ideation, Prototyping and Validation Developing, Testing and Deploying Requirement gathering, Research and Documentation Scoping, 360 degree research and Synthesis.
To generate SAPUI5 coding that is based on prototypes, which tool do you use? UI Theme Designer SPLASH SAP WEB IDE SAP BUILD.
What are the limitations of OPA5 test? (2 Correct) 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 of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop? Scoping, 360’ Research, Synthesis Scoping, Synthesis, Ideation 360’ Research, Scoping, Synthesis Scoping, 360’ Research, Ideation.
Which SAP Fiori app types require the SAP HANA database? (2 Correct) Analytical Legacy Transactional Factsheet.
When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as? ABAP BSP OpenUI5 HTML5.
What does coherence refer to in the SAP Fiori design principles? (2 Correct) A description of the technological foundation The same intuitive experience across the whole enterprise The way in which the data is handled internally A consistent interaction and visual design language.
In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE? Push Clone Pull Fetch.
How can you extend an SAP Fiori app? (3 Correct) 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 Modify the data model to merge data at runtime Modify the runtime libraries that are to be loaded.
When do you select the custom plugins to build and package a hybrid app using the SAP HAT? During the Configure Path for Custom Plugins step of installing the SAP HAT During the Build the Hybrid Companion App step of installing the SAP HAT While creating a new project using the Hybrid Mobile Enablement feature.
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/0/companies/0/city /regions/companies/1/city /regions/1/companies/1/city.
Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? (2 Correct) If the extension code accesses parts of the original application that were removed. 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.
Which activities does the OData Model Editor support? (3 Correct) Deploy ODataModels Test ODataModels Define Odata models Edit ODataModels.
For which app type in SAP Fiori do you install the KPI framework? Transactional app Analytical app Factsheet app Legacy app.
Which of the following pattern sequences are the QUnit tests based on? Given, Then, and When Given, When, and Then Assert, Act, and Arrange Arrange, Act, and Assert.
In a typical SAP Fiori landscape, which server instance stores the SAP Fiori SAPUI5 application code for a transactional app? SAP HANA XS Engine SAP Web Dispatcher SAP Front-End Server (FES) SAP Back-End Server (BES).
What are the advantages of the Sinon.JS 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 It can be used with any JavaScript unit test framework.
What are the basic guidelines of the Extension Point concept of SAPUI5? (2 Correct) 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 The parent app contains all modifications.
Your customer asks you to demonstrate their app with localization changes. Which activity do you perform? Configure the Supported Languages settings in the Project.json file Enable the preview frame in the run configuration Show the i18n.properties file translations Configure the run configuration file in the app.
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? OPA Sinon QUnit Mock server.
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? ui5_execute_abap extend_fiori odata_fiori dev_abap.
You are extending an SAP Fiori app. Which of the extension properties are defined in the manifest.json? (2 Correct) sap.ui.modelModifications sap.ui.i18nModifications sap.ui.controllerExtensions sap.ui.viewModifications.
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? Resource model JSON model OData model XML model.
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) Generate a token on each read and write request Include the token in the HTTP request body of each write request Retrieve the token and send it with each service request Execute the Refresh method for an expired token.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? (3 Correct) HTML -enable the special characters in the resource file Create a resource file with a .props extension Create a view file and a controller file for each language Create a resource file for each language Create a resource file containing key/value pairs.
What happens if you execute an app that contains the following bootstrap file? Please choose the correct answer. <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 application will run successfully but without a theme 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 The bootstrap will NOT load and the application will produce an error message that the theme is missing.
Which tool do you use to deploy SAP Fiori app developments? SAP WEB IDE Process Modeler Object Navigator Eclipse (SAP NetWeaver Developer Studio).
Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select? One-time Two-way One-way Three-way.
What is the goal of every developer? (3 correct) Increase efficiency Increase development effort Less maintenance Develop faster.
Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use? CREATE_STREAM CREATE_BATCH_ENTITY EXECUTE_DEEP_INSERT CREATE_DEEP_ENTITY.
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,”0”,”true”); Assert.strictEqual(0,null,”true”);.
Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT add-on? (2 Correct) To use offline OData To enable multiple SAPUI5 apps To integrate device APIs To use X.509 client certificates.
You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (3 Correct) SAPUI5 ABAP Repository Deploy to SAP Fiori launchpad SAPUI5 Java Repository Register to SAP Fiori launchpad SAP HANA Cloud Platform.
Which of the following components make up the SAP Web IDE hybrid app toolkit? (3 correct) SAP Cloud Platform service Hybrid App Toolkit connector SAP Hybrid App Toolkit companion SAP Web IDE plugin.
In the source code below, which of the following locations must reference the extension point? Please choose the correct answer. <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> EmployeeDate.controller.js Component.js EmployeeData.view.xml Neo-app.json.
Why do you explore the Problem Space in detail during a Design Thinking workshop? To understand user needs To create desirable solutions To save costs in the evaluation phase To validate solution ideas.
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 Change the default port number Replace the default API key Install an X.509 certificate.
What is Apache Cordova? An open source mobile development framework A cloud service to access data from mobile devices API provided by SAP to access mobile device features SAP product to run SAP Fiori applications on mobile device.
You need to implement an SAP Fiori transactional app for your customer. What benefits are available in the completed app? (2 Correct) It allows drill-down details to be presented in the UI It allows UI changes without development privileges in the back-end It allows access to the back end to edit document details It allows fast iterations for the UI apps.
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) It supports custom destination API configuration and certificate inspection It initiates a cloud-based reverse-invoke process It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system It creates connectivity by a reverse-invoke process on the on-premise system.
Which technologies are used to create Hybrid apps and SAPUI5 apps? XML, JavaScript and CSS3 HTML, JSON and CSS3 XML, JSON and CSS HTML5, JavaScript and CSS.
Which security features does the SAP Fiori provide to restrict the access to native device capabilities? (2 Correct) Encrypted storage of data on the device Privacy screen Bridge for non-Fiori content Restricted device functionality using a client policy.
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Legacy Factsheet Analytical Transactional.
What goals are achieved by a Lean Development Infrastructure? (2 correct) Used to increase the development effort Allows for faster innovation through independantly released and serial versions of components. Either automates or provides self-service response Used for ABAP development with Eclipse oxygen.
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_abap dev_abap odata_xs odata_gen.
You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5? (2 Correct) Navigation tests User interaction tests Development tests Load tests.
Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? (2 Correct) 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.
Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme? SAP Corbu SAP Tradeshow SAP Belize SAP High Contrast Black.
Denunciar Test