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

Descripción:
certification sap fiori abap

Autor:
el barto
OTROS TESTS DEL AUTOR

Fecha de Creación:
09/01/2023

Categoría: Otros

Número Preguntas: 40
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
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. KPI based tile App Launcher – Dynamic tile App Launcher – Static tile News tile.
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. Development tests Load tests User interaction tests Navigation tests.
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. Modify the bootstrap option to allow multi-layer extensions of the custom code Add a code snippet to check if the method exists and execute it Identify a strategic location in the controller for the customized 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.
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? Please choose the correct answer. Assert.strictEqual(0,”0”,”true”); Assert.strictEqual(0,-0,”true”); Assert.strictEqual(0,null,”true”); Assert.strictEqual(0,””,”true”);.
For which app type in SAP Fiori do you install the KPI framework? Please choose the correct answer. Transactional app Factsheet app Analytical app Legacy app.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? Please choose the correct answer. Network Connection Dialog Notification Logon Manager App Update.
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 fast iterations for the UI apps It allows access to the back end to edit document details It allows UI changes without development privileges in the back-end It allows drill-down details to be presented in the UI.
How can you extend an SAP Fiori app? Modify the properties of the view control Modify the data model to merge data at runtime Add customer view content in a predefined extension point Enable merging of the standard and the custom controller at runtime Modify the runtime libraries that are to be loaded.
When is the use of a master-detail-pattern not recommended? There are 2 correct answers to this question. You want to display a single object You need to offer complex filters for the list of items When you want to display different facets of the same object/data.
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. POST PUT GET DELETE.
When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as? Please choose the correct answer. OpenUI5 BSP ABAP HTML5.
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? Please choose the correct answer. OData model JSON model XML model Resource 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? There are 2 correct answers to this question. Create a nested structure for Sales Order and Sales Order Items 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 individual structures for both Sales Order and Sales Order Items, and then batch them.
What function must be called inside a control renderer to add the control id to the DOM-tree and support eventing? Please choose the correct answer. writIcon write writeClasses writeControlData.
You need the server to sort and filter the data used in your customer’s app. Which SAPUI5-supported data model must you use? Please choose the correct answer. ODataModel ResourceModel XMLModel JSONModel.
What impact does SAP Fiori have on Business? There are 3 correct answers to this question. Re-imagine processes User-centered Digitalization Simplification Web and open standards.
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? Please choose the correct answer. Install an X.509 certificate Replace the default API key Change the default port number Run the connector with administrator rights.
Which of the following components are part of the SAP Web IDE, hybrid app toolkit add-on? Please choose the correct answer. Hybrid App Project Templates, Device Configuration, Hybrid App Toolkit Connector Hybrid Companion App, Config.json, Package.json, SAP Web IDE Plugin SAP Web IDE Plugin, Hybrid Companion App, Hybrid App Toolkit Connector Kapsel Plugins, SAP Web IDE Plugin, Hybrid App Toolkit Connector.
What of the following aspects are true for a SAPUI5 UI-element? There are 3 correct answer to this question. Does not have a renderer Has an API Has a renderer Can have events.
What makes a standard UI control to be named as a complex control? There are 2 correct answers to this question. Associations Values Properties Aggregations.
Why does SAP Fiori use an intent-based navigation? Please choose the correct answer. The concrete app targets can be deployed separately Apps can be developed and deployed in parallel Apps targets can be deployed separately App implementation make the app deployment easier.
How do you access the MessageManager? Please choose the correct answer. You have to instantiate the MessageManager using the constructor function Each UI-control provides a function to access the messager It is a singleton and can be accessed by the getMessageManager function on the core object.
What modes are provided by the enumeration sap.m.SplitAppMode? There are 3 correct answers to this question. StretchCompressMode HodeShowMode PopoverMode ShowHideMode ShrinkCozyMode.
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 control that replaces the original control Identify a specific SAPUI5 control to be replaced Create an SAPUI5 view that replaces the complete view.
Why do you explore the Problem Space in detail during a Design Thinking workshop? Please choose the correct answer. To understand user needs To validate solution ideas To create desirable solutions To save costs in the evaluation phase.
To generate SAPUI5 coding that is based on prototypes, which tool do you use? Please choose the correct answer. SPLASH SAP BUILD SAP WEB IDE UI Theme Designer.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test? Please choose the correct answer. QUnit.module teardown : function() {} QUnit.test this.calculator.press(“1”).
Is true to say that the sap.m.App control does not offer responsive behaviour? Please choose the correct answer. No this is not true, sap.m.App does provide responsive behavior It depends on the SAPUI5 version. From 1.30 on sap.m.App does provide responsive behaviours This is true, the control doesn't provide reponsive behavior.
You extend an SAP Fiori app. The visibility value of a View Button control needs to be modified. Which extension point do you use? Please choose the correct answer. View Extension View Modification View Visibility View Replacement.
What is a prerequisite for configuring the SAP Fiori HAT Connector? Please choose the correct answer. Create an SAP HANA Cloud Platform (HCP) Web IDE account Generate a service certificate Set the path for custom plug-ins Create a local Cordova project.
Which model type in SAPUI5 does NOT support one-way and two-way binding from model to view? Please choose the correct answer. OData model Resource model JSON 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? There are 2 correct answers to this question. Retrieve the token and send it with each service request Generate a token on each read and write request Execute the Refresh method for an expired token Include the token in the HTTP request body of each write request.
What layout control is used to achieve flexible and responsible layouts? VerticalLayout Splitter FlexBox Grid.
Where are the themes saved for the SAP Fiori launchpad? Please choose the correct answer. In the UI theme designer tool In the theme repository In the theme data center In the bootstrap.
What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client? Please choose the correct answer. Enable secure and seamless handling of attachments 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.
What is the best approach to show a UI-control only on a desktop and not on mobile device? Please choose the correct answer. Use the UI control from sap.ui.commons. Those UI-controls are able to handle this automatically Use the Device-API to check the environment and call setVisible on the UI-control Use the standard CSS class sapUiVisibleOnlyOnDesktop.
What goals does the SAPUI5 framework have? There are 2 correct answers to this question. Providing an extensible framework for building desktop and mobile applications User Interface technology for building and adapting client applications User Interface technology for building and adapting server based applications Providing a lightweight programming model for desktop only applications.
Your customer asks you to demonstrate their app with localization changes. Which activity do you perform? Please choose the correct answer. Show the i18n.properties file translations Configure the Supported Languages settings in the Project.json file Configure the run configuration file in the app Enable the preview frame in the run configuration.
What can your customer use a custom SAP Fiori client for? There are 3 correct answers to this question. To build the SAP Fiori Client with a customized communication protocol To add additional plugins to the application To create non-Cordova hybrid application containers To apply custom branding To wrap the application with SAP Mobile Secure.
What is true for the SAP Gateway? There are 2 correct answers to this question. Is part of the SAPUI5 library to support REST services Offers connectivity to SAP applications leveraging REST services It a Web Service platform and successor of Enterprise Service Registry It is a set of ABAP add-ons to the SAP ERP system.
Denunciar Test