C-CPE-13 Exam Question 21
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL? Note: There are 2 to choose.
C-CPE-13 Exam Question 22
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.
C-CPE-13 Exam Question 23
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.


C-CPE-13 Exam Question 24
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?
C-CPE-13 Exam Question 25
What are some characteristics of YAML files? Note: There are 2 to choose.