Question 6
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)


Question 7
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
Question 8
What is the maximum number of running threads per application instance?
Question 9
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.
Question 10
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?