Online Access Free C_CPE_13 Exam Questions
Exam Code: | C_CPE_13 |
Exam Name: | Certified Development Associate - SAP Extension Suite |
Certification Provider: | SAP |
Free Question Number: | 82 |
Posted: | Sep 09, 2025 |
What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose.
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
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.