Fifty Flashcards

1
Q

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.

A

Creating Cloud Foundry orgs explicitly.
Creating many subaccounts assigned to the Cloud Foundry environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

xs-security.js

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

scopes
role-templates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

It reduces maintenance and governance effort
It increases scalability of the solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?

multi-environments
identity-providers
platforms
users

A

identity-providers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

On the Repositories tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A role collection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How many administrators can be assigned to a global account?

0 - 1
1 - n
0 - n

A

1 - n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

JSON files contain human-readable data.
JSON files are also valid YAML files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly