0% found this document useful (0 votes)
370 views8 pages

C Fiordev 22

This document contains sample questions and answers from the SAP Certified Development Associate - SAP Fiori Application Developer certification exam. It includes 21 multiple choice questions covering topics like the Arrange-Act-Assert testing pattern in QUnit, using the SAP Cloud Connector to connect to on-premise systems, OData concurrency control, and extensions/replacements supported by SAPUI5.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
370 views8 pages

C Fiordev 22

This document contains sample questions and answers from the SAP Certified Development Associate - SAP Fiori Application Developer certification exam. It includes 21 multiple choice questions covering topics like the Arrange-Act-Assert testing pattern in QUnit, using the SAP Cloud Connector to connect to on-premise systems, OData concurrency control, and extensions/replacements supported by SAPUI5.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SAP

C_FIORDEV_22
SAP Certified Development Associate - SAP Fiori
Application Developer
QUESTION & ANSWERS

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps
QUESTION 1

In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit
test?

A. QUnit.module
B. This.calculator.press(wl');
C. eardown : function() {}
D. QUnit.test

Correct Answer: B

QUESTION 2

You need to securely connect the SAP Web IDE to an on-premise system How does the SAP Cloud
Connector help do this? Note: There are 2 correct answers to this question.
A. It supports custom destination API configuration and certificate inspection
B. It initiates a cloud-based reverse-invoke process
C. It creates connectivity by a reverse-invoke process on the on-premise system
D. It secures an SSL tunnel between the SAP Cloud and the on-premise system

Correct Answer: C,D

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps
QUESTION 3

What message types are known to SAPUI5?


A. Control message
B. Log message
C. Server message
D. UI message

Correct Answer: A,C

QUESTION 4

Which HTTP request methods does the SAP Gateway server use to compute and return a new ETagin
a response header? Note: There are 2 correct answers to this question.
A. Put
B. Delete
C. Post
D. Get

Correct Answer: A,C

QUESTION 5

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

Correct Answer: B,D

QUESTION 6

What are the basic guidelines of the Extension Point concept of SAPUI5? (2 answers)
A. The custom app remains modification free

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps
B. The custom app is located in a separate project
C. The custom app and the parent app contain a component.js file
D. The parent app contains all modifications

Correct Answer: B,C

QUESTION 7

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)
A. The data that the models work with can be reused by several different applications
B. MVC artifacts can be transported and debugged separately
C. The project team members that have extensive Ul skills can concentrate in that area
D. MVC is easy to implement for the project team members and supports quick coding

Correct Answer: B,D

QUESTION 8

You are modeling a new role for your SAP Fiori Launchpad users. Which of the following steps is an
optional configuration step?
A. Create Tiles and Target Mappings o Create Catalog
B. Create Group and Assign Tile
C. Activate Windows Go to Settings
D. Assign Catalog to Role

Correct Answer: B

QUESTION 9

What type of concurrency control is offered by OData?


A. Optimistic concurrency control
B. No concurrency control
C. Exclusive concurrency control
D. Pessimistic concurrency control

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps
Correct Answer: A

QUESTION 10

You are developing SAP Fiori Elements applications. Which of the following actions are available in
SAP Web IDE? Note: There are 2 correct answers to this question
A. Add catalog to user menu in a PFCG role and grant the role to user
B. Create a catalog, target mapping, and tiles
C. Choose the Data service as data provider for the project
D. Create an annotation file associated with the OData service and add annotations

Correct Answer: A,B

QUESTION 11

Which elements are part of the UX? (2 answers)


A. User interaction
B. User response
C. User effectiveness
D. User emotion

Correct Answer: A,D

QUESTION 12

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 Group
B. Reference the tile from a Technical Catalog provided by SAP
C. Reference the tile from Odata metadata
D. Reference the tile from a SAP Business Catalog

Correct Answer: B

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps
QUESTION 13

When do you need to work with local data?


A. To perform a quick test without creating live entities on the back-end server
B. When performance is poor in the productive system.
C. When you want to reduce the complexity of your application.
D. When working with static data.

Correct Answer: A,D

QUESTION 14

In which state are the files in GIT when a remote repository is cloned?
A. Tracked and staged
B. Tracked and unmodified
C. Staged and modified
D. Modified and tracked

Correct Answer: B,C,D

QUESTION 15

Which features of the SAP Business Application Studio help you extend a standard SAP Fiori app?
Note: There are 2 correct answers to this question.
A. A wizard to generate the files for each extension possibility
B. The Extensibility Pane to choose extension points
C. An editor to modify the data model in the extended project
D. The Descriptor Editor to choose elements for extension

Correct Answer: A,B

QUESTION 16

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?
A. Resource model

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps
B. JSON model
C. OData model
D. XML model

Correct Answer: C

QUESTION 17

Which function must be called inside a control Tenderer to add the control ID to the DOM tree and
support eventing?
A. writeClasses
B. write
C. writeControlData
D. writelcon

Correct Answer: C

QUESTION 18

What types of extensions/replacements are supported by SAPUI5?


A. View modification
B. Implement UI Controller Hooks
C. View replacement
D. Manifest.json replacement
E. Replace service
F. Component replacement

Correct Answer: A,B,C,E

QUESTION 19

Your customer requires that the SAPUI5 design of all apps reference a specific and consistent look and
feel. What do you create? (3 answers)
A. Create a module using the Web IDE implementing the specific look and feel and reference this
module in the bootstrap of all apps
B. Create a ess file using the Web IDE implementing the specific look and feel and reference this ess
in the bootstrap of all apps

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps
C. Create a model using the Web IDE implementing the specific look and feel and reference this
model in the bootstrap of all apps
D. 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
E. Create a theme using the Theme Designer implementing the specific look and feel and reference
this theme in the bootstrap of all apps

Correct Answer: A,B,E

QUESTION 20

How is the extension type called to hide UI controls?


A. View modification
B. Control modification
C. Element modification
D. Control replacement

Correct Answer: A

QUESTION 21

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)
A. Create a nested structure for Sales Order and Sales Order Items
B. Create a flat structure with Sales Order and Sales Order Items, and then add an expand command
C. Create an object structure that defines the hierarchy
D. Create individual structures for both Sales Order and Sales Order Items, and then batch them

Correct Answer: A,C

https://www.dumpsbee.com/C_FIORDEV_22-pdf-dumps

You might also like