March Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

C_FIORDEV_21 Sample Questions Answers

Questions 4

Which model types are supported by SAPUI5?

Options:

A.

Resource model

B.

JSON model

C.

OData model

D.

XML Model

E.

Translation model

Buy Now
Questions 5

What parameter is needed when instantiating a MockServer object?

Options:

A.

url

B.

uri

C.

rootUrl

D.

rootUri

Buy Now
Questions 6

Your customer requests a special create method to enable the creation of the full Data hierarchy. Which OData service method can you use?

Options:

A.

CREATE_DEEP_ENTITY

B.

EXECUTE_DEEP_INSERT

C.

CREATE_BATCH_ENTITY

D.

CREATE_STREAM

Buy Now
Questions 7

In which base class implementation is the setModel function implemented?

Options:

A.

sap.ui.base.ManagedObject

B.

sap.ui.model.base.BaseModel

C.

sap.ui.base.Object

D.

sap.ui.base.Interface

Buy Now
Questions 8

What is returned by the function createEntry?

Options:

A.

A binding context object.

B.

A newly created object in JSON-format.

C.

The ID of the newly created entity.

Buy Now
Questions 9

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

Options:

A.

QUnit is a JavaScript unit and integration test framework.

B.

Supports asynchronous tests out-of-the-box.

C.

Supports only synchronous testing out of the box.

D.

Is capable of testing any generic JavaScript code.

Buy Now
Questions 10

What are the two aggregations provided by sap.m.SplitApp control to add page implementations?

Options:

A.

detail

B.

detailPages

C.

masterPages

D.

infoPages

E.

mainPages

Buy Now
Questions 11

Which features of the SAP Web IDE help you extend a standard SAP Fiori app? (2 answers)

Options:

A.

The Extensibility Pane to extend the control

B.

An editor to modify the data model in the extended project

C.

The Descriptor Editor to choose elements for extension

D.

A wizard to generate the files for each extension possibility

Buy Now
Questions 12

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)

Options:

A.

Include the token in the HTTP request body of each write request

B.

Execute the Refresh method for an expired token

C.

Retrieve the token and send it with each service request

D.

Generate a token on each read and write request

Buy Now
Questions 13

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)

Options:

A.

Create a js file in the Util folder to allow the customer to add custom code

B.

Define a new function name ensuring it is reserved for the extension

C.

Identify a strategic location in the controller for the customized code

D.

Add a code snippet to check if the method exists and execute it

E.

Modify the bootstrap option to allow multi-layer extensions of the custom code

Buy Now
Questions 14

A business user is unable to find an application on the SAP Fiori Launchpad or on the App Finder. Which of the following options could explain why the tile is unavailable? Note: There are 3 correct answers to this question

Options:

A.

The catalogs assigned to the user do not contain the relevant application or tile.

B.

The target mapping for the tile is missing in the catalog

C.

The user does not have the proper PFCG role assigned to see the application or tile.

D.

The end user is missing the required group containing the tile.

E.

The OData service authorization is missing

Buy Now
Questions 15

Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use?

Options:

A.

CREATE_DEEP_ENTITY

B.

EXECUTE_DEEP_INSERT

C.

CREATE_STREAM

D.

CREATE_BATCH_ENTITY

Buy Now
Questions 16

What query option is needed to access the data of an entity in the JSON format?

Options:

A.

format=json

B.

$format=json

C.

$json

Buy Now
Questions 17

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

Options:

A.

During the Build the Hybrid Companion App step of installing the SAP HAT

B.

During the Configure Path for Custom Plugins step of installing the SAP HAT

C.

While configuring the app properties on the Hybrid App Configuration tab of the Web IDE Plugin

D.

While creating a new project using the Hybrid Mobile Enablement feature

Buy Now
Questions 18

Which properties do you need to configure when you use the Mock server? (2 answers)

Options:

A.

Module path

B.

Destination

C.

Binding type

D.

Service URL

Buy Now
Questions 19

When do you use deep insert?

Options:

A.

When adding a new entity to an entity set.

B.

When working with aggregation binding to update / insert an entity in the bound complex structure.

C.

When working with hierarchical data where the data can only be stored in the full hierarchy.

Buy Now
Questions 20

Which of the following SAP Fiori element based UIs are currently available?

Options:

A.

Master-Detail

B.

Wizard Form

C.

List Report

D.

Overview Pages

E.

Object Page

Buy Now
Questions 21

Your customer ask you to add text for a new language to an app. Which file do you provide in the translator?

Options:

A.

COMPONENT.JS

B.

MASTER_VIEW.XML

C.

I18N.PROPERTIES

D.

MANIFEST.JSON

Buy Now
Questions 22

Which information is included in the SAPUI5 app's manifest.json file? (3 answers)

Options:

A.

App ID, Name and Version

B.

Client side data-models

C.

Referenced data sources

D.

SAPUI5 dependencies

E.

Localization keys

Buy Now
Questions 23

An administrator wants to configure the SAP Fiori Launchpad for all users in one client for your S/4HANA 1809 landscape. Which of the following options represents the best way for the administrator to do this?

Options:

A.

Create a target mapping in a catalog and assign the catalog to all users using roles

B.

Define settings using transaction /UI5/FLP_CUS_CONF.

C.

Use the configuration file to define URL parameters to enable/disable features when starting the SAP Fiori Launchpad

D.

Define settings using transaction /UI5/FLP SYS_CONF

Buy Now
Questions 24

What is the result of a GIT Revert?

Options:

A.

Undoes a committed snapshot.

B.

Reverts back to the previous state of the project.

C.

Removes all untracked files from the working directory.

Buy Now
Questions 25

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)

Options:

A.

HTML -enable the special characters in the resource file

B.

Create a view file and a controller file for each language

C.

Create a resource file with a .props extension

D.

Create a resource file for each language

E.

Create a resource file containing key/value pairs

Buy Now
Questions 26

You finalized your SAPUI5 app development in the SAP Web IDE What are the platforms available for deployment? Note: There are 3 correct answers to this question,

Options:

A.

Deploy to SAP Cloud Platform

B.

Deploy to SAP Fiori Launchpad

C.

Deploy to SAPUI5 Java Repository

D.

Deploy to SAPUI5 ABAP Repository

Buy Now
Questions 27

What is the correct HTTP request method that is required to modify an ODATA resource?

Options:

A.

Put

B.

Update

C.

Post

D.

Change

Buy Now
Questions 28

Which deployment options do you have for SAP Fiori Uls and OData Services regarding the software components? (2 answers)

Options:

A.

One deployment package on the same system as the business system

B.

Two different deployment packages on a different from the business system

C.

One deployment package on a different system from the business system

D.

Two different deployment packages on the same system as the business system

Buy Now
Questions 29

You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (3 answers)

Options:

A.

Register to SAP Fiori launchpad

B.

SAPUI5 Java Repository

C.

SAP HANA Cloud Platform

D.

Deploy to SAP Fiori launchpad

E.

SAPUI5 ABAP Repository

Buy Now
Status:
Expired , and Replaced By
Exam Code: C_FIORDEV_21
Exam Name: SAP Certified Development Associate - SAP Fiori Application Developer
Last Update: Apr 27, 2023
Questions: 197
$64  $159.99
$48  $119.99
$40  $99.99
buy now C_FIORDEV_21