[Sep 29, 2021] Step by Step Guide to Prepare for C-FIORDEV-21 Exam BrainDumps [Q28-Q51]

Share

Sep 29, 2021 Step by Step Guide to Prepare for C-FIORDEV-21 Exam BrainDumps

SAP Certified Development Associate C-FIORDEV-21 Real Exam Questions and Answers FREE Updated on 2021

NEW QUESTION 28
What class in the SAPUI5 API supports back-end mock up and is recommended by SAP?

  • A. sap.ui.core.MockServer
  • B. sap.ui.core.util.MockServer
  • C. sap.ui.app.MockServer
  • D. sap.m.MockServer

Answer: B

 

NEW QUESTION 29
Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? (2 answers)

  • A. If the original code required to run the application is overwritten
  • B. If the extension code accesses parts of the original application that were removed
  • C. If the extension code exists and is NOT referenced in the original view
  • D. If the extension code exists in the extended app but the controller name is changed by an app update

Answer: A,B

 

NEW QUESTION 30
Why does it make sense to use the navigation API of SAPUI5 and concepts such as eventbus or the navcontainer functions of the base application?

  • A. The eventbus concept is deprecated and should no longer be used.
  • B. The NavContainer of the App object is not accessible inside a component-based app.
  • C. Using the navigation API, it is possible to use bookmarks.
  • D. Using the navigation API, the configuration of routes and targets are clearly separated from the application implementation.

Answer: C,D

 

NEW QUESTION 31
Which activities does the the OData Model Editor support? Note: There are 2 correct answers to this question.

  • A. Edit ODataModels
  • B. Test DataModels
  • C. Create ODataModels
  • D. Deploy OData Models

Answer: A,B

 

NEW QUESTION 32
Where are the themes saved for the SAP Fiori launchpad?

  • A. In the Ul theme designer tool
  • B. In the theme repository
  • C. In the bootstrap
  • D. In the theme data center

Answer: B

 

NEW QUESTION 33
You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? (2 answers)

  • A. listFilter
  • B. confirm
  • C. oninit
  • D. reset

Answer: B,D

 

NEW QUESTION 34
Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? (2 answers)

  • A. Verify that adding custom content in the Extension Points will NOT suffice
  • B. Create an SAPUI5 control that replaces the original control
  • C. Identify a specific SAPUI5 control to be replaced
  • D. Create an SAPUI5 view that replaces the complete view

Answer: A,D

 

NEW QUESTION 35
Which control can you use to create responsive table-free layouts?

  • A. sap.ui.layout. Responsive FlowLayout
  • B. sap.ui.layoutVerticalLayout
  • C. sap.ui.layout. HorizontalLayout
  • D. sap.ui.layout Grid Control

Answer: A

 

NEW QUESTION 36
You want to create a business catalog for all employees that contains a standard SAP Fiori app How would you do this?

  • A. Reference the tile from a SAP Business Catalog
  • B. Reference the tile from a Technical Catalog provided by SAP
  • C. Reference the tile from a SAP Business Group
  • D. Reference the tile from Odata metadata

Answer: B

 

NEW QUESTION 37
How does the OData Model handle XSRF tokens?

  • A. The OData Model does not handle XSRF-tokens. The developer must implement token handling.
  • B. The OData Model fetches the token when reading the metadata and sends the token automatically in each write request header.
  • C. The OData Model fetches the token for each request and sends the token automatically with each request.

Answer: B

 

NEW QUESTION 38
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)

  • A. The bootstrap will load and the customer-defined default theme will be used
  • B. The bootstrap will NOT load and the application will produce an error message that the theme is missing
  • C. The bootstrap will load and the application will run successfully but without a theme
  • D. The bootstrap will load and the SAP default theme will be used

Answer: D

 

NEW QUESTION 39
What does coherence refer to in the SAP Fiori design principles? (2 answers)

  • A. The same intuitive experience across the whole enterprise
  • B. A consistent interaction and visual design language
  • C. A description of the technological foundation
  • D. The way in which the data is handled internally

Answer: A,B

 

NEW QUESTION 40
When do you select the custom plugins to build and package a hybrid app using the SAP HAT?

  • A. During the Configure Path for Custom Plugins step of installing the SAP HAT
  • B. While configuring the app properties on the Hybrid App Configuration tab of the Web IDE Plugin
  • C. During the Build the Hybrid Companion App step of installing the SAP HAT
  • D. While creating a new project using the Hybrid Mobile Enablement feature

Answer: A

 

NEW QUESTION 41
What configuration steps are necessary to define a navigation route?

  • A. Configure a target.
  • B. Configure a route in the manifest.json file.
  • C. Assign at least one target to the route.
  • D. Activate routing in the sap.app.

Answer: A,B,C

 

NEW QUESTION 42
Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? Note: There are 3 correct answers to this question

  • A. Analytical List
  • B. Wizard
  • C. Page Initial
  • D. Page List Report
  • E. Page Overview

Answer: A,D,E

 

NEW QUESTION 43
Your customer asks you to add text for a new language to an app. Which file do you send to the translator

  • A. Manifest.json
  • B. Component.js
  • C. il8n.properties
  • D. Master.view.xml

Answer: C

 

NEW QUESTION 44
Your customer requires that the SAPUI5 design of all apps matches their corporate theme. Which of the following actions do you perform? Note: There are 3 correct answers to this question.

  • A. Create a ess file using the Web IDE implementing the theme.
  • B. Create a model using the Web IDE implementing the theme.
  • C. Create a module using the Web IDE implementing the theme.
  • D. Create a theme using the Theme Designer implementing the theme.
  • E. Reference the relevant artifacts in the bootstrap of the app.

Answer: A,C,D

 

NEW QUESTION 45
To generate SAPUI5 coding that is based on prototypes, which tool do you use?

  • A. SPLASH
  • B. SAP WEB IDE
  • C. Ul Theme Designer
  • D. SAP BUILD

Answer: B

 

NEW QUESTION 46
Which of the following statements are true with respect to QUnit?

  • A. Supports only synchronous testing out of the box.
  • B. QUnit is a JavaScript unit and integration test framework.
  • C. Supports asynchronous tests out-of-the-box.
  • D. Is capable of testing any generic JavaScript code.

Answer: B,C,D

 

NEW QUESTION 47
When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as?

  • A. HTML5
  • B. ABAP
  • C. OpenUI5
  • D. BSP

Answer: D

 

NEW QUESTION 48
Which of the following statements are true with regard to OPA5?

  • A. Provides the possibility to test navigation.
  • B. Can be used for user interaction tests.
  • C. Can be used for SAPUI5 integration tests.
  • D. Is a view controller test framework.

Answer: A,B,C

 

NEW QUESTION 49
Which properties are part of the design phase when you develop SAP Fiori apps?

  • A. Scoping, 360 degree research and Synthesis
  • B. Developing, Testing and Deploying
  • C. Ideation, Prototyping and Validation
  • D. Requirement gathering, Research and Documentation

Answer: C

 

NEW QUESTION 50
What can your customer use a custom SAP Fiori client for? (3 answers)

  • A. To add additional plugins to the application
  • B. To create non-Cordova hybrid application containers
  • C. To wrap the application with SAP Mobile Secure
  • D. To apply custom branding
  • E. To build the SAP Fiori Client with a customized communication protocol

Answer: A,D,E

 

NEW QUESTION 51
......

Ultimate Guide to Prepare C-FIORDEV-21 Certification Exam for SAP Certified Development Associate: https://www.passtorrent.com/C-FIORDEV-21-latest-torrent.html