SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model C_CPE_2409 Question # 28 Topic 3 Discussion

SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model C_CPE_2409 Question # 28 Topic 3 Discussion

C_CPE_2409 Exam Topic 3 Question 28 Discussion:
Question #: 28
Topic #: 3

You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "A/app/(.*)$", "target": "SI", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "A/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.


A.

The files in the resources folder will be served for all requests to /app.


B.

All requests starting with /service will be targeted to the folder resources.


C.

The files requested for/app will be put to the resources folder.


D.

All requests starting with /service will be forwarded to the CAP service.


Get Premium C_CPE_2409 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.