Фиори Тест 1
![]() |
![]() |
![]() |
Title of test:![]() Фиори Тест 1 Description: Фиори Тест 1 |




New Comment |
---|
NO RECORDS |
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 UI apps. Why does SAP Fiori use an intent-based navigation?. Apps targets can be deployed separately. App implementation make the app deployment easier. The concrete app targets can be deployed separately. Apps can be developed and deployed in parallel. 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">. Your customer asks you to demonstrate their app with localization changes. Which activity do you perform?. Configure the run configuration file in the app. Show the i18n.properties file translations. Enable the preview frame in the run configuration. Configure the Supported Languages settings in the Project.json file. 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. 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 andValidation. Which properties do you need to configure when you use the Mock server? (2 answers). Module path. Destination. Binding type. Service URL. Which SAP Fiori app types require the SAP HANA database? (2 answers). Legacy. Transactional. Analytical. Factsheet. 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. 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. 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 result do you expect from the de-composition and re-composition phases? (3 answers). The prevention of irrelevant data being shown to the user. A purpose-built app to support personas. A responsive de-composed design. The break-down of a large transaction. An adaptive and coherent app. 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. 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. 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. 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. 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. 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. What are the basic guidelines of the Extension Point concept of SAPUI5? (2 answers). The custom app remains modification free. The custom app is located in a separate project. The custom app and the parent app contain a component.js file. The parent app contains all modifications. You are extending an SAP Fiori app. Which of the extension properties are defined in the manifest.json? (2 answers). sap.ui.viewModifications. sap.ui.modelModifications. sap.ui.i18nModifications. sap.ui.controllerExtensions. 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. Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? (2 answers). Create an SAPUI5 view that replaces the complete view. Identify a specific SAPUI5 control to be replaced. Verify that adding custom content in the Extension Points will NOT suffice. Create an SAPUI5 control that replaces the original Control. When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as?. ABAP. OpenUI5. BSP. HTML. What are the Lifecycle events of an SAPUI5 view controller? (2 answers). onEntry. onBeforeRendering. onExecution. onExit. Which activities does the OData Model Editor support? (3 answers). Create ODataModels. Deploy ODataModels. Test ODataModels. Edit ODataModels. DefineODataModels. What activity does the QUnit Stub functionality perform?. Verifies that expected methods are called correctly. Provides parameters and return values for method calls. Supplies parameter for method calls. Returns values for method Calls. Which file of the SAP HAT Connector stores the WeblDEHosts URL and can be used for troubleshooting?. Assistmsg.json. Config.json. Package.json. appConfig.js. 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. 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. Where are the themes saved for the SAP Fiori launchpad?. In the theme repository. In the theme data center. In the bootstrap. In the Ul theme designer tool. What do you configure to import the BUILD prototype in the SAP Web IDE for development?. The connection in the SAP HANA Cloud Integration. The connection in the SAP HANA Cloud Connector. The API key in the SAP Web IDE plugin. The destination in the SAP HANA Cloud Platform. Which deployment options do you have for SAP Fiori Uls and OData Services regarding the software components? (2 answers). One deployment package on the same system as the business system. Two different deployment packages on a different from the business system. One deployment package on a different system from the business system. Two different deployment packages on the same system as the business System. Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT add-on? (2 answers). To integrate device APIs. To use offline OData. To enable multiple SAPUI5 apps. To use X.509 client Certificates. Which tile types can you use to display real-time data values read from an OData service? (2 answers). News tile. App Launcher - Static tile. KPI based tile. App Launcher - Dynamic tile. 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. Which methods can you use to bind data to the controls in SAPUI5? (3 answers). Structure. Property. Aggregation. Combination. Element. What is the purpose of the SAP HANA Cloud connector?. It connects the services of the SAP HANA Cloud Platform and SAP Web IDE. 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 on-premise system inthe customer's network. It lists the search components and corresponding search models needed for the app. 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. 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. What are the advantages of the Sinon.JS framework? (2 answers). It can be used with any JavaScript unit test framework. It enables test-driven development. It provides support for Spies, stubs and mocks. It supplies higher level test doubles for timers and AJAX requests. |