Fifty Flashcards
What are valid actions using subaccounts in SAP BTP? (2 correct)
Creating Cloud Foundry orgs explicitly.
Disabling the Cloud Foundry environment once you have enabled it.
Creating many subaccounts assigned to the Cloud Foundry environment.
Deleting a subaccount with service subscriptions.
Creating Cloud Foundry orgs explicitly.
Creating many subaccounts assigned to the Cloud Foundry environment.
You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict…) - to add authorizations to your service?
srv/risk-service.js
package-lock.json
xs-security.js
srv/risk-service.cds
xs-security.js
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”: “$1”, “localDir”: “resources”, “authenticationType”: “xsuaa” }, { “source”: “A/service/(.)$”, “destination”: “srv-binding”, “authenticationType”: “xsuaa” } ] } What does this routes array tell the approuter? (2 correct)
The files in the resources folder will be served for all requests to /app.
The files requested for /app will be put to the resources folder.
All requests starting with /service will be forwarded to the CAP service.
All requests starting with /service will be targeted to the folder resources.
The files in the resources folder will be served for all requests to /app.
All requests starting with /service will be forwarded to the CAP service.
You have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file? (2 correct)
roles
users
scopes
role-templates
scopes
role-templates
What are some advantages of building an account model based on functional areas such as Sales or IT? (2 correct)
It reduces the total cost of ownership (TCO)
It reduces maintenance and governance effort
It increases scalability of the solution
It increases the number of concurrent users
It reduces maintenance and governance effort
It increases scalability of the solution
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?
multi-environments
identity-providers
platforms
users
identity-providers
You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?
On the Repositories tab
On the Jobs tab
On the Credentials tab
On the Repositories tab
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?
A role
A role template
A role collection
A role collection
How many administrators can be assigned to a global account?
0 - 1
1 - n
0 - n
1 - n
What are some characteristics of JSON files? (2 correct)
JSON files contain human-readable data.
JSON files are based on XML.
JSON files are also valid YAML files.
JSON files contain JavaScript commands.
JSON files contain human-readable data.
JSON files are also valid YAML files.