C_FIORDEV_21 Pre-Exam Practice Tests | (Updated 195 Questions)
Valid C_FIORDEV_21 Exam Q&A PDF - One Year Free Update
NEW QUESTION 96
Which file of the SAP HAT Connector stores the WeblDEHosts URL and can be used for troubleshooting?
- A. Package.json
- B. Config.json
- C. appConfig.js
- D. Assistmsg.json
Answer: B
NEW QUESTION 97
You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? (3 answers)
- A. Three-way binding
- B. One-way binding
- C. One-time binding
- D. Resource-model binding
- E. Two-way binding
Answer: B,C,E
NEW QUESTION 98
Your customer asks you for the advantages of the Model View Controller (MVC) design pattern. Which of the following answers do you provide? (2 answers)
- A. The project team members that have extensive Ul skills can concentrate in that area
- B. MVC artifacts can be transported and debugged separately
- C. The data that the models work with can be reused by several different applications
- D. MVC is easy to implement for the project team members and supports quick coding
Answer: B,C
NEW QUESTION 99
What is the base class for all UI controls in SAPUI5?
- A. sap.ui.core.Control
- B. sap.ui.base.Control
- C. sap.ui.Element
- D. sap.ui.Control
Answer: A
NEW QUESTION 100
Which tile types can you use to display real-time data values read from an OData service? (2 answers)
- A. News tile
- B. KPI based tile
- C. App Launcher - Dynamic tile
- D. App Launcher - Static tile
Answer: C,D
NEW QUESTION 101
Which tool can you use to generate SAPUI5 coding that is based on prototypes?
- A. OUI Theme Designer
- B. SAP Build
- C. SAP WEB IDE
- D. Adobe Flash
Answer: C
NEW QUESTION 102
Which of the following statements are true with respect to QUnit?
- A. Is capable of testing any generic JavaScript code.
- B. Supports asynchronous tests out-of-the-box.
- C. Supports only synchronous testing out of the box.
- D. QUnit is a JavaScript unit and integration test framework.
Answer: A,B,D
NEW QUESTION 103
Which file is referred to as the App Descriptor and what is its function?
- A. The manifest.json file is referred to as App Descriptor Its function is to instantiate the model
- B. The neo.json file is referred to as App Descriptor Its function is to capture data from objects
- C. The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins
- D. The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on
^ plug-ins
Answer: A
NEW QUESTION 104
How do you integrate SAPUI5 in a Kapsel/Hybrid app?
- A. Add the SAPUI5 bootstrap code into index.html
- B. Add the sap-mobile-hybrid.js file to the Hybrid app
- C. Configure the SAPUI5 resources in the config.xml file of the Hybrid app
- D. Create a new Kapsel plugin using SAPUI5
Answer: C
NEW QUESTION 105
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
Answer: A,D
NEW QUESTION 106
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_BATCH_ENTITY
- B. CREATE_STREAM
- C. EXECUTE_DEEP_INSERT
- D. CREATE_DEEP_ENTITY
Answer: D
NEW QUESTION 107
What are the advantages of Local Annotations Over SADL-based Annotations? Note: There are 2 correct answers to this question
- A. Local Annotations are more reusable as compared to SADL based annotations
- B. Can Override the CDS based Annotations
- C. Can handle Complex annotations which is not a bound to a single field or entity
- 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
Answer: A,B
NEW QUESTION 108 
In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company Acme Inc.? Note: There are 2 correct answers to this question
- A. /regions/1/companies/l/city
- B. /regions/0/companies/O/city
- C. /regions/companies/O/city
- D. /region [OJ/companies[0]/city
Answer: B
NEW QUESTION 109
Which binding modes are supported by SAPUI5?
- A. One-way
- B. Two-way
- C. One-time
- D. Once
- E. Single-time-only
Answer: A,B,C
NEW QUESTION 110
How do you access the MessageManager?
- A. You have to instantiate the MessageManager using the constructor function.
- B. Each UI control provides a function to access the MessageManager.
- C. It is a singleton and can be accessed by the getMessageManager function on the core object.
Answer: C
NEW QUESTION 111
Your customer requires an app to display flight information on a mobile device as detailed in the following screenshot for details.
Which options can you use to display the same data in a readable format on a mobile device?
Note: There are 2 correct answers to this question.
- A. SAPUI5 Foundations_04_answl.PNG
- B. SAPUI5 Foundations_04_answ3.PNG
- C. SAPUI5 Foundations_04_answ2.PNG
- D. SAPUI5 Foundations_04_answ4.PNG
Answer: A,B
NEW QUESTION 112
You want to create a business catalog for all employees that contains a standard SAP Fiori app How would you do this?
- A. Reference the tile from a SAP Business Group
- B. Reference the tile from Odata metadata
- C. Reference the tile from a Technical Catalog provided by SAP
- D. Reference the tile from a SAP Business Catalog
Answer: C
NEW QUESTION 113
Which of the following statements are true with regard to implementing your own Tenderer?
- A. Implement the renderer using AMD syntax.
- B. Implement a Tenderer class, derived from sap.ui.core.Renderer, in a separate file.
- C. Assign a reference to the renderer property of the UI control.
- D. Implement the render function inside the control.
Answer: A,B,C
NEW QUESTION 114
To what namespace is the ExtensionPoint class assigned?
- A. sap.ui.core.extension
- B. sap.ui.extension
- C. sap.ui.core
- D. sap.m
Answer: C
NEW QUESTION 115
In the source code below, which of the following locations must reference the extension point?
- A. EmployeeData.view.xml
- B. Neo-app.json
- C. Component.js
- D. EmployeeDate.controllers
Answer: C
NEW QUESTION 116
What is the namespace in which the smart controls are bundled?
- A. sap.ui.smart
- B. sap.m
- C. sap.ui.comp
Answer: C
NEW QUESTION 117
What is the name of the aggregation of the sap.m.App control, or more precisely the name of the sap.m.NavContainer control, in which UI controls are aggregated?
- A. masterPages
- B. detailPages
- C. pages
- D. fullPages
Answer: C
NEW QUESTION 118
......
SAP Certified Development Associate - SAP Fiori Application Developer Free Update Certification Sample Questions: https://lead2pass.testvalid.com/C_FIORDEV_21-valid-exam-test.html