Online Access Free C-CPE-15 Exam Questions

Exam Code:C-CPE-15
Exam Name:SAP Certified Development Associate - SAP BTP Extensions with SAP Cloud Application Programming Model
Certification Provider:SAP
Free Question Number:84
Posted:Aug 05, 2026
Rating
100%

Question 1

You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$",
"target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$",
"destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.

Question 2

What is recommended by SAP when you publish an API? Note: There are 2 to choose.

Question 3

You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an error handler in the bookshop-service, that can be used to react on specific error messages. For all other errors, you want to define a default error message. The error handler should be called during the event.Drag the code snippets from below into the correct parts of the error handler implementation.

Question 4

What is a rule of thumb for when to use namespaces in your models?

Question 5

You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector. Which additional SAP BTP services are required for the connection? Note: There are 2 to choose.

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.