Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONfiorev

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
fiorev

Description:
certificacion

Author:
pitufo18
(Other tests from this author)

Creation Date:
21/04/2023

Category:
Others

Number of questions: 80
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
QUESTION NO: 1 – 1 Correct Answer To perform a QUnit test, what do you include in a test page under your webapp folder? Mock code SAPUI5 bootstrap code OPA function Stub code.
QUESTION NO: 3 – 1 Correct Answer Where are the themes saved for the SAP Fiori launchpad? In the theme tool In the UI theme designer tool In the theme repository in back-end server In the theme repository in front-end server.
QUESTION NO: 10 – 1 Correct Answer You need to consume the OData Service from the Gateway to create a new SAP Fiori app in the SAP Business Application Studio. What value do you configure in the WebIDEUsage property for the destination in the SAP BTP? odata_gen odata_xs odata_abap dev_abap.
QUESTION NO: 12 – 1 Correct Answer You want to create a business catalog for all employees that contains a standard SAP Fiori app.How would you do this? Reference the tile from Odata metadata Reference the tile from a SAP Business Group Reference the tile from a Technical Catalog provided by SAP Reference the tile from a SAP Business Catalog.
QUESTION NO: 13 – 1 Correct Answer Which of the following activities allows you to send commits from your local branch in your Git repository to the remote repository? Save Clone Push Commit.
QUESTION NO: 18 – 1 Correct Answer Your customer asks you to demonstrate their app with localization changes.Which activity do you perform? Show the i18n.properties file translations. Configure the run configuration file in the app. Configure the supportedLanguages settings in the Project.json file. Use the preview frame in the run configuration.
QUESTION NO: 21 – 1 Correct Answer In the data in the screenshot, you want to display the List of Companies in the Americas region. Which binding option do you use for the X, Y, and Z values in the view? X: /regions/0/companies Y: companies/0/name Z: companies/0/city X: /regions/companies Y: companies/name Z: companies/city X: /regions/companies Y: name Z: city X: /regions/0/companies Y: name Z: city.
QUESTION NO: 23 – 1 Correct Answer Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop? Discover -> Design -> Deliver Scoping -> Ideation -> Design Scoping -> Synthesis -> Ideation Scoping -> 360° Research -> Ideation.
QUESTION NO: 27 – 1 Correct Answer Your customer asks you to add text for a new language to an app. Which file do you send to the translator? i18n.properties Master.view.xml Manifest.json Component.js .
QUESTION NO: 28 – 1 Correct Answer Which processes are part of the design phase when you develop SAP Fiori apps? Developing, Testing and Deploying Scoping, 360 degree research and Synthesis Requirement gathering, Research and Documentation Ideation, Prototyping and Validation.
QUESTION NO: 29 – 1 Correct Answer Which model supports deep inserts? Resource model OData model JSON mode XML model.
QUESTION NO: 32 – 1 Correct Answer What can you connect with the SAP Cloud Connector? SAP BTP services to on-premise systems in a customer's network SAP BTP services to SAP Business Application Studio SAP Business Application Studio to a Cordova development environment SAP API Business Hub to client devices .
QUESTION NO: 34 – 1 Correct Answer You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? assert.strictEqual (0,null,"true"); assert.strictEqual (0,"0","true"); assert.strictEqual (0," ","true"); assert.strictEqual (0,-0,"true");.
QUESTION NO: 36 – 1 Correct Answer Why do you explore the Problem Space in detail during a Design Thinking workshop? To understand user needs To save costs in the evaluation phase To validate solution ideas To create desirable solutions.
QUESTION NO: 37 – 1 Correct Answer Which method on the SAP NetWeaver Gateway must you use to provide deep inserts? CREATE_DEEP_INSERT_ENTITY CREATE_INSERT_ENTITY CREATE_DEEP_ENTITY CREATE_INSERT_DEEP_ENTITY .
QUESTION NO: 39 – 1 Correct Answer Which file can you use to configure internal navigation for List Report and Object Page templates? OData annotation file vocabulary.xml file manifest.json file index.html file .
QUESTION NO: 42 – 1 Correct Answer What activity does the QUnit Stub functionality perform Supplies parameters for method calls Verifies that expected methods are called correctly. Provides parameters and return values for method calls. Returns values for method calls.
You created a new catalog that contains some apps. You want to assign these apps to an existing role to provide authorization for the business users. How can you do this using the PFCG transaction? By adding the semantic object to the catalog and group By assigning the authorization profile for the catalog in the authorization tab By adding the catalog to the menu tab of the role By adding the tile and target mapping to the group .
QUESTION NO: 44 – 1 Correct Answer You need to configure an SAP Destination service to enable SAP Business Application Studio to extend an existing SAP Fiori app. Which configuration setting for the WebIDEUsage property is required? odata_abap extend_abap dev_abap ui5_execute_abap.
QUESTION NO: 45 – 1 Correct Answer 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? JSONModel ResourceModel XMLModel ODataModel.
QUESTION NO: 47 – 1 Correct Answer 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? HTTP_WHITELIST HTTP_CSP_MADMIN HTTP_MADMIM HTTPURLLOC.
QUESTION NO: 50 – 1 Correct Answer Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use? EXECUTE_DEEP_INSERT CREATE_STREAM CREATE_DEEP_ENTITY CREATE_BATCH_ENTITY .
QUESTION NO: 52 – 1 Correct Answer You are modeling a new role for your SAP Fiori Launchpad users. Which of the following steps is an optional configuration step? Create Catalog Create Tiles and Target Mappings Create Group and Assign Tile Assign Catalog to Role.
QUESTION NO: 54 – 1 Correct Answer What type of navigation is used in SAP Fiori Launchpad applications? Action-based navigation Scope-based navigation Target-based navigation.
QUESTION NO: 56 – 1 Correct Answer As which app type does SAP Business Application Studio deploy an SAPUI5 app to the ABAP server? OpenUI5 ABAP BSP HTML5 .
QUESTION NO: 57 – 1 Correct Answer What are Smart Controls? The predecessor of Smart Templates SAPUI5 controls that can be rendered dynamically according to OData service annotations Basic SAPUI5 controls recommended for standalone usage Application templates for SAPUI5 applications to optimize development .
QUESTION NO: 59 – 1 Correct Answer Which of the following tile types can use an OData service to set the title properties? Semi-dynamic Dynamic Static.
QUESTION NO: 61 – 1 Correct Answer Which HTTP request method can you use to create an OData resource? CHANGE POST PUT UPDATE .
QUESTION NO: 64 – 1 Correct Answer You extend an SAP Fiori app. The visibility value of a View Button control needs to be modified. Which extension point do you use? View Modification View Replacement View Extension View Visibility.
QUESTION NO: 66 – 1 Correct Answer Which of the following pattern sequences are the QUnit tests based on? Given, Then, and When Given, When, and Then Arrange, Act, and Assert Assert, Act, and Arrange.
QUESTION NO: 67 – 1 Correct Answer In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application? Index.html Manifest.json Component.js Neo-app.json.
QUESTION NO: 71 – 1 Correct Answer In the source code below, which of the following locations must reference the extension point? EmployeeData.controller.js EmployeeData.view.xml Component.js Neo-app.json.
QUESTION NO: 72 – 1 Correct Answer While testing an SAP Fiori app you discover that the navigation on the page does not work correctly Which of the following agile pyramid options do you use? Mock server OPA Sinon Qunit.
QUESTION NO: 76 – 1 Correct Answer In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app? SAP HANA XS Engine SAP Back-End Server (BES) SAP Web Dispatcher.
QUESTION NO: 79 – 1 Correct Answer In an SAP Fiori elements List Report page, what does the @UI.lineitem.position determine? In which devices list columns are displayed The justification of the columns of a list The order of the columns of a list The sort order of the rows of a list .
QUESTION NO: 81 – 1 Correct Answer In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test? QUnit.module teardown : function() {} QUnit.test this.calculator.press("1"); .
QUESTION NO: 82 – 1 Correct Answer Which control can you use to create responsive table-free layouts? sap.ui.layout.VerticalLayout sap.ui.layout.Grid sap.ui.layout.ResponsiveFlowLayout sap.ui.layout.HorizontalLayout .
QUESTION NO: 6 – 2 Correct Answers Why does SAP Fiori use an intent-based navigation? To support cross-app navigation The concrete app targets can be deployed separately Interdependent targets must be deployed in a single transport request To provide different results to different users with the same intent.
QUESTION NO: 7 – 2 Correct Answers You develop an SAPUI5 app that updates data on the SAP back-end system. What activities are required when you implement an XSRF token? Execute the Refresh method for an expired token. Generate a token on each read and write request. Retrieve the token and send it with each write request Include the token in the HTTP request body of each write request. .
QUESTION NO: 8 – 2 Correct Answers Which annotations are needed in a CDS View to create an Analytic Card in an Overview Page? @UI.Chart @UI.identification @UI.dataPoint.responsible @UI.lineItem .
QUESTION NO: 14 – 2 Correct Answers What are some advantages of the Model View Controller (MVC) design pattern used in SAPUI5? Allows changing the view without modifying the underlying business logic. MVC artifacts can be transported and debugged separately. Allows to define several views of the same data. It supports quick coding.
QUESTION NO: 16 – 2 Correct Answers What are the advantages of the Sinon.JS framework? It enables test-driven development. It supports only synchronous requests. It supplies higher level test doubles for timers and AJAX requests.. It is included in the SAP UI5 libraries. .
QUESTION NO: 19 – 2 Correct Answers Which of the following can you use to extend an SAP Fiori Elements application? App extension Adaption extensions ABAP extension CDS extensión.
QUESTION NO: 20 – 2 Correct Answers Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? Verify that adding custom content in the Extension Points is NOT sufficient Create an SAPUI5 control that replaces the original control Create an SAPUI5 view that replaces the complete view Identify a specific SAPUI5 control to be replaced.
QUESTION NO: 22 – 2 Correct Answers Which features of the SAP Business Application Studio help you extend a standard SAP Fiori app? An editor to modify the data model in the extended project The Descriptor Editor to choose elements for extension A wizard to generate the files for each extension possibility The Extensibility Pane to choose extension points.
QUESTION NO: 24 – 2 Correct Answers What are the advantages of Local Annotations Over SADL-based Annotations? Can handle Complex annotations which is not a bound to a single field or entity Can Override the CDS based Annotations Local Annotations are more reusable as compared to SADL based annotations All the Framework-Specific Annotations available as a part of CDS views are also available as a part of Annotation Modeler, which makes it highly flexible.
QUESTION NO: 25 – 2 Correct Answers You finalized your SAPUI5 app in the SAP Business Application Studio. To which of the following platforms can you deploy this app? SAP BTP SAPUI5 Java repository SAP Fiori launchpad SAPUI5 ABAP repository.
QUESTION NO: 30 – 2 Correct Answers Which tile types can you use to display real-time data values that are read from an OData service? KPI-based tile App Launcher - Static tile App Launcher - Dynamic tile News tile.
QUESTION NO: 31 – 2 Correct Answers Which SAP Fiori app types require the SAP HANA database? Transactional Legacy Analytical Factsheet.
QUESTION NO: 33 – 2 Correct Answers Which annotations are needed in a CDS View to create an Analytic Card in an Overview Page? @UI.Chart @UI.identification @UI.dataPoint.responsible @UI.lineItem .
QUESTION NO: 35 – 2 Correct Answers Which properties do you need to configure when you use the Mock server? Destination Module path Service URL Binding type.
QUESTION NO: 38 – 2 Correct Answers 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? An object structure that defines the hierarchy. A nested structure for Sales Order and Sales Order Items A flat structure with Sales Order and Sales Order Items, and then add an expand command. An individual structures for both Sales Order and Sales Order Items, and then batch them. .
QUESTION NO: 40 – 2 Correct Answers In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company Acme Inc.? /region[0]/companies[0]/city /regions/companies/0/city /regions/0/companies/0/city /regions/1/companies/1/city .
QUESTION NO: 49 – 2 Correct Answers Your customer requires an app to display flight information on a mobile device as detailed in the following screenshot for details. Which options can you use to display the same data in a readable format on a mobile device? column:<column demandpopin=´´true´´ maxscreenwidth=´´mobile´´></column> column:<column demandpopin=´´true´´ minscreenwidth=´´tablet´´ popindisplay=´´Inline´´></column> column:<column demandpopin=´´true´´ minscreenwidth=´´tablet´´></column> column:<column demandpopin=´´true´´ maxscreenwidth=´´ mobile´´ popindisplay=´´Inline´´></column>.
QUESTION NO: 51 – 2 Correct Answers To which of the following does an SAP Fiori tile point directly? An action A semantic object An SAP Fiori app A target mapping with a semantic object and an action .
QUESTION NO: 53 – 2 Correct Answers What are some characteristics of fragments? Fragments can be a stand-alone view Fragments are light-weight UI parts that can be reused. Fragments have their own controller. Fragments are found by SAPUI5 Runtime using the module loading mechanism. .
QUESTION NO: 58 – 2 Correct Answers Which activities does the the OData Model Editor support? Create ODataModels Deploy ODataModels Test ODataModels Edit ODataModels .
QUESTION NO: 60 – 2 Correct Answers What are the lifecycle events of an SAPUI5 view controller? onAfterRendering onRendering onbeforeEntry onExit.
QUESTION NO: 62 – 2 Correct Answers What is the required content in the Component.js file for an extension project? The controller IDs The namespace of the parent app The link to the parent app The customizing section .
QUESTION NO: 68 – 2 Correct Answers You need to securely connect the SAP BTP to an on-premise system. How does the SAP Cloud Connector help do this? It supports custom destination API configuration and certificate inspection It creates connectivity by a reverse-invoke process on the on-premise system It secures an SSL tunnel between the SAP BTP and the on-premise system. It initiates a cloud-based reverse-invoke process. .
QUESTION NO: 69 – 2 Correct Answers Which SAP Fiori application can you launch using the search function instead of a tile? Analytical Transactional Legacy Factsheet .
QUESTION NO: 70 – 2 Correct Answers Which of the following are features of the SAPUI5 SDK? Responsiveness across browsers on non-mobile devices only Interface for Web Dynpro Full translation support Feature-rich UI controls for handling complex UI patterns .
QUESTION NO: 73 – 2 Correct Answers What are some of the core design principles of SAP Fiori? Multi-device support Role-based Adaptive Accessibility .
QUESTION NO: 74 – 2 Correct Answers What are the limitations of OPA5 test? No screen capturing No automated test creation No remote test execution No access to JavaScript functions.
QUESTION NO: 77 – 2 Correct Answers You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? oninit reset confirm listFilter.
QUESTION NO: 78 – 2 Correct Answers Which elements are part of a list report? Cards Visual filters Application header Save as tile button.
QUESTION NO: 80 – 2 Correct Answers What are Technical Catalogs used for? To reference tiles and target mappings according to Segregation of Duties for example a Purchaser, a Buyer and so on To store tiles and target mappings by technology per solution area As a reference for Business Groups As a reference for Business Catalogs.
QUESTION NO: 2 – 3 Correct Answers How can you extend an SAP Fiori app? Modify the runtime libraries that are to be loaded. Create an adaptation project Add custom view content in a predefined extension point. Modify the properties of the view control. Modify the data model to merge data at runtime. .
QUESTION NO: 4 – 3 Correct Answers What options can you use to add UI annotations to a SAP Fiori Element Page? Add Annotation to the Annotation file present as a part of WebIDE project using Annotation modeler Add Annotation with the help of a Metadata Extension Add Annotations to the manifest file present as a part of WebIDE project using the Descriptor Edit Add Annotations to the underlying CDS view . Add Annotation to the underlying Database Table .
QUESTION NO: 5 – 3 Correct Answers Your customer requires that the SAPUI5 design of all apps matches their corporate theme. Which of the following actions do you perform? Create a model using the SAP Business Application Studio implementing the theme. Reference the relevant artifacts in the bootstrap of the app. Create a module using the Web IDE implementing the theme. Create a theme using the Theme Designer implementing the theme. Create a css file using the SAP Business Application Studio implementing the theme. .
QUESTION NO: 9 – 3 Correct Answers Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? Create a view file and a controller file for each language Create a resource file for each language. Encode the special characters in HTML in the resources file Create a resource file with a .props extension. Create a resource file containing key/value pairs. .
QUESTION NO: 11 – 3 Correct Answers What are some extensibility options in SAPUI5? Modify SAP Fiori floorplans Change controls in the sap.m library Include JavaScript, HTML, and CSS in SAPUI5-based pages Create composite controls from existing SAPUI5 controls. Write new libraries and new controls.
QUESTION NO: 15 – 3 Correct Answers Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? Overview Page List Report Initial Page Analytical List Page Wizard .
QUESTION NO: 17 – 3 Correct Answers Which information is included in the SAPUI5 app’s manifest.json file? SAPUI5 dependencies App ID, Name, and Version Referenced data sources Localization keys Client side data-models.
QUESTION NO: 41 – 3 Correct Answers Which methods can you use to bind data to the controls in SAPUI5? Element Structures Property Combination Aggregation.
QUESTION NO: 55 – 3 Correct Answers You need to bind data from a model to an SAPUI5 view control. Which of the following modes are valid? One-way binding Resource-model binding Three-way binding One-time binding Two-way binding.
QUESTION NO: 63 – 3 Correct Answers A business user is unable to find an application on the SAP Fiori Launchpad or on the App Finder. Which of the following options could explain why the tile is unavailable? The user does not have the proper PFCG role assigned to see the application or tile. The catalogs assigned to the user do not contain the relevant application or tile. The OData service authorization is missing. The target mapping for the tile is missing in the catalog. The end user is missing the required group containing the tile. .
QUESTION NO: 65 – 3 Correct Answers You develop an SAPUI5 app that can be extended. To allow your customer to customize notifications, you set up a hook method. What activities are required to set up a hook method? Modify the bootstrap option to allow multi-layer extensions of the custom code. Identify a strategic location in the controller for the customized code Define a new function name ensuring it is reserved for the extension. Create a .js file in the Util folder to allow the customer to add custom code. Add a code snippet to check if the method exists and execute it. .
QUESTION NO: 75 – 3 Correct Answers What are catalog types in SAP Fiori? Tile Standard System Replicable None-typed .
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Factsheet Legacy Transactional Analytical.
Report abuse Consent Terms of use