Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONtest1-f

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
test1-f

Description:
test1 f

Author:
me
(Other tests from this author)

Creation Date:
25/04/2022

Category:
Others

Number of questions: 44
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
What are the limitations of OPA5 test? There are 2 correct answers to this question. Choose: Testing across more than one page is NOT possible End-to-End tests are NOT recommended It never causes a test to fail The developer needs to create the test during development.
Since what version of SAPUI5 is the automatic model instantiation supported? Please choose the correct answer. Choose one: 1.26 1.28 1.30 1.34.
To perform a QUnit test, what do you include in a test page under your webapp folder? Please choose the correct answer. Choose one: SAPUI5 bootstrap code Mock code Stub code OPA function.
What activity does the QUnit Stub functionality perform? Please choose the correct answer. Choose one: Returns values for method calls Verifies that expected methods are called correctly Supplies parameter for method calls Provides parameters and return values for method calls.
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? Please choose the correct answer. Choose one: Assert.strictEqual(0,-0,”true”); Assert.strictEqual(0,”0”,”true”); Assert.strictEqual(0,””,”true”); Assert.strictEqual(0,null,”true”);.
Which of the following pattern sequences are the QUnit tests based on? Please choose the correct answer. Choose one: Arrange, Act, and Assert Given, When, and Then Given, Then, and When Assert, Act, and Arrange.
Which technologies are used to create Hybrid apps and SAPUI5 apps? Please choose the correct answer. Choose one: HTML5, JavaScript and CSS XML, JavaScript and CSS3 HTML, JSON and CSS3 XML, JSON and CSS.
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. Choose: Service Catalog Service URL File System Process Integration Platform Enterprise Service Registry.
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. Choose one: BSP OpenUI5 HTML5 ABAP.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? Please choose the correct answer. Choose one: Dialog Notification App Update Logon Manager Network Connection.
How can you extend an SAP Fiori app? There are 3 correct answers to this question. Choose: Modify the properties of the view control Enable merging of the standard and the custom controller at runtime Add customer view content in a predefined extension point Modify the data model to merge data at runtime Modify the runtime libraries that are to be loaded.
Why do you explore the Problem Space in detail during a Design Thinking workshop? Please choose the correct answer. Choose one: To understand user needs To save costs in the evaluation phase To validate solution ideas To create desirable solutions.
Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? There are 2 correct answers to this question. Choose: Verify that adding custom content in the Extension Points will NOT suffice Create an SAPUI5 view that replaces the complete view Identify a specific SAPUI5 control to be replaced Create an SAPUI5 control that replaces the original control.
In the design thinking phase of your customer project, one design is accepted as viable. What other attributes need to be valid for this design to be considered? There are 2 correct answers to this question. Choose: Feasible Desirable Usable Achievable.
Which properties are part of the design phase when you develop SAP Fiori apps? Please choose the correct answer. Choose one: Ideation, Prototyping and Validation Developing, Testing and Deploying Scoping, 360 degree research and Synthesis Requirement gathering, Research and Documentation.
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. Choose one: writeControlData write writIcon writeClasses.
You need to strengthen the connection security between the Web IDE and the Hybrid App Toolkit Connector. Which of the following activities do you perform? Please choose the correct answer. Choose one: Replace the default API key Install an X.509 certificate Run the connector with administrator rights Change the default port number.
What is the name of the aggregation of the sap.m.App control where the UI-controls are aggregated? Please choose the correct answer. Choose one: pages fullPages masterPages detailPages.
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. Choose one: Mock server OPA QUnit Sinon.
What steps are part of the design phase (Solution Space) in the DLD? There are 3 correct answers to this question. Choose: Prototype Validate Ideate Scope Test.
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. Choose: 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 theme using the Theme Designer implementing the specific look and feel and reference this theme 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 module using the Web IDE implementing the specific look and feel and reference this module 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.
What makes a standard UI control to be named as a complex control? There are 2 correct answers to this question. Choose: Associations Aggregations Values Properties.
What are the two aggregations provided by the sap.m.SplitApp to add page implementation? There are 2 correct answers to this question. Choose: masterPages detailPages mainPages infoPage detail.
What is the best approach to show a UI-control only on a desktop and not on mobile device? Please choose the correct answer. Choose one: Use the standard CSS class sapUiVisibleOnlyOnDesktop 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.
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. Choose one: OData model Resource model XML model JSON model.
What aspects of the runtime environment can be accessed by the Device API of SAPUI5? There are 4 correct answers to this question. Choose: Touch specific features Orientation change Screen size Operating system Language.
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. Choose one: odata_abap dev_abap odata_gen odata_xs.
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. Choose one: /regions/0/companies/0/city /regions/companies/1/city /regions/1/companies/1/city /regions/companies/0/city.
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. Choose one: i18n.properties Components.js Master.view.xml Manifest.json.
Where are the themes saved for the SAP Fiori launchpad? Please choose the correct answer. Choose one: In the theme repository In the UI theme designer tool In the bootstrap In the theme data center.
What result do you expect from the de-composition and re-composition phases? There are 3 correct answers to this question. Choose: A purpose-built app to support personas The prevention of irrelevant data being shown to the user The break-down of a large transaction An adaptive and coherent app A responsive de-composed design.
How do you access the MessageManager? Please choose the correct answer. Choose one: It is a singleton and can be accessed by the getMessageManager function on the core object You have to instantiate the MessageManager using the constructor function Each UI-control provides a function to access the messager.
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. Choose: sap.ui.viewModifications sap.ui.controllerExtensions sap.ui.modelModifications sap.ui.i18nModifications.
What impact does SAP Fiori have on Business? There are 3 correct answers to this question. Choose: Simplification Re-imagine processes Digitalization User-centered Web and open standards.
Which model type in SAPUI5 does NOT support one-way and two-way binding from model to view? Please choose the correct answer. Choose one: Resource model JSON model OData model XML model.
Which of the following components are part of the SAP Web IDE, hybrid app toolkit add-on? Please choose the correct answer. Choose one: SAP Web IDE Plugin, Hybrid Companion App, Hybrid App Toolkit Connector Hybrid Companion App, Config.json, Package.json, SAP Web IDE Plugin Hybrid App Project Templates, Device Configuration, Hybrid App Toolkit Connector Kapsel Plugins, SAP Web IDE Plugin, Hybrid App Toolkit Connector.
What are the current UI Technologies of SAP? There are 3 correct answers to this question. Choose: Dynpro SAPUI5 Web Dynpro ABAP / Floorplan Manager Java Server Pages Business Server Pages.
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. Choose: Create an object structure that defines the hierarchy 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 individual structures for both Sales Order and Sales Order Items, and then batch them.
Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting? Please choose the correct answer. Choose one: Config.json Package.json appConfig.js Assistmsg.json.
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. Choose: Execute the Refresh method for an expired token Include the token in the HTTP request body of each write request Generate a token on each read and write request Retrieve the token and send it with each service request.
Which methods can you use to bind data to the controls in SAPUI5? There are 3 correct answers to this question. Choose: Structure Combination Aggregation Property Element.
What are the Lifecycle events of an SAPUI5 view controller? There are 2 correct answers to this question. Choose: onBeforeRendering onExecution onEntry onExit.
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. Choose: It allows access to the back end to edit document details It allows drill-down details to be presented in the UI It allows UI changes without development privileges in the back-end It allows fast iterations for the UI apps.
What relation is between the model and the controller in the standard MVC implementation? There are 2 correct answers to this question. Choose: The model updates the controller The controller modifies the model The model notifies the controller about changes The controller sets the model visibility.
Report abuse Consent Terms of use