option
Questions
ayuda
daypo
search.php

C_FIORDEV_20 Title

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
C_FIORDEV_20 Title

Description:
SAP Fiori Application Developer

Creation Date: 2020/02/02

Category: Others

Number of questions: 82

Rating:(17)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

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 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.

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 WeblDEUsage property by the destination in the SAP?. odata_xs. odata_gen. dev_abap. odata_abap.

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.

Which properties do you need to configure when you use the Mock server? (2 answers). Module path. Destination. Binding type. Service URL.

Which activities does the OData Model Editor support? (3 answers). Create ODataModels. Deploy ODataModels. Test ODataModels. Edit ODataModels. Define ODataModels.

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.

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.

For which app type in SAP Fiori do you install the KPI framework?. Legacy app. Factsheet app. Analytical app. Transactional app.

In the source code below, which of the following locations must reference the extension point?. EmployeeDate.controllers. Components. Neo-app.json. EmployeeData.view.xml.

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 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). 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.

Which model type in SAPUI5 does NOT support one-way and two-way binding from model to view?. Resource model. XML model. JSON model. OData model.

Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app?. Logon Manager. Network Connection. Dialog Notification. App Update.

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.

Which file is referred to as the App Descriptor and what is its function?. The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on plug-ins. The neo.json file is referred to as App Descriptor Its function is to capture data from objects. The manifest.json file is referred to as App Descriptor Its function is to instantiate the model. The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins.

What happens when you use the SAP Web IDE console during a deployment? (2 answers). You can view error messages when a deployment is successful. You can debug the error messages in the console. You can archive the success messages in the console. You can view error messages when a deployment is NOT successful.

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.

Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform?. 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.

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.

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 requires that the SAPUI5 design of all apps reference a specific and consistent look and feel. What do you create? (3 answers). 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 ess file using the Web IDE implementing the specific look and feel and reference this ess 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. Create a theme using the Theme Designer implementing the specific look and feel and reference this theme in the bootstrap of all apps.

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.

In a typical SAP Fiori landscape, which server instance stores the SAP Fiori SAPUI5 application code for a transactional app?. SAP HANAXS Engine. SAP Back-End Server (BES). SAP Front-End Server (FES). SAP Web Dispatcher.

You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5? (2 answers). User interaction tests. Development tests. Load tests. Navigation tests.

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.

What are the Lifecycle events of an SAPUI5 view controller? (2 answers). onEntry. onBeforeRendering. onExecution. onExit.

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?. Resource model. JSON model. OData model. XML model.

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 SAP Fiori application is launched by using the search functionality instead of using a tile?. Factsheet. Analytical. Transactional. Legacy.

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.

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.

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.

How do you integrate SAPUI5 in a Kapsel/Hybrid app?. Add the SAPUI5 bootstrap code into index.html. Configure the SAPUI5 resources in the config.xml file of the Hybrid app. Create a new Kapsel plugin using SAPUI5. Add the sap-mobile-hybrid.js file to the Hybrid app.

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.

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 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.

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 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.

In the data in the screenshot, you need to display the List of Companies in the Americas region. Which binding option do you use for the values X, Y, and Z in the view?. X: /region/0/companies Y: name Z: city. X: /region/companies Y: name Z: city. X: /region/0/companies Y: companies/0/name Z: companies/0/city. X: /region/companies Y: companies/name Z: companies/city.

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.

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.

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.

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.

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.

Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop?. 360. Research, Scoping, Synthesis. Scoping, Synthesis, Ideation. Scoping, 360. Research, Synthesis. Scoping, 360. Research, Ideation.

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.

It creates connectivity by a reverse-invoke process on the on-premise system. XML, JSON and CSS. HTML5, JavaScript and CSS. HTML, JSON and CSS3. XML, JavaScript and CSS3.

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.

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 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.

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.

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.

Which security features does the SAP Fiori provide to restrict the access to native device capabilities? (2 answers). Bridge for non-Fiori content. Encrypted storage of data on the device. Restricted device functionality using a client policy. Privacy screen.

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.

Which SAP Fiori app types require the SAP HANA database? (2 answers). Legacy. Transactional. Analytical. Factsheet.

Which elements are part of the UX? (2 answers). User interaction. User response. User effectiveness. User emotion.

Which methods can you use to bind data to the controls in SAPUI5? (3 answers). Structure. Property. Aggregation. Combination. Element.

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.

To generate SAPUI5 coding that is based on prototypes, which tool do you use?. Ul Theme Designer. SAP WEB IDE. SAP BUILD. SPLASH.

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.

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.

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.

Which SAP Fiori personalization elements holds all of the technical information needed to start an app?. User Preferences. Tile. Group. Catalog.

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.

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? (2 answers). Feasible. Usable. Achievable. Desirable.

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">.

What are the limitations of OPA5 test? (2 answers). The developer needs to create the test during development. End-to-End tests are NOT recommended. It never causes a test to fail. Testing across more than one page is NOT possible.

What does coherence refer to in the SAP Fiori design principles? (2 answers). The way in which the data is handled internally. A description of the technological foundation. The same intuitive experience across the whole enterprise. A consistent interaction and visual design language.

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.

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.

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.

Which application types can you develop and deploy on the SAP HANA Cloud platform? (3 answers). HANA XS apps. ABAP apps. HTML apps. Objective-C apps. Java apps.

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.

You need the server to sort and filter the data used in your customers app. Which SAPUI5-supported data model must you use?. ODataModel. JSONModel. ResourceModel. XMLModel.

When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as?. ABAP. HTML5. OpenUI5. BSP.

Which of the following activities allow you to store your changes in a local Git repository?. Clone. Save. Push. Commit.

For which operations will the SAP Gateway server compute and return a new ETag in a response header? (2 answers). DELETE. POST. PUT. GET.

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.

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");.

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.

Report abuse