SAP C-CPE-15 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: C-CPE-15
  • Exam Name/Title: SAP Certified Development Associate - SAP BTP Extensions with SAP Cloud Application Programming Model
  • Certification Provider: SAP
  • Corresponding Certification: SAP Certified Development Associate
  • Exam Questions: 84
  • Updated On: Sep 05, 2026
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.
Correct Answer: A,B Vote an answer
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.
Correct Answer: B Vote an answer
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
Correct Answer: C Vote an answer
What are some characteristics of JSON files? Note: There are 2 to choose.
Correct Answer: B,D Vote an answer
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
Correct Answer: A,D Vote an answer
What are some characteristics of OData? Note: There are 2 to choose.
Correct Answer: B,C Vote an answer
DRAG DROP
You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an event handler in the bookshop-service, that calculates a discount of 10 % on the price of books written in English ("en"). In all other cases, you want to calculate a discount of 5 %. The price should be calculated after books are read from the service. Drag the code snippets from below into the correct parts of the event handler implementation. Drag the key and value items from below into the correct parts of the descriptor file.
Correct Answer:
'bookshop-service', after, 'READ', forEach, 'book.language == 'en', 'book.price = book.price * 0.95, book.price = book.price * 0.9
In SAP Business Application Studio, what is a dev space?
Correct Answer: D Vote an answer
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?
Correct Answer: A Vote an answer
0
0
0
10