
Online Questions - Valid Practice To your C-FIORDEV-21 Exam (Updated 195 Questions)
Practice To C-FIORDEV-21 - Remarkable Practice On your SAP Certified Development Associate - SAP Fiori Application Developer Exam
SAP Fiori Application Developer Certification Exam Topics:
| Topic Areas | Topic Details, Courses, Books | Weighting |
|---|---|---|
| SAP Fiori Elements & Smartcontrols | Describe the use of SAP Fiori Elements and Smartcontrols. UX403 (SAP FIORI 2.0) | 8% - 12% |
| 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% |
| 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% |
| SAP Fiori Launchpad Configuration | Explain configuration of SAP Fiori Launchpad. UX402 (SAPUI5 RELEASE 1.56) | 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 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% |
| 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% |
| 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% |
NEW QUESTION 46
What is the correct HTTP request method that is required to modify an ODATA resource?
- A. Change
- B. Update
- C. Post
- D. Put
Answer: B
NEW QUESTION 47
Which of the following best describes a commit?
- A. With every commit, GIT create a new branch.
- B. With every commit, a new local repository is created.
- C. With every commit, GIT takes a snapshot of the current state of the underlying files.
- D. A commit in GIT is a local operation.
Answer: C
NEW QUESTION 48
Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT add-on? (2 answers)
- A. To use offline OData
- B. To use X.509 client certificates
- C. To integrate device APIs
- D. To enable multiple SAPUI5 apps
Answer: A,B
NEW QUESTION 49
How is the extension type called to hide UI controls?
- A. Control modification
- B. View modification
- C. Element modification
- D. Control replacement
Answer: B
NEW QUESTION 50
Which of the following are the current SAP UI Tools?
- A. SAP NetWeaver Portal
- B. SAPUI5 Application Development Tools
- C. Flexible UI Designer
- D. SAP NetWeaver Gateway
- E. SAP Screen Personas
Answer: A,B,C
NEW QUESTION 51
Which of the following statements are true for SAP Fiori elements?
- A. SAP Fiori elements provide designs for UI patterns and predefined templates.
- B. Heavy UI coding is necessary when working with SAP Fiori Elements.
- C. Apps are based on OData services and annotations.
Answer: A,C
NEW QUESTION 52
Where are the themes saved for the SAP Fiori launchpad?
- A. In the bootstrap
- B. In the theme repository
- C. In the theme data center
- D. In the Ul theme designer tool
Answer: B
NEW QUESTION 53
For which app type in SAP Fiori do you install the KPI framework?
- A. Factsheet app
- B. Transactional app
- C. Analytical app
- D. Legacy app
Answer: C
NEW QUESTION 54
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app?
- A. App Update
- B. Dialog Notification
- C. Logon Manager
- D. Network Connection
Answer: B
NEW QUESTION 55
In which base class implementation is the setModel function implemented?
- A. sap.ui.base.ManagedObject
- B. sap.ui.base.Object
- C. sap.ui.model.base.BaseModel
- D. sap.ui.base.Interface
Answer: A,B
NEW QUESTION 56
You need the server to sort and filter the data used in your customers app. Which SAPUI5-supported data model must you use?
- A. XMLModel
- B. ODataModel
- C. ResourceModel
- D. JSONModel
Answer: B
NEW QUESTION 57
Your customer requests a special create method to enable the creation of the full Data hierarchy. Which OData service method can you use?
- A. EXECUTE_DEEP_INSERT
- B. CREATE_DEEP_ENTITY
- C. CREATE_STREAM
- D. CREATE_BATCH_ENTITY
Answer: B
NEW QUESTION 58
What are the goals of the SAPUI5 framework?
- A. Provide a lightweight programming model for desktop only applications.
- B. Provide a user interface technology for building and adapting client applications.
- C. Provide a user interface technology for building and adapting server-based applications.
- D. Provide an extensible framework for building desktop and mobile applications.
Answer: B,D
NEW QUESTION 59
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?
- A. Assert.strictEqual(0,null,"true");
- B. Assert.strictEqual(0,"0","true");
- C. Assert.strictEqual(0,"","Ttrue");
- D. Assert.strictEqual(0,-0,"true");
Answer: D
NEW QUESTION 60
You are extending an SAP Fiori app. Which of the extension properties are defined in the manifest.json? (2 answers)
- A. sap.ui.i18nModifications
- B. sap.ui.controllerExtensions
- C. sap.ui.modelModifications
- D. sap.ui.viewModifications
Answer: B,D
NEW QUESTION 61
You want to define a property with the name width to enhance a standard UI5 control. The property should hold the current width of the UI control. What is the best approach to defining the type of such a property?
- A. Define the property width of the type string.
- B. Define the property width of the type sap.ui.core.type.CSSSize.
- C. Define the property width of the type sap.ui.core.CSSSize.
- D. Define the property width of the type sap.ui.core.Integer.
Answer: C
NEW QUESTION 62
In the source code below, which of the following locations must reference the extension point?
- A. Components
- B. Neo-app.json
- C. EmployeeData.view.xml
- D. EmployeeDate.controllers
Answer: A
NEW QUESTION 63
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?
- A. By adding the semantic object to the catalog and group
- B. By adding the tile and target mapping to the group
- C. By adding the catalog to the menu tab of the role.
- D. By assigning the authorization profile for the catalog in the authorization tab
Answer: B
NEW QUESTION 64
Your customer needs to securely connect the SAP HANA Cloud Connector to the Web IDE of an on-premise system. How does the SAP HANA cloud connector help do this? (2 answers)
- A. It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system
- B. It creates connectivity by a reverse-invoke process on the on-premise system
- C. It initiates a cloud-based reverse-invoke process
- D. It supports custom destination API configuration and certificate inspection
Answer: A,B
NEW QUESTION 65
What result do you expect from the de-composition and re-composition phases? (3 answers)
- A. A responsive de-composed design
- B. An adaptive and coherent app
- C. The prevention of irrelevant data being shown to the user
- D. The break-down of a large transaction
- E. A purpose-built app to support personas
Answer: A,D,E
NEW QUESTION 66
Why does SAP Fiori use an intent-based navigation?
- A. Apps targets can be deployed separately
- B. The concrete app targets can be deployed separately
- C. Apps can be developed and deployed in parallel
- D. App implementation make the app deployment easier
Answer: D
NEW QUESTION 67
What are the different content densities provided by SAPUI5?
- A. condensed
- B. large
- C. compact
- D. strict
- E. cozy
Answer: A,C,E
NEW QUESTION 68
Which properties do you need to configure when you use the Mock server? (2 answers)
- A. Binding type
- B. Service URL
- C. Destination
- D. Module path
Answer: B,C
NEW QUESTION 69
......
True C-FIORDEV-21 Exam Extraordinary Practice For the Exam: https://www.prep4sureguide.com/C-FIORDEV-21-prep4sure-exam-guide.html