You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an eventhandler in the bookshop-service, that calculates a discount of 10 % on the price of books written in English ("en"). In all other cases, you want to calculate a discount of 5 %. The price should be calculated after books are read from the service. Drag thecode snippets from below into the correct parts of the event handler implementation. Drag the key and value items from below into the correct parts of the descriptor file.
Select and Place:

A global account has a relationship with entitlements. The cardinality of this relationship is "0-n" as shown in the graphic.
What are thecardinalities for the other relationships in the attached diagram? (Drag and drop the labels at the bottom onto the framed locations of the image above.)
Select and Place:

What does SAP Fiori elements use to generate the UI? Note:There are 2 to choose.
A. Custom UI logic
B. Annotations in the OData service
C. Authorizations in the OData service
D. The entity definition of the OData service
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? Note: There are 2 to choose.
A. SAP Destination service
B. SAP Keystore service
C. SAP Connectivity service
D. SAP Cloud Transport Management service
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
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL? Note: There are 2 to choose.
A. A password
B. A secret
C. A content type
D. A user
What do you need to consider when working withsubaccounts in SAP BTP? Note: There are 2 to choose.
A. The subdomain is the unique identifier of a subaccount.
B. A subaccount must be registered through a booster.
C. A service must be entitled to the subaccount before you can subscribe to it.
D. The subdomain of a subaccount must be unique within a region.
You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?
A. cds.Request
B. cds.Service
C. cds.Event
You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements beingcreated? Note: There are 2 to choose.
A. file package.json
B. file manifest.yml
C. folder /approuter
D. folder /app
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