[Oct-2021] Practice SAP C-FIORDEV-21 exam. Online Exam Practice Tests with detailed explanations! Pass C-FIORDEV-21 with confidence! [Q45-Q66]

Share

Practice SAP Certified Development Associate C-FIORDEV-21 exam. Online Exam Practice Tests with detailed explanations! Pass C-FIORDEV-21 with confidence!

C-FIORDEV-21 - SAP Certified Development Associate - SAP Fiori Application Developer Practice Tests 2021 | TestKingsIT

NEW QUESTION 45
You need to securely connect the SAP Web IDE to an on-premise system How does the SAP Cloud Connector help do this? Note: There are 2 correct answers to this question.

  • A. It secures an SSL tunnel between the SAP Cloud and the on-premise system
  • B. It supports custom destination API configuration and certificate inspection
  • 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 46
To what namespace is the ExtensionPoint class assigned?

  • A. sap.m
  • B. sap.ui.extension
  • C. sap.ui.core
  • D. sap.ui.core.extension

Answer: C

 

NEW QUESTION 47
What is a GIT branch?

  • A. A GIT branch represents an independent line of development.
  • B. A GIT branch always represents the main development line.
  • C. A GIT branch represents a local working copy of the main development line.
  • D. A GIT branch is the SAP implementation of GIT.

Answer: A

 

NEW QUESTION 48
What is the correct HTTP request method that is required to modify an ODATA resource?

  • A. Post
  • B. Change
  • C. Update
  • D. Put

Answer: C

 

NEW QUESTION 49
You need the backend server to sort and filter the data used in your customer's app. Which SAPU15-supported data model must you use?

  • A. ResourceModel
  • B. ODataModel
  • C. JSONModel
  • D. XML Model

Answer: B

 

NEW QUESTION 50
You want to use transaction /U12/FLP to start the SAP Fiori Launchpad using the Web Dispatcher. Which database table do you use to configure this?

  • A. HTTP_WHITELIST
  • B. HTTP_MADMIM
  • C. HTTPURLLOC

Answer: C

 

NEW QUESTION 51
How can you extend an SAP Fiori app? (3 answers)

  • A. Add customer view content in a predefined extension point
  • B. Enable merging of the standard and the custom controller at runtime
  • C. Modify the data model to merge data at runtime
  • D. Modify the runtime libraries that are to be loaded
  • E. Modify the properties of the view control

Answer: A,B,E

 

NEW QUESTION 52
You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (3 answers)

  • A. Deploy to SAP Fiori launchpad
  • B. SAP HANA Cloud Platform
  • C. SAPUI5 ABAP Repository
  • D. SAPUI5 Java Repository
  • E. Register to SAP Fiori launchpad

Answer: B,C,E

 

NEW QUESTION 53
How do you access the MessageManager?

  • A. Each UI control provides a function to access the MessageManager.
  • B. It is a singleton and can be accessed by the getMessageManager function on the core object.
  • C. You have to instantiate the MessageManager using the constructor function.

Answer: B

 

NEW QUESTION 54
Which file contains the initialization code for the UI library?

  • A. library.load.js
  • B. library.js
  • C. lib.dll
  • D. loadlibrary.js

Answer: B

 

NEW QUESTION 55
In the data in the screenshot, you want to display the List of Companies in the Americas region which binding option do you use for the X Y and Z values in the view?

  • A. X: /regions/u/companies Y companies/u/name L companies/u/city
  • B. X: /regions/O/companies Y: name Z: city
  • C. X: /regions/companies Y: name Z:.city
  • D. X: /regions/companies Y companies/name Z companies/city

Answer: B

 

NEW QUESTION 56
What are the advantages of Local Annotations Over SADL-based Annotations? Note: There are 2 correct answers to this question

  • A. Can Override the CDS based Annotations
  • B. 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
  • C. Can handle Complex annotations which is not a bound to a single field or entity
  • D. Local Annotations are more reusable as compared to SADL based annotations

Answer: A,D

 

NEW QUESTION 57
What is the principle of SAP UX strategy?

  • A. New, Renew, Empower
  • B. Architecture and Technology
  • C. SAP Screen Personas
  • D. Design Strategy
  • E. New, Renew, Enablement

Answer: A

 

NEW QUESTION 58
You develop an SAPUI5 app that can be extended. To allow your customer notifications, you set up a hook method. What activities are required to implement a hook method? (3 answers)

  • A. Modify the bootstrap option to allow multi-layer extensions of the custom code
  • B. Add a code snippet to check if the method exists and execute it
  • C. Identify a strategic location in the controller for the customized code
  • D. Define a new function name ensuring it is reserved for the extension
  • E. Create a js file in the Util folder to allow the customer to add custom code

Answer: B,C,D

 

NEW QUESTION 59
What is the result of a GIT Clean?

  • A. Removes all untracked files from the working directory.
  • B. Reverts back to the previous state of the project.
  • C. Undoes a committed snapshot.

Answer: A

 

NEW QUESTION 60
What does coherence refer to in the SAP Fiori design principles? (2 answers)

  • A. The same intuitive experience across the whole enterprise
  • B. A consistent interaction and visual design language
  • C. A description of the technological foundation
  • D. The way in which the data is handled internally

Answer: A,B

 

NEW QUESTION 61
Which function do you call on the ODataModel to trigger a deep insert?

  • A. updateDeep
  • B. insertDeep
  • C. create
  • D. createDeep

Answer: C

 

NEW QUESTION 62
For which app type in SAP Fiori do you install the KPI framework?

  • A. Transactional app
  • B. Legacy app
  • C. Factsheet app
  • D. Analytical app

Answer: D

 

NEW QUESTION 63
What message types are known to SAPUI5?

  • A. UI message
  • B. Server message
  • C. Control message
  • D. Log message

Answer: B,C

 

NEW QUESTION 64
You want to define a property with the name width to enhance a standard UI5 control. The property should hold the current width of the UI control. What is the best approach to defining the type of such a property?

  • A. Define the property width of the type sap.ui.core.type.CSSSize.
  • B. Define the property width of the type sap.ui.core.Integer.
  • C. Define the property width of the type string.
  • D. Define the property width of the type sap.ui.core.CSSSize.

Answer: D

 

NEW QUESTION 65
You develop an SAPU15 app and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? (2 answers)

  • A. listFilter
  • B. confirm
  • C. oninit
  • D. reset

Answer: B,D

 

NEW QUESTION 66
......

The best C-FIORDEV-21 exam study material and preparation tool is here: https://www.testkingit.com/SAP/latest-C-FIORDEV-21-exam-dumps.html