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
Which file is referred to as the App Descriptor and what is its function?
- A . The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on ^ plug-ins
- B . The neo.json file is referred to as App Descriptor Its function is to capture data from objects
- C . The manifest.json file is referred to as App Descriptor Its function is to instantiate the model
- D . The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins
In the design thinking phase of your customer project, one design is accepted as viable.
What other attributes need to be valid for this design to be considered? (2 answers)
- A . Feasible
- B . Usable
- C . Achievable
- D . Desirable
You need the server to sort and filter the data used in your customers app.
Which SAPUI5-supported data model must you use?
- A . ODataModel
- B . JSONModel
- C . ResourceModel
- D . XMLModel
When do you need to work with local data?
- A . To perform a quick test without creating live entities on the back-end server.
- B . When performance is poor in the productive system.
- C . When you want to reduce the complexity of your application.
- D . When working with static data.
In what configuration area of the manifest.json file can you activate automatic message creation?
- A . sap.ui5
- B . sap.ui
- C . sap.app
Your customer requests a special create method to enable the creation of the full OData hierarchy.
Which OData service method can you use?
- A . CREATE_DEEP_ENTITY
- B . EXECUTE_DEEP_INSERT
- C . CREATE_STREAM
- D . CREATE_BATCH_ENTITY
Is it possible to add an extension point in the component implementation?
- A . No
- B . It depends on the type of component.
- C . Yes
What are Smart Controls?
- A . SAPUI5 controls that can be rendered dynamically according to OData service annotations
- B . Basic SAPUI5 controls recommended for standalone usage
- C . The predecessor of Smart Templates
- D . Application templates for SAPUI5 applications to optimize development
Which of the following are the current SAP UI Tools?
- A . SAP NetWeaver Portal
- B . SAP Screen Personas
- C . SAP NetWeaver Gateway
- D . Flexible UI Designer
- E . SAPUI5 Application Development Tools
Which of the following pattern sequences are the QUnit tests based on?
- A . Assert, Act, and Arrange
- B . Arrange, Act, and Assert
- C . Given, When, and Then
- D . Given, Then, and When