SAP Certified Development Associate - SAP BTP Extensions with SAP Cloud Application Programming Model - C-CPE-15 Exam Practice Test

In SAP Business Application Studio, what is a dev space?
Correct Answer: C Vote an answer
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: C,D Vote an answer
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What kind of request does this webhook send to the specified payload URL?
Correct Answer: B Vote an answer
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.
Correct Answer: A,C Vote an answer
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
Correct Answer: B Vote an answer
Which identifier is used by the XSUAA service to distinguish applications and scopes?
Correct Answer: C Vote an answer
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.
Correct Answer: A,B Vote an answer
How can you bring your company's user base into your SAP BTP subaccount?
Correct Answer: B Vote an answer
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose.
Correct Answer: A,B Vote an answer