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

Descripción:
MSGS No. 2

Autor:
MSGS
OTROS TESTS DEL AUTOR

Fecha de Creación:
06/08/2023

Categoría: Personal

Número Preguntas: 80
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Why is it advisable to not use a custom CSS file in your SAP UI5 applications? Please choose the correct answer. Having one central design created with the theme designed is every efficient. When something needs to be changed at the client interface, it is easier to handle. Time spent designing modified CSS is expensive. SAPUI5 has problems with custom CSS.
What approach gives you the most flexibility for your SAPUI5 application? Please choose the correct answer. Using Controller based approach Implement complex UIs in the index.html Using Component based approach Using View only based approach.
You need the backend 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. JSONModel ODataModel ResourceModel XMLModel.
Which properties do you need to configure when you use the Mock server? There are 2 correct answers to this question. Module path Destination Service Url Binding type.
What are some extensibility options in SAPUI5? There are 3 correct answers to this question. Create composite controls from existing SAPUI5 controls. Include JavaScript, HTML, and CSS in SAPUI5-based pages Change controls in the sap.m library Modify SAP Fiori floorplans Write new libraries and new controls.
What names have the view ports of the SAP Fiori launchpad? There are 3 correct answers to this question. Workspace Desktop Me area Notification area.
What is an Aggregation? There are 2 correct answers to this question. Is not a parent/ child relationship A relationship between two controls Is a parent child relationship A relationship between the text field and its label.
In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app? Please choose the correct answer. SAP Web Dispatcher SAP Back-End Server (BES) SAP HANA XS Engine SAP Front-End Server (FES).
Which of the following layouts, are described in v1.48 of guidelines? There are 2 correct answers to this question. Mobile device layout Full-screen Split-screen Dynamic page Flexible column layout.
Which of the following pattern sequences are the QUnit tests based on? Please choose the correct answer. Given, Then, and When Given, When, and Then Arrange, Act, and Assert Assert, Act, and Arrange.
What different content densities are provided by SAPUI5? There are 3 correct answers to this question. Compact Strict Large Condensed Cozy.
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.type.CSSSize Define the property width of the type string Define the property width of the type sap.ui.core.CSSSize Define the property width of the type sap.ui.core.Integer.
Which HTTP request method can you use to create an OData resource? Please choose the correct answer. POST CHANGE UPDATE PUT.
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 containing key/value pairs HTML -enable the special characters in the resource file Create a resource file with a .props extension.
You are modeling a new role for your SAP Fiori Launchpad users. Which of the following steps is an optional configuration step? Please choose the correct answer. Create Tiles and Target Mappings Create Group and Assign Tile Create Catalog Assign Catalog to Role.
What is the goal of every developer? There are 3 correct answers to this question. Increase efficiency Develop faster Less maintenance Increase development effort.
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. App Launcher – Static tile App Launcher – Dynamic tile News tile KPI based tile.
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 Include the token in the HTTP request body of each write request Execute the Refresh method for an expired token Generate a token on each read and write request.
What are some advantages of the Model View Controller (MVC) design pattern used in SAPUI5? There are 2 correct answers to this question. Allows to define several views of the same data. It supports quick coding. Allows changing the view without modifying the underlying business logic. MVC artifacts can be transported and debugged separately.
You are creating KPI Design or KPI Modeler Apps using the SAP KPI Framework. Which of the following sequences is the correct one for this? Please choose the correct answer. Create Evaluation, Create Tile, Create KPI, Manage KPI Associations, Configure Drill-Down Create KPI, Configure Drill-Down, Create Evaluation, Create Tile, Manage KPI Associations Create Tile, Create KPI, Create Evaluation, Configure Drill-Down, Manage KPI Associations Create KPI, Create Evaluation, Create Tile, Configure Drill-Down, Manage KPI Associations.
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 XML model Resource model JSON model.
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 server based applications User Interface technology for building and adapting client applications Providing a lightweight programming model for desktop only applications.
What is a prerequisite for configuring the SAP Fiori HAT Connector? Please choose the correct answer. Create a local Cordova project Generate a service certificate Set the path for custom plug-ins Create an SAP HANA Cloud Platform (HCP) Web IDE account.
What is the required content of the Component.js file of an extension project? There are 2 correct answers to this question. The namespace of the parent app The link to the parent app The controller IDs The customizing section.
What is the name of the aggregation of the sap.m.App control where the UI-controls are aggregated? Please choose the correct answer. pages detailPages fullPages masterPages.
Which of the following components are part of the SAP Fiori launchpad? There are 3 correct answers to this question. Runtime container UI2 services Shell container Runtime configuration Shell Services.
Which tool can you use to generate SAPUI5 coding that is based on prototypes? Please choose the correct answer. Adobe Flash SAP WEB IDE UI Theme Designer SAP Build.
Your customer requires that the SAPUI5 design of all apps matches their corporate theme. Which of the following actions do you perform? There are 3 correct answers to this question. Create a theme using the Theme Designer implementing the theme. Create a module using the Web IDE implementing the theme. Create a model using the SAP Business Application Studio implementing the theme. Reference the relevant artifacts in the bootstrap of the app. Create a css file using the SAP Business Application Studio implementing the theme.
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? Please choose the correct answer. odata_xs odata_abap dev_abap odata_gen.
What is the correct HTTP request method that is required to modify an ODATA resource? Please choose the correct answer. CHANGE PUT UPDATE POST.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? Please choose the correct answer. Logon Manager Network Connection App Update Dialog Notification.
In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app? Please choose the correct answer. SAP Front-End Server (FES) SAP Back-End Server (BES) SAP HANA XS Engine SAP Web Dispatcher.
What is SAP Fiori floorplan? Please choose the correct answer. A floorplan is a layout of the SAP web dynpro layouts for SAP Fiori apps A floorplan defines the overall layout of an application A floorplan is a layout of SAPUI5 A floorplan is a UI pattern that provides consistent UX.
What are the advantages of the Sinon.JS framework? There are 2 correct answers to this question. 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 It enables test-driven development.
Which options are known to consume SAP Fiori apps on mobile clients without using the SDK for iOS or Android? There are 3 correct answers to this question. SAP Fiori in a browser SAP Fiori GUI Client SAP Fiori client app or custom SAP Fiori Client SAP Fiori Mobile with Kapsel SDK.
When do you not use the overview page floorplan? There are 3 correct answers to this question. You just represent one application and less than three cards. You want to display a collection of items and process them or delegate them to someone else. You want to show information about one object only. In this case, use the object page instead. A high-level or birds-eye view of an application content is sufficient.
SAPUI5 provides two different router implementations. What router class is used in SAP Fiori apps as a router or as a router base class, when you want to implement your own router? Please choose the correct answer. sap.ui.core.routing.Router sap.m.routing.Router sap.m.Router sap.routing.Router.
Which aspects should be considered in deciding which layout template to use? There are 2 correct answers to this question. It is helpful to answer questions on the nature of tasks You need to analyze the capabilities of the user You need to consider what the user wants to achieve when working in the app You need to analyze what end device the app is executed on You need to consider which browser type is used.
What are the two aggregations provided by the sap.m.SplitApp to add page implementation? There are 2 correct answers to this question. masterPages mainPages detail detailPages infoPage.
What are the main characteristics of a search field in SAP Fiori element-based applications? There are 3 correct answers to this question. No value help dialog Finds a keyword in multiply fields Supports fuzzy search Provides multiple search fields.
What impact does SAP Fiori have on Business? There are 3 correct answers to this question. User-centered Simplification Re-imagine processes Digitalization Web and open standards.
Which method on the SAP NetWeaver Gateway must you use to provide deep inserts? Please choose the correct answer. CREATE_DEEP_ENTITY CREATE_INSERT_DEEP_ENTITY CREATE_INSERT_ENTITY CREATE_DEEP_INSERT_ENTITY.
Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select? Please choose the correct answer. One-time Three-way Two-way One-way.
What is the name of the UI-control that acts a canvas for diagrams? Please choose the correct answer. SAPDiagram VizDiagram VizFrame VizArea.
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 A description of the technological foundation.
Which of the following make up the configuration of a tile for launching an SAP fiori app of type SAP UI5 in the SAP Fiori launchpad designer? There are 4 correct answers to this question. Launchpad creation via LPD_CUST Tile Implementation Semantic Object Tile Configuration Target Mapping.
What are the two components of the OData Runtime? There are 2 correct answers to this question. IW_BEP IW_HANA GW_CORE IW_FND.
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. project.json path.json user-project.json neo-app.json.
What modes are provided by the enumeration sap.m.SplitAppMode? There are 3 correct answers to this question. StretchCompressMode ShrinkCozyMode HodeShowMode ShowHideMode PopoverMode.
What are some characteristics of fragments? There are 2 correct answers to this question. Fragments are light-weight UI parts that can be reused. Fragments have their own controller Fragments can be a stand-alone view Fragments are found by SAPUI5 Runtime using the module loading mechanism.
What are the Lifecycle events of an SAPUI5 view controller? There are 2 correct answers to this question. onExit onEntry onBeforeRendering onExecution.
To which of the following does an SAP Fiori tile point directly? Please choose the correct answer. An action A target mapping with a semantic object and an action A semantic object An SAP Fiori app.
Which type of application can use the dynamic page layout? Please choose the correct answer. The layout is only used for master-detail scenario The dynamic page layout is only used for analytical applications The layout is deprecated, which means you should not use the layout anymore You can use the dynamic page layout of any kind of application.
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 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.
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 Replacement View Visibility.
You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? There are 3 correct answers to this question. Three-way binding one-way binding Resource-model binding two-way binding One-time binding.
Why does SAP Fiori use an intent-based navigation? Please choose the correct answer. Apps targets can be deployed separately The concrete app targets can be deployed separately App implementation make the app deployment easier Apps can be developed and deployed in parallel.
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. JSONModel XMLModel ResourceModel ODataModel.
When do you use flexible column layout? Please choose the correct answer. You want to split a single object into multiple columns or display only a small amount of information You want to create a master-detail-detail scenario in which the user can drill down or navigate You want to open multiple instances of the same object type You want to embed the SAP Fiori launchpad or overview page into one of the columns.
You are an administrator for your S/4HANA 1809 landscape. You want to disable personalization and themes on the SAP Fiori Launchpad for select users in one client. How can you do this? Please choose the correct answer. Create a new catalog referencing /UI2/CONFIG_PERS_ON, adjusting the relevant parameter in the target mapping, and assign it to the users by a PFCG role. Create a new catalog referencing /UI2/CONFIG_PERS_OFF and assign it to the users by a PFCG role. Create a new catalog referencing /UI2/CONFIG_SYS_CONF and assign it to the users by a PFCG role. Create a new catalog referencing /UI2/CONFIG_CUS_CONF and assign it to the users by a PFCG role.
What type of navigation is used in SAP Fiori Launchpad applications? Please choose the correct answer. Target-based navigation Action-based navigation Scope-based navigation.
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.
What result do you expect from the de-composition and re-composition phases? There are 3 correct answers to this question. An adaptive and coherent app The break-down of a large transaction A responsive de-composed design A purpose-built app to support personas The prevention of irrelevant data being shown to the user.
What problem is solved by the wizard floorplan? Please choose the correct answer You want to display all the information of a simple or complex object, with different facets, in a responsive way The user must process a long and unfamiliar task You want to display a large collection of items, and the user can take some action You want to display a collection of items and process them or delegate them to someone else.
Which of the following can be used for usability assessment? There are 3 correct answers to this question. Questionnaires Heuristic evaluation User observation User testing.
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 a different from the business packages Two different deployment packages on the same system as the business system One deployment package on a different system from the business system One deployment package on the same system as the business system.
How do you integrate SAPUI5 in a Kapsel/Hybrid app? Please choose the correct answer. Create a new Kapsel plugin using SAPUI5 Configure the SAPUI5 resources in the config.xml file of the Hybrid app Add the SAPUI5 bootstrap code into index.html Add the sap-mobile-hybrid.js file to the Hybrid app.
What problem is solved by the worklist report floorplan? Please choose the correct answer. You want to display all the information of a simple or complex object, with different facets, in a responsive way You want to display a collection of items and process them or delegate them to someone else The user must process a long and unfamiliar task You want to display a large collection of items, and the user can take some action.
Which methods can you use to bind data to the controls in SAPUI5? There are 3 correct answers to this question. Aggregation Element Structure Property Combination.
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 Load tests Navigation tests.
Which file can you use to configure internal navigation for List Report and Object Page templates? Please choose the correct answer. index.html file manifest.json file vocabulary.xml file OData annotation file.
Which HTTP request methods does the SAP Gateway server use to compute and return a new eTag in a response header? There are 2 correct answers to this question. PUT POST GET DELETE.
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 theme using the Theme Designer implementing the specific look and feel and reference this theme 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 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 global JavaScript file using the Web IDE implementing the specific look and feel and reference this file in the bootstrap of all apps.
Which control can you use to create responsive table-free layouts? Please choose the correct answer. sap.ui.layout.ResponsiveFlowLayout sap.ui.layout.HorizontalLayout sap.ui.layout.VerticalLayout sap.ui.layout.Grid.
What are the basic guidelines of the Extension Point concept of SAPUI5? There are 2 correct answers to this question. The custom app remains modification free The parent app contains all modifications The custom app and the parent app contain a component.js file The custom app is located in a separate project.
How many columns are supported by the flexible column layout? Please choose the correct answer. 4 3 5 2 1.
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 customer-defined default theme will be used The bootstrap will load and the application will run successfully but without a theme The bootstrap will NOT load and the application will produce an error message that the theme is missing The bootstrap will load and the SAP default theme will be used.
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. File System Service URL Service Catalog Enterprise Service Registry Process Integration Platform.
SAP Fiori Elements utilizes a metadata-driven approach for SAP Fiori app development. What are the implications of this? Please choose the correct answer. App developers must use JavaScript to allow their applications to read OData annotations and metadata. The SAPUI5 runtime interprets metadata and annotations of the OData service and uses the corresponding views for the Fiori app at startup. SAPUI5 Smart Controls must be created by developers to utilize the OData annotations and metadata of SAP Fiori Elements templates. Smart Templates must be used by the developer to consume OData annotations and metadata so the SAPUI5 runtime can use the corresponding view.
Denunciar Test