Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONНовый практический тест 1

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Новый практический тест 1

Description:
Новый практический тест

Author:
Новый практический тест
(Other tests from this author)

Creation Date:
21/08/2020

Category:
Others

Number of questions: 45
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain? path.json project.json neo-app.json user-project.json.
You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (3 answers) Register to SAP Fiori launchpad SAPUI5 Java Repository SAP HANA Cloud Platform Deploy to SAP Fiori launchpad SAPUI5 ABAP Repository.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? (3 answers) HTML -enable the special characters in the resource file Create a view file and a controller file for each language Create a resource file with a .props extension Create a resource file for each language Create a resource file containing key/value pairs.
Why do you explore the Problem Space in detail during a Design Thinking workshop? To validate solution ideas To save costs in the evaluation phase To create desirable solutions To understand user needs.
When do you select the custom plugins to build and package a hybrid app using the SAP HAT? During the Build the Hybrid Companion App step of installing the SAP HAT During the Configure Path for Custom Plugins step of installing the SAP HAT 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.
To generate SAPUI5 coding that is based on prototypes, which tool do you use? Ul Theme Designer SAP WEB IDE SAP BUILD SPLASH.
You develop an SAPUI5 app that updates data on the SAP back-end system. What activities are required when you implement an XSRF token? (2 answers) Include the token in the HTTP request body of each write request Execute the Refresh method for an expired token Retrieve the token and send it with each service request Generate a token on each read and write request.
Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use? CREATE_DEEP_ENTITY EXECUTE_DEEP_INSERT CREATE_STREAM CREATE_BATCH_ENTITY.
What are the Lifecycle events of an SAPUI5 view controller? (2 answers) onEntry onBeforeRendering onExecution onExit.
In the code on the screenshot, what is the absolute path of the property to retrieve the City value for the company Acme Inc? /regions/0/companies/O/city /regions/companies/O/city /regions/1/companies/1/city /regions/companies/1/city.
You develop an SAPUI5 app that can be extended. To allow your customer notifications, you set up a hook method. What activities are required to implement a hook method? (3 answers) Create a js file in the Util folder to allow the customer to add custom code Define a new function name ensuring it is reserved for the extension Identify a strategic location in the controller for the customized code Add a code snippet to check if the method exists and execute it Modify the bootstrap option to allow multi-layer extensions of the custom code.
Which properties are part of the design phase when you develop SAP Fiori apps? Scoping, 360 degree research and Synthesis Developing, Testing and Deploying Requirement gathering, Research and Documentation Ideation, Prototyping and Validation.
How can you extend an SAP Fiori app? (3 answers) Enable merging of the standard and the custom controller at runtime Modify the data model to merge data at runtime Modify the runtime libraries that are to be loaded Add customer view content in a predefined extension point Modify the properties of the view control.
Which information is included in the SAPUI5 app's manifest.json file? (3 answers) App ID, Name and Version Client side data-models Referenced data sources SAPUI5 dependencies Localization keys.
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? Assert.strictEqual(0,-0,"true"); Assert.strictEqual(0,null,"true"); Assert.strictEqual(0,"","Ttrue"); Assert.strictEqual(0,"0","true");.
What is the required content of the Components file of an extension project? (2 answers) The controller IDs The namespace of the parent app The link to the parent app The customizing section.
What happens if you execute an app that contains the following bootstrap file? (to jest to bootstrapowanie z pliku index.html wtagach <script> i nie byio zadeklarowanego data-sap-ui-theme) <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 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 The bootstrap will load and the application will run successfully but without a theme The bootstrap will load and the customer-defined default theme will be used.
You need to implement an SAP Fiori transactional app for your customer. What benefits are available in the completed app? (2 answers) It allows access to the back end to edit document details It allows drill-down details to be presented in the Ul It allows Ul changes without development privileges in the back-end It allows fast iterations for the Ul apps.
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Factsheet Analytical Transactional Legacy.
You need to configure a SAP Web IDE destination to extend an existing SAP Fiori app. Which configuration setting for the WeblDEUsage property is required? ui5_execute_abap extend_fiori dev_abap odata_fiori.
Which SAP Fiori app types require the SAP HANA database? (2 answers) Legacy Transactional Analytical Factsheet.
Which features of the SAP Web IDE help you extend a standard SAP Fiori app? (2 answers) The Extensibility Pane to extend the control 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.
Which of the following activities allow you to store your changes in a local Git repository? Clone Save Push Commit.
You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? (3 answers) Two-way binding One-way binding Three-way binding Resource-model binding One-time binding.
Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? (2 answers) If the original code required to run the application is overwritten If the extension code accesses parts of the original application that were removed If the extension code exists and is NOT referenced in the original view If the extension code exists in the extended app but the controller name is changed by an app update.
Your customer ask you to add text for a new language to an app. Which file do you provide in the translator? COMPONENT.JS MASTER_VIEW.XML I18N.PROPERTIES MANIFEST.JSON.
For which app type in SAP Fiori do you install the KPI framework? Legacy app Factsheet app Analytical app Transactional app.
Which of the following pattern sequences are the QUnit tests based on? Assert, Act, and Arrange Arrange, Act, and Assert Given, When, and Then Given, Then, and When.
Which elements are part of the UX? (2 answers) User interaction User response User effectiveness User emotion.
You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? (2 answers) oninit confirm reset listFilter.
What is a prerequisite for configuring the SAP Fiori HAT Connector? Set the path for custom plug-ins Create a local Cordova project Generate a service certificate Create an SAP HANA Cloud Platform (HCP) Web IDE account.
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? Sinon OPA Mock server QUnit.
Your customer asks you for the advantages of the Model View Controller (MVC) design pattern. Which of the following answers do you provide? (2 answers) The data that the models work with can be reused by several different applications MVC artifacts can be transported and debugged separately The project team members that have extensive Ul skills can concentrate in that area MVC is easy to implement for the project team members and supports quick coding.
What can your customer use a custom SAP Fiori client for? (3 answers) To wrap the application with SAP Mobile Secure To apply custom branding To build the SAP Fiori Client with a customized communication protocol To add additional plugins to the application To create non-Cordova hybrid application containers.
What is the purpose of the SAP HANA Cloud connector? It lists the search components and corresponding search models needed for the app It connects the services of the SAP HANA Cloud Platform and on-premise system in the customer's network It allows the SAP Web IDE to connect to the on-premise system's Cordova development environment It connects the services of the SAP HANA Cloud Platform and SAP Web IDE.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnittest? this.calculator.press("1") teardown : function() {} QUnit.module QUnit.test.
Your customer needs to securely connect the SAP HANA Cloud Connector to the Web IDE of an on-premise system. How does the SAP HANA cloud connector help do this? (2 answers) It supports custom destination API configuration and certificate inspection It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system It initiates a cloud-based reverse-invoke process It creates connectivity by a reverse-invoke process on the on-premise system.
What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client? Prevent the access to all nonessential plugins Provide a reusable component for storing sensitive information on the device Allow a client policy that can be defined on the mobility platform Enable secure and seamless handling of attachments.
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? (2 answers) column: <Column demandPopin-'true" minScreenWidth-'tablef popinDisplay-'lnline"> column: <Column demandPopin-'true" maxScreenWidth-'mobile" popinDisplay="lnline"> column : <Column demandPopin-'true" minScreenWidth="tablet"> column: <Column:demandPopin="true" maxScreenWidth="mobile">.
To perform a QUnit test, what do you include in a test page under your webapp folder? Stub code Mock code SAPUI5 bootstrap code OPA function.
Which technologies are used to create Hybrid apps and SAPUI5 apps? XML, JSON and CSS HTML5, JavaScript and CSS HTML, JSON and CSS3 XML, JavaScript and CSS3.
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? (2 answers) Create a nested structure for Sales Order and Sales Order Items Create a flat structure with Sales Order and Sales Order Items, and then add an expand command Create an object structure that defines the hierarchy Create individual structures for both Sales Order and Sales Order Items, and then batch them.
In the source code below, which of the following locations must reference theextension 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> EmployeeData.view.xml Component.js Neo-app.json EmployeeDate.controller.js.
You need to strengthen the connection security between the Web IDE and theHybrid App Toolkit Connector. Which of the following activities do you perform? Please choose the correct answer. Replace the default API key Change the default port number Install an X.509 certificate Run the connector with administrator rights.
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.
Report abuse Consent Terms of use