What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)
Select and Place:
You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?
A. Create quota plan. EnableCloud Foundry. Create space. Create org
B. Create quota plan. Create org. Create space. Enable Cloud Foundry
C. Enable Cloud Foundry. Create space . Create org. Create quota plan
D. Enable Cloud Foundry. Create org. Create space. Create quota plan
What are some principles of continuous integration? Note: There are 2 to choose.
A. Automated tests
B. Automated deployment to the productivesystem
C. Automated builds
D. Automated code change pushes
You want to create a new service definition in your CAPproject. In which folder do you place the service definition .cds file?
A. /app
B. /db
C. /srv
D. /root
Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 2 to choose.
A. SAP Solution Manager
B. SAP BTP CLI
C. SAP Business Application Studio
D. Cloud Foundry CLI
Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role-templates?
A. In an xs-security.jsonfile
B. In an instance of the XSUAA service
C. In a role-collection
Using a terminal in SAP Business Application Studio, you want to enable authentication support via XSUAA in CAP for SAP BTP. Whichcommand must you run in the terminal?
A. npm i --save @sap/xssec @sap/xsenv
B. cds compile srv --to xsuaa >@sap/xssec @sap/xsenv
C. cds compile srv --to xsuaa >xs-security.json
D. npm i --save xs-security.json
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
A. 10k requests per hour per user
B. 1k requests per hour for all users
C. 100k requests per hour per user
D. 50k requests per hour for all users
You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict...) - to add authorizations to your service?
A. srv/risk-service.js
B. package-lock.json
C. xs-security.js
D. srv/risk-service.cds