최신SAP Certified Development Associate - SAP BTP Extensions with SAP Cloud Application Programming Model - C-CPE-15무료샘플문제
문제1
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
정답: C,D
문제2
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are
3 to choose.
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are
3 to choose.
정답: B,C,E
문제3
You have developed a risk service application in CAP. To which file must you add restrictions -
@(restrict...) - to add authorizations to your service?
You have developed a risk service application in CAP. To which file must you add restrictions -
@(restrict...) - to add authorizations to your service?
정답: A
문제4
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
정답: B,D
문제5
What is recommended by SAP when you publish an API? Note: There are 2 to choose.
What is recommended by SAP when you publish an API? Note: There are 2 to choose.
정답: A,B
문제6
What is a rule of thumb for when to use namespaces in your models?
What is a rule of thumb for when to use namespaces in your models?
정답: C
문제7
DRAG DROP
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)

DRAG DROP
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)

정답:
User, Role collection, Scope, Role
문제8
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.

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
문제9
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
정답: C