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.
What is the maximum number of running threads per application instance?
What must you do to pull a container image from a private registry? Note: There are 2 correct answers to this question.
Which of the following statements about SAP Continuous Integration and Delivery (CI/CD) is correct?
Choose the correct answer.
How do you add authorization and trust management to your CAP project? Choose the correct answer.