Question 1
You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?
Question 2
What are some characteristics of YAML files? Note: There are 2 to choose.
Question 3
What are some principles of continuous integration? Note: There are 2 to choose.
Question 4
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.
"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 5
What are some features of the SAP Cloud Connector? Note: There are 2 to choose.