SAP C_FIORDEV_22 SAP Certified Development Associate – SAP Fiori Application Developer Online Training
SAP C_FIORDEV_22 Online Training
The questions for C_FIORDEV_22 were last updated at Nov 15,2024.
- Exam Code: C_FIORDEV_22
- Exam Name: SAP Certified Development Associate - SAP Fiori Application Developer
- Certification Provider: SAP
- Latest update: Nov 15,2024
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.
- A . A nested structure for Sales Order and Sales Order Items.
- B . A fat structure with Sales Order and Sales Order Items, and then add an expand command.
- C . An object structure that defines the hierarchy.
- D . An individual structures for both Sales Order and Sales Order Items, and then batch them.
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.
- A . Deploy to SAP Fiori launchpad
- B . Deploy to SAP Cloud Platform
- C . Deploy to SAPUI5 Java Repository
- D . Deploy to SAPUI5 ABAP Repository
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
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.
- A . Add a code snippet to check if the method exists and execute it
- B . Create a ifile in the Util folder to allow the customer to add custom code.
- C . Modify the bootstrap option to allow multi-layer extensions of the custom code.
- D . Identify a strategic location in the controller for the customized code
- E . Define a new function name ensuring itis reserved for the extension.
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.
- A . A wizard to generate the files for each extension possibility
- B . The Extensibility Pane to choose extension points
- C . An editor to modify the data model in the extended project
- D . The Descriptor Editor to choose elements for extension
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 corresponding views for the Fiori app at startup.
- C . Smart Templates must be used by the developer to consume OData annotations and metadata so the SAPUI5 runtime can use the corresponding view.
- D . App developers must use JavaScript to allow their applications to read OData annotations and metadata
In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company AcmeInc.? 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
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
What is the purpose of the SAP Cloud Connector?
- 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
Which of the following activities allow you to store your changes in a local Git repository?
- A . Commit
- B . Save
- C . Clone
- D . Push