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

Descripción:
certified abap fiori

Autor:
kvek
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 deployment options do you have for SAP Fiori UIs and OData Services regarding the software components? There are 2 correct answers to this question. Two different deployment packages on the same system as the business system One deployment package on the same system as the business system Two different deployment packages on a different from the business packages One deployment package on a different system from the business system.
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 Localization keys Client side data-models Referenced data sources SAPUI5 dependencies.
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 in the extended app but the controller name is changed by an app update. If the extension code exists and is NOT referenced in the original view.
Which activities does the OData Model Editor support? There are 3 correct answers to this question. Test ODataModels Define Odata models Edit ODataModels Deploy ODataModels.
Which of the following pattern sequences are the QUnit tests based on? Please choose the correct answer. Arrange, Act, and Assert Given, Then, and When Assert, Act, and Arrange Given, When, and Then.
What are the two aggregations provided by the sap.m.SplitApp to add page implementation? There are 2 correct answers to this question. detailPages mainPages detail masterPages infoPage.
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 Run the connector with administrator rights Change the default port number Replace the default API key.
Which element in the SAPUI5 architecture holds the data in JSON or XML? Please choose the correct answer. Controller Component View Model.
Which technologies are used to create Hybrid apps and SAPUI5 apps? Please choose the correct answer. XML, JavaScript and CSS3 XML, JSON and CSS HTML, JSON and CSS3 HTML5, JavaScript and CSS.
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 for each language Create a view file and a controller file for each language Create a resource file with a .props extension HTML -enable the special characters in the resource file Create a resource file containing key/value pairs.
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? Please choose the correct answer. X: /region/0/companies Y: name Z: city X: /region/companies Y: name Z: city X: /region/companies Y: companies/name Z: companies/city X: /region/0/companies Y: companies/0/name Z: companies/0/city.
What visibility does a OData Model instance have when created automatically during application start? Please choose the correct answer. View scope only Component scope Control scope only Controller scope only.
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.
In the code on the screenshot, what is the absolute path of the property to retrieve the City value for the company Acme Inc? Please choose the correct answer. /regions/companies/1/city /regions/companies/0/city /regions/1/companies/1/city /regions/0/companies/0/city.
You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain? Please choose the correct answer. neo-app.json user-project.json project.json path.json.
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 data that the models work with can be reused by several different applications The project team members that have extensive UI skills can concentrate in that area.
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 HTML5 ABAP BSP.
What different content densities are provided by SAPUI5? There are 3 correct answers to this question. Condensed Cozy Compact Large Strict.
What are the advantages of the Sinon.JS framework? There are 2 correct answers to this question. It enables test-driven development It provides support for Spies, stubs and mocks It supplies higher level test doubles for timers and AJAX requests It can be used with any JavaScript unit test framework.
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 GET DELETE PUT.
In what base class implementation is the function setModel implemented? Please choose the correct answer. sap.ui.base.Object sap.ui.model.base.BaseModel sap.ui.base.ManagedObject sap.ui.base.interface.
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 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 One deployment package on the same system as the business system.
What are the two components of the OData Runtime? There are 2 correct answers to this question. IW_HANA IW_FND GW_CORE IW_BEP.
Which application types can you develop and deploy on the SAP HANA Cloud platform? There are 3 correct answers to this question. Objective-C apps HANA XS apps Java apps HTML apps ABAP apps.
What steps are part of the design phase (Solution Space) in the DLD? There are 3 correct answers to this question. Ideate Prototype Validate Scope Test.
To perform a QUnit test, what do you include in a test page under your webapp folder? Please choose the correct answer. SAPUI5 bootstrap code OPA function Mock code Stub code.
What are the answers of SAP in UX strategy? There are 3 correct answers to this question. New / Renew / Empower SAP Screen Personas Design Strategy Architecture and Technology New / Renew / Enable.
You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FactFilter control? There are 2 correct answers to this question. confirm listFilter oninit reset.
From what control does the sap.m.App control inherits the navigation capabilities? Please choose the correct answer. sap.m.NavigationContainer sap.ui.core.NavContainer sap.m.NavContainer.
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 Replacement View Modification View Visibility.
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 link to the parent app The controller IDs The namespace of the parent app.
What relation is between the model and the controller in the standard MVC implementation? There are 2 correct answers to this question. The model notifies the controller about changes The controller sets the model visibility The controller modifies the model The model updates the controller.
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 Neo-app.json EmployeeData.view.xml Component.js.
Which features of the SAP Web IDE help you extend a standard SAP Fiori app? There are 2 correct answers to this question. The Descriptor Editor to choose elements for extension 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.
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 odata_xs odata_gen dev_abap.
For which app type in SAP Fiori do you install the KPI framework? Please choose the correct answer. Legacy app Analytical app Factsheet app Transactional app.
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 css file using the Web IDE implementing the specific look and feel and reference this css 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 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 theme using the Theme Designer implementing the specific look and feel and reference this theme in the bootstrap of all apps.
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 It is a set of ABAP add-ons to the SAP ERP system Offers connectivity to SAP applications leveraging REST services It a Web Service platform and successor of Enterprise Service Registry.
What data sources are available in the SAP Web IDE to add a data source configuration to the manifest.json? There are 3 correct answers to this question. Process Integration Platform File System Enterprise Service Registry Service URL Service Catalog.
What is an Aggregation? There are 2 correct answers to this question. A relationship between two controls A relationship between the text field and its label Is not a parent/ child relationship Is a parent child relationship.
Denunciar Test