PDF (New 2021) Actual SAP C_FIORDEV_21 Exam Questions
Dumps Moneyack Guarantee - C_FIORDEV_21 Dumps UpTo 90% Off
C_FIORDEV_21 Exam Certification Details:
| Sub-solution: | SAP Fiori |
| Exam: | 80 questions |
| Cut Score: | 66% |
| Sample Questions: | SAP C_FIORDEV_21 Exam Sample Question |
| Languages: | German, English, Japanese |
| Level: | Associate |
| Duration: | 180 mins |
SAP Fiori Application Developer Certification Exam Topics:
| Topic Areas | Topic Details, Courses, Books | Weighting |
|---|---|---|
| SAP Fiori Architecture Overview | Describe the architecture and components of a typical SAP Fiori landscape. UX100 (SAP FIORI 2.0) | < 8% |
| SAPUI5 Foundations | Explain MVC and application architecture, the concept of modules, implement controls using the SAPUI5 framework (standard and custom), and bind Data to a UI5 Control; Describe and work with Key Responsive Design Controls, Translatable Texts, App Descriptor, aggregation binding, Dialogs and Fragments, Expression Binding, Custom Formatting, Filtering, grouping and sorting, and work with diagrams. UX402 (SAPUI5 RELEASE 1.56) | > 12% |
| SAP Fiori Elements & Smartcontrols | Describe the use of SAP Fiori Elements and Smartcontrols. UX403 (SAP FIORI 2.0) | 8% - 12% |
| SAP HANA Cloud Platform and Web IDE Basics | Describe the SAP HANA Cloud Platform and the Prototyping, Development, Packaging, Deployment and Extensibility tools available in SAP Web IDE. UX410 (SAP FIORI 2.0) | 8% - 12% |
| OData and Advanced Data Handling | Register OData Service at Frontend Server, describe an oData Model and how to access backend data by the way of OData-specific data binding feature, implement data binding using XML data, describe the OData Write-Support, OData Deep Inserts, and perform tasks associated with adding, updating and deleting backend data from within a SAPUI5 application, and implement a Facet Filter control and in App Navigation and deep Linking. UX410 (SAP FIORI 2.0) | 8% - 12% |
| SAP Fiori Launchpad Configuration | Explain configuration of SAP Fiori Launchpad. UX402 (SAPUI5 RELEASE 1.56) | 8% - 12% |
| SAP Fiori Strategy, Standards and Guidelines | Define SAP Fiori Key principles, SAP Fiori application types, elements of User Experience Design, the concept of Design Thinking, the Problem Space and Solution Space phases in the Design Thinking process, and implement SAP Fiori UIs using the SAP Fiori Design Guidelines. UX402 (SAPUI5 RELEASE 1.56) | 8% - 12% |
| Deployment & Testing | Deploy an application on an ABAP Server, an application on the SAP Hana Cloud Platform. Write Unit-Tests, unit test with QUnit, create a QUnit Test Scenario, apply integration a test with OPA5, and create an OPA5 Test Scenario. UX410 (SAP FIORI 2.0) | > 12% |
| Extensibility in SAPUI5 | Describe the concept of Extensibility in SAPUI5 and Extension Points in SAPUI5, implement View Replacement, View Modification, View Extension, Controller Extension, and Hook Methods, and extend Translations with Customer Properties. UX410 (SAP FIORI 2.0) | 8% - 12% |
NEW QUESTION 50
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 flat structure with Sales Order and Sales Order Items, and then add an expand command
- B. Create individual structures for both Sales Order and Sales Order Items, and then batch them
- C. Create an object structure that defines the hierarchy
- D. Create a nested structure for Sales Order and Sales Order Items
Answer: C,D
NEW QUESTION 51
Which of the following are best practices when developing a SAPUI5 app?
- A. Describe your app using a set of metadata.
- B. Use the Synchronous Model Definition (SMD) syntax.
- C. Use an asynchronous model definition in your JavaScript code.
- D. Minimize the code in the index.html file.
- E. Make use of patterns.
Answer: A,C,D,E
NEW QUESTION 52
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. OPA
- B. Sinon
- C. Mock server
- D. QUnit
Answer: A
NEW QUESTION 53
You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? (2 answers)
- A. confirm
- B. oninit
- C. listFilter
- D. reset
Answer: A,D
NEW QUESTION 54
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 flat structure with Sales Order and Sales Order Items, and then add an expand command
- B. Create individual structures for both Sales Order and Sales Order Items, and then batch them
- C. Create a nested structure for Sales Order and Sales Order Items
- D. Create an object structure that defines the hierarchy
Answer: B,C
NEW QUESTION 55
In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application?
- A. Components
- B. Index.html
- C. Neo-app.json
- D. Manifest.json
Answer: D
NEW QUESTION 56
How can you extend an SAP Fiori app? (3 answers)
- A. Add customer view content in a predefined extension point
- B. Modify the data model to merge data at runtime
- C. Enable merging of the standard and the custom controller at runtime
- D. Modify the properties of the view control
- E. Modify the runtime libraries that are to be loaded
Answer: A,C,D
NEW QUESTION 57
What configuration steps are necessary to define a navigation route?
- A. Activate routing in the sap.app.
- B. Configure a target.
- C. Assign at least one target to the route.
- D. Configure a route in the manifest.json file.
Answer: B,C,D
NEW QUESTION 58
Which application types can you develop and deploy on the SAP HANA Cloud platform? (3 answers)
- A. ABAP apps
- B. HANA XS apps
- C. HTML apps
- D. Java apps
- E. Objective-C apps
Answer: B,C,D
NEW QUESTION 59
What is the correct HTTP request method that is required to modify an ODATA resource?
- A. Put
- B. Post
- C. Change
- D. Update
Answer: D
NEW QUESTION 60
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 ess file using the Web IDE implementing the theme.
- B. Create a theme using the Theme Designer implementing the theme.
- C. Reference the relevant artifacts in the bootstrap of the app.
- D. Create a model using the Web IDE implementing the theme.
- E. Create a module using the Web IDE implementing the theme.
Answer: A,B,E
NEW QUESTION 61
Which file is referred to as the App Descriptor and what is its function?
- A. The neo.json file is referred to as App Descriptor Its function is to capture data from objects
- B. The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins
- C. The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on ^ plug-ins
- D. The manifest.json file is referred to as App Descriptor Its function is to instantiate the model
Answer: D
NEW QUESTION 62
An administrator wants to configure the SAP Fiori Launchpad for all users in one client for your S/4HANA 1809 landscape. Which of the following options represents the best way for the administrator to do this?
- A. Create a target mapping in a catalog and assign the catalog to all users using roles
- B. Define settings using transaction /UI5/FLP SYS_CONF
- C. Define settings using transaction /UI5/FLP_CUS_CONF.
- D. Use the configuration file to define URL parameters to enable/disable features when starting the SAP Fiori Launchpad
Answer: A,B,C
NEW QUESTION 63
Which UI annotation is used in the object page to display the object header?
- A. Ul.headerlnfo
- B. UI.header-Object
- C. UI.header
- D. Ul.objectheader
Answer: A
NEW QUESTION 64 
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. /region [OJ/companies[0]/city
- B. /regions/0/companies/O/city
- C. /regions/companies/O/city
- D. /regions/1/companies/l/city
Answer: B
NEW QUESTION 65
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. Post
- B. Get
- C. Put
- D. Delete
Answer: A,C
NEW QUESTION 66
Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? (2 answers)
- A. Identify a specific SAPUI5 control to be replaced
- B. Create an SAPUI5 view that replaces the complete view
- C. Create an SAPUI5 control that replaces the original control
- D. Verify that adding custom content in the Extension Points will NOT suffice
Answer: B,D
NEW QUESTION 67
......
Updated Nov-2021 Pass C_FIORDEV_21 Exam - Real Practice Test Questions: https://www.actual4dump.com/SAP/C_FIORDEV_21-actualtests-dumps.html
Pass Your Exam With 100% Verified C_FIORDEV_21 Exam Questions: https://drive.google.com/open?id=1GbeAZ6P-0s9NJ8Nuxaml7VASPOVge46V