Weekend Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

SAP C_FIORD_2404 SAP CertifiedAssociate - SAP Fiori Application Developer Exam Practice Test

Demo: 25 questions
Total 84 questions

SAP CertifiedAssociate - SAP Fiori Application Developer Questions and Answers

Question 1

Which methods can you use to bind data to the controls in SAPUI5? Note: There are 3 correct answers to this question.

Options:

A.

Combination

B.

Structure

C.

Aggregation

D.

Element

E.

Property

Question 2

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 user does not have the proper PFCG role assigned to see the application or tile

B.

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

C.

The end user is missing the required group containing the tile

D.

The target mapping for the tile is missing in the catalog

E.

The OData service authorization is missing

Question 3

Your customer asks you about the advantages of the Model View Controller (MVC) design pattern used in SAPUI5, Which of the following answers do you provide? Note: There are 2 correct answers to this question.

Options:

A.

MVC is easy to implement for the project team members and supports quick coding.

B.

MVC artifacts can be transported and debugged separately.

C.

The data models can be reused by several different applications.

D.

Allows the project team to decouple UI development from business logic development

Question 4

What result do you expect from the de-composition and re-composition phases? Note: There are 3 correct answers to this question.

Options:

A.

A purpose-built app to support personas

B.

A responsive de-composed design

C.

The break-down of a large transaction

D.

The prevention of irrelevant data being shown to the user

E.

An adaptive and coherent app

Question 5

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

Options:

A.

Deploy to SAP Fiori launchpad

B.

Deploy to SAP Cloud Platform

C.

Deploy to SAPUI5 Java Repository

D.

Deploy to SAPUI5 ABAP Repository

Question 6

You extend an SAP Fiori app. The visibility value of a View Button control needs to be modified. Which extension point do you use?

Options:

A.

View Modification

B.

View Visibility

C.

View Extension

D.

View Replacement

Question 7

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

Options:

A.

Reference the tile from Odata metadata

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 a SAP Business Catalog

Question 8

What are the advantages of Local Annotations Over SADL-based Annotations? Note: There are 2 correct answers to this question.

Options:

A.

Can Override the CDS based Annotations

B.

All the Framework-Specific Annotations available as a part of CDS views are also available as a part of Annotation Modeler, which makes it highly flexible

C.

Can handle Complex annotations which is not a bound to a single field or entity

D.

Local Annotations are more reusable as compared to SADL based annotations

Question 9

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?

Options:

A.

Sinon

B.

QUnit

C.

OPA

D.

Mock server

Question 10

What options can you use to add UI annotations to a SAP Fiori Element Page? Note: There are 3 correct answers to this question.

Options:

A.

Add Annotation to the Annotation file present as a part of WeblDE project using Annotation modeler

B.

Add Annotations to the underlying CDS view

C.

Add Annotation to the underlying Database Table

D.

Add Annotations to the manifest file present as a part of WeblDE project using the Descriptor Edit

E.

Add Annotation with the help of a Metadata Extension

Question 11

Which model supports deep inserts?

Options:

A.

OData model

B.

JSON model

C.

Resource model

D.

XML model

Question 12

What is the purpose of the SAP Cloud Connector?

Options:

A.

It connects the services of the SAP Cloud Platform and SAP Web IDE

B.

It connects the services of the SAP Cloud Platform and on-premise systems in the customers' network.

C.

It lists the search components and corresponding search models needed for the app.

D.

It allows the SAP Web IDE to connect to the on-premise system's Cordova development environment

Question 13

What is the required content in the Component.js file for an extension project? Note: There are 2correct answers to this question.

Options:

A.

The link to the parent app

B.

The controller IDs

C.

The namespace of the parent app

D.

The customizing section

Question 14

You need to bind data from a model to an SAPUI5 view control.

Which of the following modes are valid?

Note: There are 3 correct answers to this question.

Options:

A.

One-time binding

B.

Three-way binding

C.

Resource-model binding

D.

Two-way binding

E.

One-way binding

Question 15

You need to configure an SAP Destination service to enable SAP Business Application Studio to extend an existing SAP Fiori app. Which configuration setting for the WeblDE Usage property is required?

Options:

A.

extend_abap

B.

odata_abap

C.

ui5_execute_abap

D.

dev_abap

Question 16

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.

Options:

A.

Create a theme using the Theme Designer implementing the theme.

B.

Create a model using the Web IDE implementing the theme

C.

Reference the relevant artifacts in the bootstrap of the app.

D.

Create a ess file using the Web IDE implementing the theme.

E.

Create a module using the Web IDE implementing the theme.

Question 17

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

Options:

A.

sap.ui.layout.Grid Control

B.

sap.ui.layout.ResponsiveFlowLayout

C.

sap.ui.layout.VerticalLayout

D.

sap.ui.layout.HorizontalLayout

Question 18

You are modeling a new role for your SAP Fiori Launchpad users. Which ofthe following steps is an optional configuration step?

Options:

A.

Assign Catalog to Role

B.

Create Group and Assign Tile

C.

Create Catalog

D.

Create Tiles and Target Mappings

Question 19

Which file can you use to configure internal navigation for List Report and Object Page templates?

Options:

A.

index.html file

B.

manifest.json file

C.

OData annotation file

D.

vocabulary.xml file

Question 20

You want to use transaction /UIZ/FLP to start the SAP Fiori Launchpad using the Web Dispatcher. Which database table do you use to configure this?

Options:

A.

HTTPURLLOC

B.

HTTP_CSP_MADMIN

C.

HTTP_WHITELIST

D.

HTTP_MADMIM.

Question 21

Which information is included in the SAPUI5 app's manifest.json file? Note: There are 3 correct answers to this question.

Options:

A.

SAPUI5 dependencies

B.

Client side data-models

C.

Referenced data sources

D.

Localization keys

E.

App ID, Name, and Version

Question 22

You created a new catalog that contains some apps. You want to assign these apps to an existing role to provide authorization for

the business users.

How can you do this using the PFCG transaction?

Options:

A.

By adding the semantic object to the catalog and group

B.

By adding the catalog to the menu tab of the role

C.

By assigning the authorization profile for the catalog in the authorization tab

D.

By adding the tile and target mapping to the group

Question 23

Which properties do you need to configure when you use the Mock server? Note: There are 2 correct answers to this question.

Options:

A.

Service URL

B.

Module path

C.

Destination

D.

Binding type

Question 24

What are the limitations of OPA5 test?

Note: There are 2 correct answers to this question.

Options:

A.

It never causes a test to fail

B.

Testing across more than one page is NOT possible

C.

End-to-end tests are NOT recommended.

D.

The developer needs to create the test during development

Question 25

Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop?

Options:

A.

Scoping, Synthesis, Ideation

B.

Scoping, 360° Research, Ideation

C.

Scoping, 360° Research, Synthesis

D.

360° Research, Scoping, Synthesis

Demo: 25 questions
Total 84 questions