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
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 underlying Database Table
- B . Add Annotation with the help of a Metadata Extension
- C . Add Annotation to the Annotation file present as a part of WeblDE project using Annotation modeler
- D . Add Annotations to the underlying CDS view
What happens when you use the SAP Web IDE console during a deployment? (2 answers)
- A . You can view error messages when a deployment is successful
- B . You can debug the error messages in the console
- C . You can archive the success messages in the console
- D . You can view error messages when a deployment is NOT successful
Your customer extends an SAP Fiori app with View Replacement.
Which activities do you perform? (2 answers)
- A . Create an SAPUI5 view that replaces the complete view
- B . Identify a specific SAPUI5 control to be replaced
- C . Verify that adding custom content in the Extension Points will NOT suffice
- D . Create an SAPUI5 control that replaces the original control
Which function do you call on the ODataModel to trigger a deep insert?
- A . createDeep
- B . create
- C . updateDeep
- D . insertDeep
How does the OData Model handle XSRF tokens?
- A . The OData Model fetches the token when reading the metadata and sends the token automatically in each write request header.
- B . The OData Model does not handle XSRF-tokens. The developer must implement token handling.
- C . The OData Model fetches the token for each request and sends the token automatically with each request.
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 supports custom destination API configuration and certificate inspection
- B . It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system
- C . It initiates a cloud-based reverse-invoke process
- D . It creates connectivity by a reverse-invoke process on the on-premise system
Where are the themes saved for the SAP Fiori launchpad?
- A . In the theme repository
- B . In the theme data center
- C . In the bootstrap
- D . In the Ul theme designer tool
Which properties are part of the design phase when you develop SAP Fiori apps?
- A . Scoping, 360 degree research and Synthesis
- B . Developing, Testing and Deploying
- C . Requirement gathering, Research and Documentation
- D . Ideation, Prototyping and Validation
Which OData versions are currently supported by SAPUI5?
- A . OData V2
- B . OData V7
- C . OData V4
- D . OData V5
What is the best approach to show a UI control on a desktop only, and not on a mobile device?
- A . Use the standard CSS class sapUiVisibleOnlyOnDesktop.
- B . Use the Device API to check the environment and call setVisible on the UI control.
- C . Use the UI control from sap.ui.commons. These UI controls can handle this automatically.