C-CPE-15試験無料問題集「SAP Certified Development Associate - SAP BTP Extensions with SAP Cloud Application Programming Model 認定」

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.
正解:
'bookshop-service', after, 'READ', forEach, 'book.language == 'en', 'book.price = book.price * 0.95, book.price = book.price * 0.9
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.

正解:A,C,E 解答を投票する
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?

You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?

What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.

Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment?
Note: There are 2 to choose.

What are some characteristics of YAML files? Note: There are 2 to choose.

What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.