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

Descripción:
MSGS No. 3

Autor:
MSGS
OTROS TESTS DEL AUTOR

Fecha de Creación:
07/08/2023

Categoría: Personal

Número Preguntas: 80
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Since when is the Split-Screen layout deprecated? Please choose the correct answer. 1.42 1.48 1.44 1.46 1.5.
What is the purpose of SAP Build? Please choose the correct answer. Provides tooling to support the developer during development of SAPUI5 applications Provides tooling to support the developer during development of back-end services Provides tooling to support the designer during various phases of design thinking.
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 Encrypted storage of data on the device Bridge for non-Fiori content Privacy screen.
Which of the following artefacts are contained in the OData URL structure? There are 3 correct answers to this question. Query Options Resource Path Service Root URI Header data.
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/companies Y: name Z: city X: /region/0/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.
Is true to say that the sap.m.App control does not offer responsive behaviour? Please choose the correct answer. This is true, the control doesn't provide reponsive behavior 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.
Which of the following statements are correct with respect to the SAP Web IDE? There are 2 correct answers to this question. SAP web IDE is a browser-based development environment. SAP web IDE is a development environment for SAP ABAP. SAP web IDE provides application templates as a foundation of highly efficient app development.
You want to use transaction /UI2/FLP to start the SAP Fiori Launchpad using the Web Dispatcher. Which database table do you use to configure this? Please choose the correct answer. HTTPURLLOC HTTP_CSP_MADMIN HTTP_WHITELIST HTTP_MADMIM.
Which of the following should you avoid with regard to golden rule "Every SAP Fiori app must run as a web app"? There are 4 correct answers to this question. Hard dependencies between apps Use of platform-specific functionality without availability check Calling UI2 services directly instead of using APIs Absolute URLs generated in front or back-end Using SAPUI5.
Which processes are part of the design phase when you develop SAP Fiori apps? Please choose the correct answer. Requirement gathering, Research and Documentation Scoping, 360 degree research and Synthesis Developing, Testing and Deploying Ideation, Prototyping and Validation.
What can you connect with the SAP Cloud Connector? Please choose the correct answer. SAP BTP services to SAP Business Application Studio SAP BTP services to on-premise systems in a customer's network SAP Business Application Studio to a Cordova development environment SAP API Business Hub to client devices.
When do you select the custom plugins to build and package a hybrid app using the SAP HAT? Please choose the correct answer. While configuring the app properties on the Hybrid App Configuration tab of the Web IDE Plugin 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.
What is the purpose of the SAP HANA Cloud connector? Please choose the correct answer. 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 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.
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 Identify a specific SAPUI5 control to be replaced Create an SAPUI5 control that replaces the original control Create an SAPUI5 view that replaces the complete view.
What binding modes are supported by SAPUI5? There are 3 correct answers to this question. Single-time-only Two-way One-way One-time Once.
How do you access the MessageManager? Please choose the correct answer. You have to instantiate the MessageManager using the constructor function It is a singleton and can be accessed by the getMessageManager function on the core object Each UI-control provides a function to access the messager.
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 HANA XS Engine SAP Web Dispatcher SAP Back-End Server (BES) SAP Front-End Server (FES).
What is the purpose of the neo-app.json file located in the project root folder of your SAP Web IDE project? Please choose the correct answer. It contains the OData service configuration parameters used at runtime. It contains the mapping configuration of the front-end and back-end server URLs. It contains the mapping between an application URL and a destination configured in the SAP Cloud Platform. It contains the configuration for the mock server.
Which of the following activities allow you to store your changes in a local Git repository? Please choose the correct answer. Save Commit Clone Push.
Which of the following statements are talking about the SAP Fiori app architecture? There are 2 correct answers to this question. SAP Fiori apps are implemented using the component-based approach SAP Fiori apps have a index.html file that is used for SAP Fiori launchpad integration SAP Fiori apps should use the SAPUI5 core as a place to hold app data models SAP Fiori apps need to have an app descriptor that describes the applications metadata.
What annotations are required to declare that an ABAP Core Data System supports search capabilities? Please choose the correct answer. @Search.possible @Search.allowed @Search.searchable.
What is the usage of Object Model annotations? Please choose the correct answer. Semantic annotation for fields of the result set UI-relevant annotations used SAP Fiori elements Annotation for structured and transactional aspects of the data model Annotation for the consumption layer.
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. XML model OData model JSON model Resource model.
What areas are mandatory in the tile layout? There are 2 correct answers to this question. Content area KPI area Subtitle Status area Header area.
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.
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.viewModifications sap.ui.modelModifications sap.ui.controllerExtensions.
What are Technical Catalogs used for? There are 2 correct answers to this question. To store tiles and target mappings by technology per solution area To reference tiles and target mappings according to Segregation of Duties for example a Purchaser, a Buyer and so on As a reference for Business Catalogs As a reference for Business Groups.
What relation is between the model and the controller in the standard MVC implementation? There are 2 correct answers to this question. The controller sets the model visibility The model updates the controller The controller modifies the model The model notifies the controller about changes.
What makes a standard UI control to be named as a complex control? There are 2 correct answers to this question. Aggregations Values Associations Properties.
What are the current SAP UI Tools? There are 3 correct answers to this question. SAP Screen Personas SAP NetWeaver Portal SAPUI5 Application Development Tools SAP NetWeaver Gateway Flexible UI Designer.
Which types of services are known or supported by the SAP Fiori launchpad? There are 2 correct answers to this question. UI5 services Platform-independent services UI2 services Platform-specific services.
What does effectiveness mean in the relation to user interface? Please choose the correct answer. The accuracy and completeness with which specific users can achieve specified goals in specific environments The source expended in relation to the accuracy and completeness of goals achieved The comfort and acceptability of the work system to its users and other people affected by its use.
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 writeControlData write writeClasses.
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. Manifest.json Components.js i18n.properties Master.view.xml.
How can you extend an SAP Fiori app? There are 3 correct answers to this question. 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 Modify the properties of the view control.
Which properties are part of the design phase when you develop SAP Fiori apps? Please choose the correct answer. Ideation, Prototyping and Validation Scoping, 360 degree research and Synthesis Developing, Testing and Deploying Requirement gathering, Research and Documentation.
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 UI changes without development privileges in the back-end It allows drill-down details to be presented in the UI It allows access to the back end to edit document details It allows fast iterations for the UI apps.
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. Fetch Pull Clone Push.
You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? There are 3 correct answers to this question. SAPUI5 ABAP Repository SAP HANA Cloud Platform Register to SAP Fiori launchpad SAPUI5 Java Repository Deploy to SAP Fiori launchpad.
What is described as the person’s perceptions and response that result the use or anticipated use of a product, system or service? Please choose the correct answer. Usability User acceptance User experience User interface.
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 Mock server OPA Sinon.
What message types are known by SAPUI5? There are 2 correct answers to this question. Control messages Log messages Server messages UI-messages.
You are developing SAP Fiori Elements applications. Which of the following actions are available in SAP Web IDE? There are 2 correct answers to this question. Choose the OData service as data provider for the project Create a catalog, target mapping, and tiles Create an annotation file associated with the OData service and add annotations Add catalog to user menu in a PFCG role and grant the role to user.
What are the answers of SAP in UX strategy? There are 3 correct answers to this question. SAP Screen Personas Architecture and Technology Design Strategy New / Renew / Empower New / Renew / Enable.
To perform a QUnit test, what do you include in a test page under your webapp folder? Please choose the correct answer. OPA function Stub code Mock code SAPUI5 bootstrap code.
You are developing a complex screen and you use fragments. What features of fragments are useful here? There are 2 correct answers to this question. Fragments can be found by the SAPUI5 runtime libraries. Fragments have their own controller. Fragments can be a stand-alone view. Fragments are light-weight UI parts that can be reused.
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 apply custom branding To add additional plugins to the application To create non-Cordova hybrid application containers To build the SAP Fiori Client with a customized communication protocol.
Which of the following annotations would you use for a List Report Page? There are 2 correct answers to this question. Use @ULlineitem.importance annotation to determine in which devices the field is displayed. Use @Search.defaultSearchElement annotation to define input fields with value help. Use @UI.hidden annotation to hide the fields that are not to be displayed on a list report. Use @UI.selectionField annotation to define a fuzzy search field.
What are the limitations of OPA5 test? There are 2 correct answers to this question. End-to-End tests are NOT recommended It never causes a test to fail Testing across more than one page is NOT possible The developer needs to create the test during development.
What is the idea behind the golden rule of having one common UX? Please choose the correct answer. Reduces development costs Reduce the overall total cost of ownership Reduces training costs and increases the quality of data.
Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme? Please choose the correct answer. SAP Belize SAP Tradeshow SAP High Contrast Black SAP Corbu.
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 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 MVC is easy to implement for the project team members and supports quick coding.
What main aspects does the developer have to configure for a sap.viz.ui5.controls.VizFrame control? There are 4 correct answers to this question. DimensionDefinition Feed Datacontainer MeasureDefinition Dataset.
What activity does the QUnit Stub functionality perform? Please choose the correct answer. Verifies that expected methods are called correctly Returns values for method calls Supplies parameter for method calls Provides parameters and return values for method calls.
Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop? Please choose the correct answer Scoping, 360’ Research, Ideation 360’ Research, Scoping, Synthesis Scoping, Synthesis, Ideation Scoping, 360’ Research, Synthesis.
Where are the themes saved for the SAP Fiori launchpad? Please choose the correct answer. In the theme repository In the bootstrap In the theme data center In the UI theme designer tool.
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 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 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 Create a nested structure for Sales Order and Sales Order Items.
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.test teardown : function() {} this.calculator.press(“1”) QUnit.module.
Which of the following are features of the SAPUI5 SDK? There are 2 correct answers to this question. Responsiveness across browsers on non-mobile devices only Interface for Web Dynpro Feature-rich UI controls for handling complex UI patterns Full translation support.
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> Please choose the correct answer. EmployeeData.view.xml EmployeeDate.controller.js Neo-app.json Component.js.
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 run configuration file in the app Configure the Supported Languages settings in the Project.json file Enable the preview frame in the run configuration.
What are Smart Controls? Please choose the correct answer. Basic SAPUI5 controls recommended for standalone usage Application templates for SAPUI5 applications to optimize development The predecessor of Smart Templates SAPUI5 controls that can be rendered dynamically according to OData service annotations.
What aggregations are defined by the sap.suite.ui.commons.ChartContainer? There are 3 correct answers to this question. container legend content customicons dimensionSelector.
An administrator wants to configure the SAP Fiori Launchpad for all users in one client for your S/4HANA 1809 landscape. Which of the following options represents the best way for the administrator to do this? There are 3 correct answers to this question. Use the configuration file to define URL parameters to enable/disable features when starting the SAP Fiori Launchpad. Create a target mapping in a catalog and assign the catalog to all users using roles. Define settings using transaction /UI2/FLP CUS CONF. Define settings using transaction /UI2/FLP_SYS CONF.
What visibility does a OData Model instance have when created automatically during application start? Please choose the correct answer. View scope only Control scope only Component scope Controller scope only.
What annotation is used to define the heading of list report? Please choose the correct answer. @UI.headerInfor.typeNamePlural @UI.LineItem.headerTitle @UI.headerInfo.typeName @UI.header.title.
Which different app types can be found in SAP Fiori? There are 2 correct answers to this question. Infrastructural Mobile Industrial Technical Conceptual.
Why does it make sense to use the navigation API of SAPUI5 and not the concepts like the eventbus or the navcontainer functions of the base application? There are 2 correct answers to this question. Using the navigation API it is possible to use bookmarks The eventbus is deprecated and shouldn't be used anymore The Navcontainer of the App-object is not accessible inside component based application Using the navigation API the configuration of routes and targets are clear separated from the application implementation.
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. oninit reset listFilter confirm.
What three key aspects are important when talking about innovation? There are 3 correct answers to this question. Viability Scalability Feasibility Desirability.
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.
What are the SAP Fiori principles? There are 3 correct answers to this question. Coherent Adaptive Rolebased Complex Creative.
Which SAP Fiori app types require the SAP HANA database? There are 2 correct answers to this question. Factsheet Legacy Analytical Transactional.
In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application? Please choose the correct answer. Neo-app.json Manifest.json Index.html Component.js.
Which information is included in the SAPUI5 app’s manifest.json file? There are 3 correct answers to this question. Localization keys Client side data-models App ID, Name and Version SAPUI5 dependencies Referenced data sources.
Since what version of SAPUI5 is the automatic model instantiation supported? Please choose the correct answer. 1.34 1.26 1.30 1.28.
What transaction is used to create an semantic object for customer configuration? Please choose the correct answer. PFCG /UI5/SEMOBJ SU01 /UI2/SEMOBJ /UI5/LPD_CUST.
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 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. If the extension code exists and is NOT referenced in the original view.
Which of the following properties are relevant to the type of facet? There are 2 correct answers to this question. parentId purpose targetQualifier type.
Denunciar Test