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
Which of the following annotations would you use for a List Report Page? Note: There are 2 correct answers to this question.
- A . Use @UI.Iineitem.importance annotation to determine in which devices the field is displayed.
- B . Use @UI.selectionField annotation to define a fuzzy search field
- C . Use @Search.defaultSearchElement annotation to define input fields with value help.
- D . Use @UI.hidden annotation to hide the fields that are not to be displayed on a list report
What are the limitations of OPA5 test? Note: There are 2 correct answers to this question.
- A . It never causes a test to fail
- B . Testing across more than one page is NOT possible
- C . End-to-end tests are NOT recommended.
- D . The developer needs to create the test during development
You perform a QUnit test with the following syntactical options.
Which call returns true when you execute it?
- A . assert.strictEquaKO/’Vtrue");
- B . assert.strictEqual(0,,,-0","true");
- C . assert.strictEqual(0/null/"true");
- D . assert.strictEqual(0,"0","true");
Your customer asks you to demonstrate their app with localization changes.
Which activity do you perform?
- A . Configure the supported Languages settings in the Project.json file.
- B . Show the il8n properties file translations.
- C . Use the preview frame in the run configuration.
- D . Configure the run configuration file in the app.
Which of the following tile types can use an OData service to set the title properties?
- A . Semi-dynamic
- B . Dynamic
- C . Static
You are extending an SAP Fiori app.
Which ofthe extension properties are defined in the manifest.json? Note: There are 2 correct answers to this question.
- A . sap.ui.modelModifications
- B . sap.ui.il8nModifications
- C . sap.ui.controllerExtensions
- D . sap.ui.viewModifications
Which information is included in the SAPUI5 app’s manifest.json file? Note: There are 3 correct answers to this question.
- A . SAPUI5 dependencies
- B . Client side data-models
- C . Referenced data sources
- D . Localization keys
- E . App ID, Name, and Version
You need to bind data from a model to an SAPUI5 view control.
Which of the following modes are valid? Note: There are 3 correct answers to this question.
- A . One-time binding
- B . Three-way binding
- C . Resource-model binding
- D . Two-way binding
- E . One-way binding
What activity does the QUnit Stub functionality perform?
- A . Supplies parameters for method calls.
- B . Provides parameters and return values for method calls.
- C . Retuns values for method calls
- D . Verifies that expected methods are called correctly.
Why does SAP Fiori use an intent-based navigation? Note: There are 2 correct answers to this question.
- A . Apps can be developed and deployed in parallel
- B . The concrete app targets can be deployed separately.
- C . Interdependent targets must be deployed in a single transport request
- D . To support cross-app navigation.