Eighty Flashcards

1
Q

What are some principles of continuous integration? (2 correct)

Automated tests
Automated deployment to the productive system
Automated builds
Automated code change pushes

A

Automated tests
Automated builds

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

**You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector. Which additional SAP BTP services are required for the connection? (2 correct)
**

SAP Destination service
SAP Keystore service
SAP Connectivity service
SAP Cloud Transport Management service

A

SAP Destination service
SAP Connectivity service

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

**How can you bring your company’s user base into your SAP BTP subaccount?
**

Create the users manually in the security section of your subaccount.
Establish a trust relationship with your corporate identity provider.
Import the users via .csv file upload in the SAP BTP cockpit.
Establish a trust relationship with the default identity provider.

A

Establish a trust relationship with your corporate identity provider.

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

What are some characteristics of CAP event handling? (2 correct)

You can register only one event handler for a specific event.
You must use the handler registration API srv.emit() to de-register event handlers.
You can register event handlers with instances of eds.service to add custom logic.
You can register multiple event handlers for each event phase.

A

You can register event handlers with instances of eds.service to add custom logic.
You can register multiple event handlers for each event phase.

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

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?

In an xs-security.json file
In an instance of the XSUAA service
In a role-collection

A

In a role-collection

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

What type of application is the SAP Business Application Studio?

Multi-target application
Editor
IDE

A

Multi-target application

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

**What are some capabilities of the MongoDB database on SAP Cloud Platform Cloud Foundry? (2 correct)
**

Concurrency management
Support of replica sets
Indexing of any field
Inheritance support

A

Support of replica sets
Indexing of any field

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

Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the
aspect from the ‘@sap/eds/common’ package (see attached graphic).

IH1"g  {.ianag!'d}  f rn11  'gisap/c:ds/c:Mll!IOn';
nti.ty  Books   C
kl'>' ro : WlD C!CCore.co  111ted    t ruel ;
tltll! : String;
author: String;

Which is a valid way to extend the entity with the aspect?

entity Books : managed {
	key ID : UUID @(Core.Computer : true);
	title : String;
	author : String;
}
key ID : UU!D @!(Core.Co puted     t r !') : tit le : String;
3ut hor:   Strillg;
entity Books {
key ID : UUID @(C11>r1!.C01npu  ell     rue) ;
t1 \e  : s  rinG ;
authllr     Suing:
5pe'   ; mnscd;
A
entity Books : managed {
	key ID : UUID @(Core.Computer : true);
	title : String;
	author : String;
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly