C_CPE_14 Exam Question 21

On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
  • C_CPE_14 Exam Question 22

    What are some characteristics of YAML files? Note: There are 2 to choose.
  • C_CPE_14 Exam Question 23

    You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements being created? Note: There are 2 to choose.
  • C_CPE_14 Exam Question 24

    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.
  • C_CPE_14 Exam Question 25

    Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?