SAP C_CPE_14 SAP Certified Development Associate – SAP BTP Extension Developer Online Training
SAP C_CPE_14 Online Training
The questions for C_CPE_14 were last updated at Dec 19,2024.
- Exam Code: C_CPE_14
- Exam Name: SAP Certified Development Associate - SAP BTP Extension Developer
- Certification Provider: SAP
- Latest update: Dec 19,2024
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
- A . Platform users
- B . Application users
- C . Business users
- D . Technical users
What is OData? Choose the correct answer.
- A . A standard to share data under a creative commons license
- B . A standard to create user interfaces (Ul) for applications
- C . A standard to access data through RESTful APIs
Which command do you use to install dependencies in your project?
- A . npm
- B . cds
- C . yum
- D . bash
How many event handlers can you register for one event phase?
- A . exactly one
- B . exactly three
- C . multiple
You use SAP Continuous Integration and Delivery for your CAP project.
Where can you access the Webhook Event Receiver?
- A . On the Credentials tab
- B . On theJobs tab
- C . On the Repositories tab
Which file contains an app’s "declaration of security"? Choose the correct answer.
- A . xs-app.json
- B . xs-sec.json
- C . xs-security.json
Which of the following supports non-hierarchical data? Choose the correct answer.
- A . JSON
- B . Neither
- C . YAML
What are some characteristics of CAP event handling? Note: There are 2 to choose.
- A . You can register event handlers with instances of cds.service to add custom logic.
- B . You can register only one event handler for a specific event.
- C . You can register multiple event handlers for each event phase.
- D . You must use the handler registration API srv.emit(<event>) to de-register event handlers.
You are asked to add a User Interface to your CAP project as quickly as possible and without any unique functionalities.
Which option do you choose? Choose the correct answer.
- A . SAP UI5 Elements
- B . SAPUI5 Freestyle
- C . SAP Fiori Elements
Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose
- A . Content
- B . Header
- C . Footer
- D . Toolbars