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

Descripción:
SAP Certified Development Associate

Autor:
unishine
OTROS TESTS DEL AUTOR

Fecha de Creación:
10/01/2023

Categoría: Otros

Número Preguntas: 79
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
What OData versions are currently supported by SAPUI5? There are 2 correct answers to this question. OData V5 OData V2 OData V4 OData V7.
Which tool do you use to deploy SAP Fiori app developments? Please choose the correct answer. Eclipse (SAP NetWeaver Developer Studio) SAP WEB IDE Object Navigator Process Modeler.
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 for each language 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 .
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. Execute the Refresh method for an expired token 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.
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Please choose the correct answer. Transactional Legacy Factsheet Analytical.
What of the following is true for implementing your own renderer? There are 3 correct answer to this question. Assign a reference to the renderer property of the UI control Implement the Renderer using AMD syntax Implement the render function inside the control Implement a renderer class derived from sap.ui.core.Renderer in a separate file.
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.
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. BSP HTML5 ABAP OpenUI5.
What is the required content of the Component.js file of an extension project? There are 2 correct answers to this question. The controller IDs The customizing section The namespace of the parent app The link to the parent app.
What best practices of the following list are best practices for SAPUI? There are 4 correct answers to this question. Minimize the code in the index.html Use synchronous model definition syntax (SMD) Use asynchronous model definition in your JavaScript code Describe your app by a set of metadata Make use of patterns.
To generate SAPUI5 coding that is based on prototypes, which tool do you use? Please choose the correct answer. SAP WEB IDE SAP BUILD SPLASH UI Theme Designer.
What visibility does a OData Model instance have when created automatically during application start? Please choose the correct answer. Controller scope only Component scope View scope only Control scope only.
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. XMLModel ResourceModel JSONModel ODataModel.
Which methods can you use to bind data to the controls in SAPUI5? There are 3 correct answers to this question. Property Aggregation Structure Element Combination.
What are the SAP Fiori principles? There are 3 correct answers to this question. Rolebased Complex Coherent Creative Adaptive.
What are the answers of SAP in UX strategy? There are 3 correct answers to this question. New / Renew / Enable Design Strategy New / Renew / Empower Architecture and Technology SAP Screen Personas.
What are the two components of the OData Runtime? There are 2 correct answers to this question. IW_HANA IW_BEP IW_FND GW_CORE.
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 Development tests Navigation tests Load tests.
What do you configure to import the BUILD prototype in the SAP Web IDE for development? Please choose the correct answer. The connection in the SAP HANA Cloud Connector The API key in the SAP Web IDE plugin The connection in the SAP HANA Cloud Integration The destination in the SAP HANA Cloud Platform.
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” minScreenWidth=”tablet” popinDisplay=”Inline”> column : <Column demandPopin=”true” minScreenWidth=”tablet”> column<Column:demandPopin=”true” maxScreenWidth=”mobile”>.
Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop? Please choose the correct answer. 360’ Research, Scoping, Synthesis Scoping, 360’ Research, Ideation Scoping, Synthesis, Ideation Scoping, 360’ Research, Synthesis.
What makes a standard UI control to be named as a complex control? There are 2 correct answers to this question. Associations Properties Aggregations Values.
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? Please choose the correct answer. QUnit Sinon Mock server OPA.
What different content densities are provided by SAPUI5? There are 3 correct answers to this question. Cozy Large Compact Condensed Strict.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? Please choose the correct answer. Dialog Notification App Update Network Connection Logon Manager.
What is the name of the aggregation of the sap.m.App control where the UI-controls are aggregated? Please choose the correct answer. detailPages masterPages fullPages pages.
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 module using the Web IDE implementing the specific look and feel and reference this module 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 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 Create a css file using the Web IDE implementing the specific look and feel and reference this css in the bootstrap of all apps.
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.
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/1/companies/1/city /regions/companies/0/city /regions/companies/1/city /regions/0/companies/0/city.
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 Two different deployment packages on a different from the business packages One deployment package on a different system from the business system One deployment package on the same system as the business system.
Is true to say that the sap.m.App control does not offer responsive behaviour? Please choose the correct answer. 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 No this is not true, sap.m.App does provide responsive behavior.
You want to define a property with the name width to enhance a standard UI5-control. The property should hold the current with of the UI-control. What is the best approach to define such a properties type? Please choose the correct answer. Define the property width of the type sap.ui.core.CSSSize Define the property width of the type sap.ui.core.type.CSSSize Define the property width of the type string Define the property width of the type sap.ui.core.Integer.
Which properties do you need to configure when you use the Mock server? There are 2 correct answers to this question. Destination Module path Service Url Binding type.
What are the basic guidelines of the Extension Point concept of SAPUI5? There are 2 correct answers to this question. 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.
Which SAP Fiori personalization elements holds all of the technical information needed to start an app? Please choose the correct answer. Group Catalog Tile User Preferences.
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 The prevention of irrelevant data being shown to the user A purpose-built app to support personas A responsive de-composed design An adaptive and coherent app.
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. Two different deployment packages on a different from the business packages 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.
When do you select the custom plugins to build and package a hybrid app using the SAP HAT? Please choose the correct answer. While creating a new project using the Hybrid Mobile Enablement feature 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 configuring the app properties on the Hybrid App Configuration tab of the Web IDE Plugin.
In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE? Please choose the correct answer. Clone Fetch Push Pull.
In a typical SAP Fiori landscape, which server instance stores the SAP Fiori SAPUI5 application code for a transactional app? Please choose the correct answer. SAP Back-End Server (BES) SAP HANA XS Engine SAP Front-End Server (FES) SAP Web Dispatcher.
In what base class implementation is the function setModel implemented? Please choose the correct answer. sap.ui.model.base.BaseModel sap.ui.base.interface sap.ui.base.ManagedObject sap.ui.base.Object.
Since what version of SAPUI5 is the automatic model instantiation supported? Please choose the correct answer. 1.34 1.30 1.26 1.28.
To perform a QUnit test, what do you include in a test page under your webapp folder? Please choose the correct answer. Mock code Stub code SAPUI5 bootstrap code OPA function.
Which properties are part of the design phase when you develop SAP Fiori apps? Please choose the correct answer. Requirement gathering, Research and Documentation Developing, Testing and Deploying Ideation, Prototyping and Validation Scoping, 360 degree research and Synthesis.
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 – Static tile App Launcher – Dynamic tile News tile.
What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client? Please choose the correct answer. Allow a client policy that can be defined on the mobility platform Enable secure and seamless handling of attachments Prevent the access to all nonessential plugins Provide a reusable component for storing sensitive information on the device.
What happens when you use the SAP Web IDE console during a deployment? There are 2 correct answers to this question. You can debug the error messages in the console 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.
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.
What steps are part of the design phase (Solution Space) in the DLD? There are 3 correct answers to this question. Scope Validate Ideate Prototype Test.
Your customer asks you to demonstrate their app with localization changes. Which activity do you perform? Please choose the correct answer. Configure the run configuration file in the app Show the i18n.properties file translations Enable the preview frame in the run configuration Configure the Supported Languages settings in the Project.json file.
Which of the following pattern sequences are the QUnit tests based on? Please choose the correct answer. Assert, Act, and Arrange Arrange, Act, and Assert Given, When, and Then Given, Then, and When.
Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting? Please choose the correct answer. Assistmsg.json Package.json Config.json appConfig.js.
What are the two aggregations provided by the sap.m.SplitApp to add page implementation? There are 2 correct answers to this question. infoPage mainPages masterPages detail detailPages.
How do you integrate SAPUI5 in a Kapsel/Hybrid app? Please choose the correct answer. 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 Configure the SAPUI5 resources in the config.xml file of the Hybrid app.
What approach gives you the most flexibility for your SAPUI5 application? Please choose the correct answer. Using View only based approach Implement complex UIs in the index.html Using Controller based approach Using Component based approach.
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 XML model Resource model JSON model.
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 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.
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.
What activity does the QUnit Stub functionality perform? Please choose the correct answer. Supplies parameter for method calls Provides parameters and return values for method calls Returns values for method calls Verifies that expected methods are called correctly.
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.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test? Please choose the correct answer. this.calculator.press(“1”) teardown : function() {} QUnit.module QUnit.test.
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 integrate device APIs To use X.509 client certificates To use offline OData To enable multiple SAPUI5 apps.
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> Neo-app.json EmployeeData.view.xml EmployeeDate.controller.js Component.js.
Your customer asks you to add text for a new language to an app. Which file do you provide to the translator? Please choose the correct answer. i18n.properties Components.js Master.view.xml Manifest.json.
Why does SAP Fiori use an intent-based navigation? Please choose the correct answer. Apps targets can be deployed separately Apps can be developed and deployed in parallel The concrete app targets can be deployed separately App implementation make the app deployment easier.
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 access to the back end to edit document details It allows fast iterations for the UI apps It allows drill-down details to be presented in the UI It allows UI changes without development privileges in the back-end.
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 apply custom branding To build the SAP Fiori Client with a customized communication protocol To wrap the application with SAP Mobile Secure To create non-Cordova hybrid application containers.
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 Providing a lightweight programming model for desktop only applications User Interface technology for building and adapting server based applications.
Which application types can you develop and deploy on the SAP HANA Cloud platform? There are 3 correct answers to this question. HTML apps HANA XS apps Objective-C apps Java apps ABAP apps.
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: companies/0/name Z: companies/0/city X: /region/companies Y: companies/name Z: companies/city X: /region/0/companies Y: name Z: city X: /region/companies Y: name Z: city.
What aspects of the runtime environment can be accessed by the Device API of SAPUI5? There are 4 correct answers to this question. Touch specific features Orientation change Language Screen size Operating system.
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 POST GET DELETE.
Which file is referred to as the App Descriptor and what is its function? Please choose the correct answer. The neo.json file is referred to as App Descriptor Its function is to capture data from objects 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.
What is an Aggregation? There are 2 correct answers to this question. A relationship between the text field and its label A relationship between two controls Is a parent child relationship Is not a parent/ child relationship.
What does coherence refer to in the SAP Fiori design principles? There are 2 correct answers to this question. The way in which the data is handled internally A consistent interaction and visual design language The same intuitive experience across the whole enterprise description of the technological foundation.
What layout control is used to achieve flexible and responsible layouts? FlexBox Grid VerticalLayout Splitter.
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. writeControlData write writIcon writeClasses.
Why do you explore the Problem Space in detail during a Design Thinking workshop? Please choose the correct answer. To validate solution ideas To save costs in the evaluation phase To understand user needs To create desirable solutions.
What impact does UX have on monetary values? There are 3 correct answers to this question. Decrease change requests and user errors Gain productivity and data quality Strengthen relationship between customers Save training costs Increase user satisfaction.
Denunciar Test