Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

SAP C_FIORD_2404 Dumps

SAP CertifiedAssociate - SAP Fiori Application Developer Questions and Answers

Question 1

Which of the following can you use to extend an SAP Fiori Elements application?Note: There are 2 correct answers to this question.

Options:

A.

App extension

B.

Adaption extensions

C.

ABAP extension

D.

CDS extension

Question 2

You develop an SAPUIS app that can be extended. To allow your customer to customize notifications, you set up a hook method. What activities are required to implement a hook method? Note: There are 3 correct answers to this question.

Options:

A.

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

B.

Create a ifile in the Util folder to allow the customer to add custom code.

C.

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

D.

Identify a strategic location in the controller for the customized code

E.

Define a new function name ensuring itis reserved for the extension.

Question 3

Which model supports deep inserts?

Options:

A.

OData model

B.

JSON model

C.

Resource model

D.

XML model

Question 4

What are the Lifecycle events of an SAPUI5 view controller? Note: There are 2 correct answers to this question.

Options:

A.

onExit

B.

beforeEntry

C.

aterExecution

D.

onBeforeRendering

Question 5

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.

Options:

A.

It creates connectivity by a reverse-invoke process on the on-premise system.

B.

It supports custom destination API configuration and certificate inspection.

C.

It secures an SSL tunnel between the SAP Cloud and the on-premise system.

D.

It initiates a cloud-based reverse-invoke process.

Question 6

You need the backend server to sort and filter the data used in your customer's app. Which SAPUI5-supported data model must you use?

Options:

A.

ODataModel

B.

ResourceModel

C.

JSONModel

D.

XMLModel

Question 7

Which of the following annotations would you use for a List Report Page? Note: There are 2 correct answers to this question.

Options:

A.

Use @UI.Iineitem.importance annotation to determine in which devices the field is displayed.

B.

Use @UI.selectionField annotation to define a fuzzy search field

C.

Use @Search.defaultSearchElement annotation to define input fields with value help.

D.

Use @UI.hidden annotation to hide the fields that are not to be displayed on a list report

Question 8

Which tool can you use to generate SAPUI5 coding that is based on prototypes?

Options:

A.

SAP Build

B.

UI Theme Designer

C.

SAP Business Application Studio

D.

Adobe Flash

Question 9

In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company Acme

Inc.? _

Note: There are 2 correct answers to this question.

as

Options:

A.

/regions/companies/O/city

B.

/regions/1/companies/l/city

C.

/regions/0/companies/O/city

D.

/region[0]/companies[O]/city

Question 10

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

Question 11

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 12

To which of the following does an SAP Fiori tile point to directly?

Options:

A.

An SAP Fiori app

B.

A target mapping with a semantic object and an action

C.

An action

D.

A semantic object

Question 13

Which HTTP request methods does the SAP Gateway server use to compute and return a new eTag in a response header? Note: There are 2 correct answers to this question.

Options:

A.

POST

B.

DELETE

C.

PUT

D.

get

Question 14

Which of the following activities allow you to store your changes in a local Git repository?

Options:

A.

Commit

B.

Save

C.

Clone

D.

Push

Question 15

You develop an SAPUI5 app that updates dat on the SAP back-end system. What activities are required when you implement an XSRF token? Note: There are 2 correct answers to this question.

Options:

A.

Retrieve the token and send it with each write request

B.

Execute the Refresh method for an expired token.

C.

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

D.

Generate a token on each read and write request

Question 16

Your customer asks you to demonstrate their app with localization changes. Which activity do you perform?

Options:

A.

Configure the supported Languages settings in the Project.json file.

B.

Show the il8n properties file translations.

C.

Use the preview frame in the run configuration.

D.

Configure the run configuration file in the app.

Question 17

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 18

What are the advantages of the Sinon.JS framework? Note: There are 2 correct answers to this question.

Options:

A.

It enables test-driven development.

B.

It supports only synchronous requests.

C.

It supplies higher level test doubles for timers and AJAX requests.

D.

It provides support for spies, stubs and mocks.

Question 19

You are developing a complex screen and you use fragments. What features of fragments are useful here? Note: There are 2 correct answers to this question.

Options:

A.

Fragments are light-weight UI parts that can be reused.

B.

Fragments can be a stand-alone view

C.

Fragments can be found by the SAPUI5 runtime libraries.

D.

Fragments have their own controller.

Question 20

Your customer requires an app to display flight information on a mobile device as detailed in the following screenshot for details. Which options can you use to display the same data in a readable format on a mobile device?Note: There are 2 correct answers to this question.

as

Options:

A.

Column:

B.

Column:

C.

Column:

D.

Column:

Question 21

To perform a QUnit test, what do you include in a test page under your webapp folder?

Options:

A.

Mock code

B.

Stub code

C.

SAPUI5 bootstrap code

D.

OPA function

Question 22

Which of the following tile types can use an OData service to set the title properties?

Options:

A.

Semi-dynamic

B.

Dynamic

C.

Static

Question 23

Which tile types can you use to display real-time data values that are read from an OData service? Note: There are 2 correct answers to this question.

Options:

A.

App Launcher — Dynamic tile

B.

App Launcher — Static tile

C.

News tile

D.

KPI-based tile

Question 24

In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?

Options:

A.

SAP Back-End Server (BES)

B.

SAP Front-End Server (FES)

C.

SAP HANA XS Engine

D.

SAP Web Dispatcher

Question 25

In the source code below, which of the following locations must reference the extension point?

as

Options:

A.

Neo-app.json

B.

Componente.js

C.

EmployeData.view.xml

D.

EmployeData.controller.js

Page: 1 / 8
Total 84 questions