Eighty Flashcards
What are some principles of continuous integration? (2 correct)
Automated tests
Automated deployment to the productive system
Automated builds
Automated code change pushes
Automated tests
Automated builds
**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
SAP Destination service
SAP Connectivity service
**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.
Establish a trust relationship with your corporate identity provider.
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.
You can register event handlers with instances of eds.service to add custom logic.
You can register multiple event handlers for each event phase.
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
In a role-collection
What type of application is the SAP Business Application Studio?
Multi-target application
Editor
IDE
Multi-target application
**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
Support of replica sets
Indexing of any field
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;
entity Books : managed { key ID : UUID @(Core.Computer : true); title : String; author : String; }