Question 31

In CAP, which keyword is used to send events? Choose the correct answer.
  • Question 32

    After what period of time does GitHub remove unused personal access tokens? Choose the correct answer.
  • Question 33

    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 34

    What can you do to provide meaningful error messages to users in your CAP application? Choose the correct answer.
  • Question 35

    What does the source code management system use to trigger the CI server? Choose the correct answer.