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 are some SAP Fiori Elements floorplans? Choose the correct answers.
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.
During application development, what are some principles of dealing with application errors? Note: There are 2 to choose.