Questions for the C-CPE-13 were updated on : Dec 20 ,2024
DRAG DROP
You have implemented a simple bookshop CAP application for the purpose of selling books. You want
to implement an event handler 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 the code 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.
None
Explanation:
bookshop-service, after, READ, forEach, book.language == en, book.price = book.price * 0.95,
book.price = book.price * 0.9
Which of the following are characteristics of the SAP Business Technology Platform, ABAP
Environment? Note: There are 2 to choose.
B C
Your customer presents you with the following UI requirements: Users work on different kinds of
items. Different visualizations without interactions between the visualizations. No drilldown.
Which SAP Fiori elements floorplan do you recommend they use?
A
What are some characteristics of CAP event handling? Note: There are 2 to choose.
C D
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
A D
DRAG DROP
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the
image above.)
None
Explanation:
User, Role collection, Scope, Role
What are some characteristics of YAML files? Note: There are 2 to choose.
CD
In SAP Business Application Studio, what is a dev space?
D
You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What
command must you run to do this in one step?
A
You want to use the SAP Cloud Connector to connect an SAP S/4HANA system to the SAP BTP. Where
does the SAP Cloud Connector need to be installed?
B
What kind of offering is Cloud Foundry?
A
DRAG DROP
A global account has a relationship with entitlements. The cardinality of this relationship is "0-n" as
shown in the graphic. What are the cardinalities for the other relationships in the attached diagram?
(Drag and drop the labels at the bottom onto the framed locations of the image above.)
None
Explanation:
Which management tool can you use to deploy a CAP project into a space of your SAP BTP
subaccount?
A
What is the maximum number of running threads per application instance?
D
What is one of the required steps to enable authentication support in CAP?
C