0% found this document useful (0 votes)
192 views

C_FIORD_2404

This document contains a series of questions and answers related to the SAP C_FIORD_2404 Exam for SAP Certified Associate - SAP Fiori Application Developer. It includes 84 questions covering various topics such as annotations, testing limitations, data binding, and app extension methods. Each question is followed by the correct answers, providing a comprehensive study guide for exam preparation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
192 views

C_FIORD_2404

This document contains a series of questions and answers related to the SAP C_FIORD_2404 Exam for SAP Certified Associate - SAP Fiori Application Developer. It includes 84 questions covering various topics such as annotations, testing limitations, data binding, and app extension methods. Each question is followed by the correct answers, providing a comprehensive study guide for exam preparation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 27

Questions and Answers PDF 1/27

Thank You for your purchase


SAP C_FIORD_2404 Exam Question & Answers
SAP Certified Associate - SAP Fiori Application
Developer Exam Exam

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 2/27

Product Questions: 84
Version: 4.0

Question: 1

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

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

Answer: A, B

Question: 2

What are the limitations of OPA5 test?


Note: There are 2 correct answers to this question.

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

Answer: B, C

Question: 3

You perform a QUnit test with the following syntactical options. Which call returns true when you
execute it?

A. assert.strictEquaKO/'Vtrue");
B. assert.strictEqual(0,,,-0","true");
C. assert.strictEqual(0/null/"true");
D. assert.strictEqual(0,"0","true");
Answer not found
Answer: B

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 3/27

Question: 4

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

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


B. Show the i18n properties file translations.
C. Use the preview frame in the run configuration.
D. Configure the run configuration file in the app.

Answer: B

Question: 5

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

A. Semi-dynamic
B. Dynamic
C. Static

Answer: B

Question: 6

You are extending an SAP Fiori app.


Which of the extension properties are defined in the manifest.json?
Note: There are 2 correct answers to this question.

A. sap.ui.modelModifications
B. sap.ui.il8nModifications
C. sap.ui.controllerExtensions
D. sap.ui.viewModifications

Answer: C, D

Question: 7

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

A. SAPUI5 dependencies
B. Client side data-models
C. Referenced data sources
D. Localization keys
E. App ID, Name, and Version

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 4/27

Answer: A, C, E

Question: 8

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.

A. One-time binding
B. Three-way binding
C. Resource-model binding
D. Two-way binding
E. One-way binding

Answer: A, D, E

Question: 9

What activity does the QUnit Stub functionality perform?

A. Supplies parameters for method calls.


B. Provides parameters and return values for method calls.
C. Retuns values for method calls
D. Verifies that expected methods are called correctly.

Answer: B

Question: 10

Why does SAP Fiori use an intent-based navigation? Note: There are 2 correct answers to this
question.

A. Apps can be developed and deployed in parallel


B. The concrete app targets can be deployed separately.
C. Interdependent targets must be deployed in a single transport request
D. To support cross-app navigation.

Answer: C, D

Question: 11

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 theme using the Theme Designer implementing the theme.


B. Create a model using the Web IDE implementing the theme

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 5/27

C. Reference the relevant artifacts in the bootstrap of the app.


D. Create a CSS file using the Web IDE implementing the theme.
E. Create a module using the Web IDE implementing the theme.

Answer: A, C, D

Question: 12

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

A. Scoping, Synthesis, Ideation


B. Scoping, 360° Research, Ideation
C. Scoping, 360° Research, Synthesis
D. 360° Research, Scoping, Synthesis

Answer: C

Question: 13

What are Smart Controls?

A. Basic SAPUI5 controls recommended for standalone usage


B. SAPUI5 controls that can be rendered dynamically according to OData service annotations
C. Application templates for SAPUI5 applications to optimize development
D. The predecessor of Smart Templates

Answer: C

Question: 14

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

A. Combination
B. Structure
C. Aggregation
D. Element
E. Property

Answer: C, D, E

Question: 15

In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata
description of the application?

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 6/27

A. Index.html
B. Neo-app.json
C. Component.js
D. Manifest.json

Answer: D

Question: 16

Where are the themes saved for the SAP Fiori launchpad?

A. In the theme repository


B. In the theme data center
C. In the UI theme designer tool
D. In the bootstrap

Answer: A

Question: 17

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

A. The link to the parent app


B. The controller IDs
C. The namespace of the parent app
D. The customizing section

Answer: A, D

Question: 18

How can you extend an SAP Fiori app?


Note: There are 3 correct answers to this question.

A. Modify the runtime libraries that are to be loaded


B. Modify the properties of the view control
C. Modify the data model to merge data at runtime.
D. Enable merging of the standard and the custom controller at runtime.
E. Add custom view content in a predefined extension point.

Answer: B, D, E

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 7/27

Question: 19

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

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

Answer: C

Question: 20

Which of the following pattern sequences are the QUnit tests based on?

A. Assert, Act, and Arrange


B. Arrange, Act, and Assert
C. Given, Then, and When
D. Given, When, and Then

Answer: B

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? Note: There are 2 correct answers to this
question.

A. A nested structure for Sales Order and Sales Order Items.


B. A fat structure with Sales Order and Sales Order Items, and then add an expand command.
C. An object structure that defines the hierarchy.
D. An individual structures for both Sales Order and Sales Order Items, and then batch them.

Answer: A, C

Question: 22

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.

A. Deploy to SAP Fiori launchpad


B. Deploy to SAP Cloud Platform
C. Deploy to SAPUI5 Java Repository
D. Deploy to SAPUI5 ABAP Repository

Answer: B, D

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 8/27

Question: 23

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?

A. extend_abap
B. odata_abap
C. ui5_execute_abap
D. dev_abap

Answer: B

Question: 24

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.

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.

Answer: A, D, E

Question: 25

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

Answer: A, B

Question: 26

SAP Fiori Elements utilizes a metadata-driven approach for SAP Fiori app development. What are the
implications of this?

A. SAPUI5 Smart Controls must be created by developers to utilize the OData annotations and
metadata of SAP Fiori Elements templates.
B. The SAPUI5 runtime interprets metadata and annotations of the OData service and uses the
https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 9/27

corresponding views for the Fiori app at startup.


C. Smart Templates must be used by the developer to consume OData annotations and metadata so
the SAPUI5 runtime can use the corresponding view.
D. App developers must use JavaScript to allow their applications to read OData annotations and
metadata

Answer: B

Question: 27

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.

A. /regions/companies/O/city
B. /regions/1/companies/l/city
C. /regions/0/companies/O/city
D. /region[0]/companies[O]/city

Answer: A, C

Question: 28

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?

A. Sinon
B. QUnit
C. OPA
D. Mock server

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 10/27

Answer: C

Question: 29

What is the purpose of the SAP Cloud Connector?

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

Answer: B

Question: 30

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

A. Commit
B. Save
C. Clone
D. Push

Answer: A

Question: 31

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

A. Deploy ODataModels
B. Edit ODataModels
C. Create ODataModels
D. Test ODataModels

Answer: B, C

Question: 32

You need to consume the OData Service from the Gateway to create a new SAP Fiori app in the SAP
Web IDE What value do you configure in the WeblDEUsage property for the destination in the SAP
HANA Cloud Platform?
A. dev_abap
B. odata_xs
C. odata_gen

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 11/27

D. odata_abap

Answer: C

Question: 33

What does coherence refer to in the SAP Fiori design principles? Note: There are 2 correct answers to
this question.

A. A consistent interaction and visual design language


B. Design for business users needs and their work
C. Solves multiple use cases
D. The same intuitive experience across the whole enterprise

Answer: A, C

Question: 34

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

A. View Modification
B. View Visibility
C. View Extension
D. View Replacement

Answer: A

Question: 35

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

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 12/27

A. Neo-app.json
B. Componente.js
C. EmployeData.view.xml
D. EmployeD ata.controller.js

Answer: B

Question: 36

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

A. SAP Back-End Server (BES)


B. SAP Front-End Server (FES)
C. SAP HANA XS Engine
D. SAP Web Dispatcher

Answer: A

Question: 37

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

A. An SAP Fiori app


B. A target mapping with a semantic object and an action
C. An action
D. A semantic object

Answer: B

Question: 38

You develop an SAPUI5 app and implement a FacetFilter


What events are triggered when the user interacts with the FacetFilter control?
Note: There are 2 correct answers to this question.

A. reset
B. confirm
C. Oninit
D. listFilter

Answer: A, B

Question: 39

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

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 13/27

to provide authorization for the business users. How can you do this using the PFCG transaction?

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

Answer: B

Question: 40

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

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 14/27

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

Answer: B

Question: 41

In the data in the screenshot, you want to display the List of Companies in the Americas region.
Which binding option do you use for the X, Y, and Z values in the view?

A. X:/regions/0/companies Y: name Z: city


B. X:/regions/companies Y: name Z: city
C. X:/regions/0/companies Y: companies/O/name Z: companies/O/city
D. X:/regions/companies Y: companies/name Z: companies/city

Answer: A

Question: 42

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

A. Assign Catalog to Role

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 15/27

B. Create Group and Assign Tile


C. Create Catalog
D. Create Tiles and Target Mappings

Answer: B

Question: 43

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 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.

Answer: A, C

Question: 44

Which SAP Fiori app types require the SAP HANA database? Note: There are 2 correct answers to this
question.

A. Transactional
B. Legacy
C. Analytical
D. Factsheet

Answer: C, D

Question: 45

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. Create an annotation file associated with the OData service and add annotations
B. Add catalog to user menu in a PFCG role and grant the role to user
C. Create a catalog, target mapping, and tiles
D. Choose the OData service as data provider for the project

Answer: B, C

Question: 46

An administrator wat to configure the SAP Fiori Launchpad for all users in one client for your

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 16/27

S/4HANA 1809 landscape.

A. Create a target mapping in a catalog and assign the catalog to all users using roles. \/ O Define
settings using transaction /UI2/FLP_CUS_CONF.
B. Which of the following options represents the best way for the administrator to do this?
C. Define settings using transaction /UI2/FLP_SYS_CONF.
D. Use the configuration file to define URL parameters to enable/disable features when starting the
SAP Fiori Launchpad.

Answer: B

Question: 47

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.

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

Answer: A, B

Question: 48

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

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.

Answer: C, D

Question: 49

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.

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 17/27

A. Column:<column demandpopin="true" maxscreenwidth="mobile"></column>


B. Column:<column demandpopin="true" maxscreenwidth="mobile"
popindisplay="Inline"x/column>
C. Column:<column demandpopin="true" minscreenwidth="tablet"x/column>
D. Column:<column demandpopin="true" minscreenwidth="tablet" popindisplay="Inline"x/column>

Answer: C, D

Question: 50

Which SAP Fiori application can you launch using the search function instead of a tile?

A. Transactional
B. Factsheet
C. Analytical
D. Legacy

Answer: B

Question: 51

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

A. onExit
B. beforeEntry
C. aterExecution
D. onBeforeRendering

Answer: A, D

Question: 52
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

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 18/27

answers to this question.

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

Answer: C, D, E

Question: 53

Why do you explore the Problem Space in detail during a Design Thinking workshop?

A. To create desirable solutions


B. To validate solution ideas
C. To understand user needs
D. To save costs in the evaluation phase

Answer: C

Question: 54

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 Page


B. Wizard
C. Initial Page
D. Overview Page
E. List Report

Answer: A, D, E

Question: 55

You develop an SAPUI5 app that updates data 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.

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

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 19/27

D. Generate a token on each read and write request

Answer: A, B

Question: 56

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

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

Answer: B, C, E

Question: 57

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

A. sap.ui.layout.Grid Control
B. sap.ui.layout.ResponsiveFlowLayout
C. sap.ui.layout.VerticalLayout
D. sap.ui.layout.HorizontalLayout

Answer: A

Question: 58

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

A. EXECUTE_DEEP_INSERT
B. CREATE_BATCH_ENTITY
C. CREATE_STREAM
D. CREATE_DEEP_ENTITY

Answer: D

Question: 59

Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the
following activities do you perform? Note: There are 3 correct answers to this question.

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 20/27

A. Create a resource file for each language


B. Create a resource file with a .props extension.
C. Create a resource file containing key/value pairs.
D. Encode the special characters in HTML in the resources file
E. Create a view file and a controller file for each language.

Answer: A, C, D

Question: 60

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

A. index.html file
B. manifest.json file
C. OData annotation file
D. vocabulary.xml file

Answer: C

Question: 61

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.

A. POST
B. DELETE
C. PUT
D. get

Answer: A, C

Question: 62

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.

A. App Launcher — Dynamic tile


B. App Launcher — Static tile
C. News tile
D. KPI-based tile

Answer: A, B

Question: 63

What are Technical Catalogs used for?

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 21/27

Note: There are 2 correct answers to this question.

A. To store tiles and target mappings by technology per solution area


B. To reference tiles and target mappings according to Segregation of Duties for example a Purchaser,
a Buyer and so on
C. As a reference for Business Catalogs
D. As a reference for Business Groups

Answer: A, C

Question: 64

Which model supports deep inserts?

A. OData model
B. JSON model
C. Resource model
D. XML model

Answer: A

Question: 65

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?

A. ODataModel
B. ResourceModel
C. JSONModel
D. XMLModel

Answer: A

Question: 66

Which of the following are features of the SAPUI5 SDK? Note: There are 2 correct answers to this
question.

A. Is a subset of OpenUI5
B. Allows the usage of the jQuery library
C. Keyboard interaction support and accessibility features
D. Provides an interface to Web Dynpro

Answer: A, D

Question: 67

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 22/27

What type of navigation is used in SAP Fiori Launchpad applications?

A. Action-based navigation
B. Target-based navigation
C. Scope-based navigation

Answer: A

Question: 68

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

A. Service URL
B. Module path
C. Destination
D. Binding type

Answer: AB

Question: 69

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

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

Answer: A, C, D

Question: 70

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

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

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 23/27

Answer: A, D

Question: 71

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 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

Answer: C

Question: 72

Which application types can you develop and deploy on the SAP Cloud platform Neo environment?
Note: There are 3 correct answers to this question.

A. Objective-C apps
B. NET apps
C. Java apps
D. HTMLS apps
E. HANA XS apps

Answer: C, D, E

Question: 73

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

A. CHANGE
B. PUT
C. POST
D. UPDATE

Answer: D

Question: 74

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

A. Mock code
B. Stub code
C. SAPUI5 bootstrap code

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 24/27

D. OPA function

Answer: C

Question: 75

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?

A. HTTPURLLOC
B. HTTP_CSP_MADMIN
C. HTTP_WHITELIST
D. HTTP_MADMIM.

Answer: A

Question: 76

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

A. SAP Build
B. UI Theme Designer
C. SAP Business Application Studio
D. Adobe Flash

Answer: A

Question: 77

Which processes are part of the design phase when you develop SAP Fiori apps?

A. Developing, Testing and Deploying


B. Ideation, Prototyping and Validation
C. Scoping, 360 degree research and Synthesis
D. Requirement gathering, Research and Documentation

Answer: B

Question: 78

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

A. 18n.properties
B. Master.view.xml
C. Manifest.json

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 25/27

D. Component.js

Answer: A

Question: 79

Your customer extends an SAP Fiori app with View Replacement.


Which activities do you perform?
Note: There are 2 correct answers to this question.

A. Create an SAPUIS view that replaces the complete view.


B. Create an SAPUIS control that replaces the original control.
C. Verify that adding custom content in the Extension Points is NOT sufficient
D. Identify a specific SAPUIS control to be replaced

Answer: A, C

Question: 80

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.

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.

Answer: A, B

Question: 81

What can you connect with the SAP Cloud Connector?

A. SAP BTP services to on-premise systems in a customer's network


B. SAP BTP services to SAP Business Application Studio
C. SAP Business Application Studio to a Cordova development environment
D. SAP API Business Hub to client devices

Answer: A

Question: 82

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

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 26/27

A. App extension
B. Adaption extensions
C. ABAP extension
D. CDS extension

Answer: AD

Question: 83

Which of the following are features of the SAPUI5 SDK?Note: There are 2 correct answers to this
question.

A. Responsiveness across browsers on non-mobile devices only


B. Interface for Web Dynpro
C. Full translation support
D. Feature-rich UI controls for handling complex UI patterns

Answer: CD

Question: 84

What are catalog types in SAP Fiori?Note: There are 3 correct answers to this question.

A. Tile
B. Standard
C. System
D. Replicable
E. None-typed

Answer: ABD

https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 27/27

Thank you for your visit.


To try more exams, please visit below link

https://www.validexamdumps.c
https://www.validexamdumps.com/C_FIORD_2404.html

https://www.validexamdumps.com/C_FIORD_2404.html

You might also like