C_FIORD_2404
C_FIORD_2404
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.
Answer: A, B
Question: 2
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?
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
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
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
Answer: B
Question: 10
Why does SAP Fiori use an intent-based navigation? Note: There are 2 correct answers to this
question.
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.
https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 5/27
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?
Answer: C
Question: 13
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?
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.
Answer: A, D
Question: 18
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?
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.
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.
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.
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.
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
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
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.
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?
Answer: A
Question: 37
Answer: B
Question: 38
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?
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?
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?
https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 15/27
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.
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
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
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.
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
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
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?
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.
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.
https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 19/27
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
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
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.
Answer: A, B
Question: 63
https://www.validexamdumps.com/C_FIORD_2404.html
Questions and Answers PDF 21/27
Answer: A, C
Question: 64
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
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.
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.
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?
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?
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
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.
Answer: A, B
Question: 81
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.
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
https://www.validexamdumps.c
https://www.validexamdumps.com/C_FIORD_2404.html
https://www.validexamdumps.com/C_FIORD_2404.html