SAP C_FIORDEV_21 SAP Certified Development Associate – SAP Fiori Application Developer Online Training
SAP C_FIORDEV_21 Online Training
The questions for C_FIORDEV_21 were last updated at Nov 26,2024.
- Exam Code: C_FIORDEV_21
- Exam Name: SAP Certified Development Associate - SAP Fiori Application Developer
- Certification Provider: SAP
- Latest update: Nov 26,2024
To generate SAPUI5 coding that is based on prototypes, which tool do you use?
- A . Ul Theme Designer
- B . SAP WEB IDE
- C . SAP BUILD
- D . SPLASH
Which file can you use to configure internal navigation for List Report and Object Page templates?
- A . Data annotation file
- B . index.html file
- C . vocabulary xml file
- D . manifestjson file
You need to maintain the mapping between an app URL and a destination in the SAPUI5 app.
Which file do you maintain?
- A . path.json
- B . project.json
- C . neo-app.json
- D . user-project.json
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 . Put
- B . Delete
- C . Post
- D . Get
What is meant by the phrase "SAPUI5 supports modification free enhancements"?
- A . SAP provides a service in the cloud to generate an enhanced application using aspect-oriented programming.
- B . The developer must create a copy of the application that should be enhanced and the enhancement is done in the copy.
- C . The delivered standard application remains unchanged and hence the extension is considered to be modification free.
What is the required content of the Components file of an extension project? (2 answers)
- A . The controller IDs
- B . The namespace of the parent app
- C . The link to the parent app
- D . The customizing section
How can you extend an SAP Fiori app? (3 answers)
- A . Enable merging of the standard and the custom controller at runtime
- B . Modify the data model to merge data at runtime
- C . Modify the runtime libraries that are to be loaded
- D . Add customer view content in a predefined extension point
- E . Modify the properties of the view control
You need to implement an SAP Fiori transactional app for your customer.
What benefits are available in the completed app? (2 answers)
- A . It allows access to the back end to edit document details
- B . It allows drill-down details to be presented in the Ul
- C . It allows Ul changes without development privileges in the back-end
- D . It allows fast iterations for the Ul apps
Where is the best place to store local data when using the SAP Web IDE?
- A . In the models folder.
- B . In the localService folder.
- C . In the mockdata folder.
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 . Can handle Complex annotations which is not a bound to a single field or entity
- C . Local Annotations are more reusable as compared to SADL based annotations
- D . 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