최신SAP Certified Development Associate - SAP BTP Extensions with SAP Cloud Application Programming Model - C-CPE-15무료샘플문제
문제1
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?
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
문제2
Which language do you use to create a data model in a CAP project?
Which language do you use to create a data model in a CAP project?
정답: C
문제3
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
문제4
In an SAP Business Application Studio project, what does the "cf push" command do?
In an SAP Business Application Studio project, what does the "cf push" command do?
정답: B
문제5
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.
정답: A,C
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
What are some principles of continuous integration? Note: There are 2 to choose.
What are some principles of continuous integration? Note: There are 2 to choose.
정답: C,D
문제7
HOTSPOT
Which severity level matches which request method?

HOTSPOT
Which severity level matches which request method?

정답:
Req.notify - 1 Req.info - 2 Req.warn - 3 Req.error - 4
문제8
What are tasks of the approuter? Note: There are 3 to choose.
What are tasks of the approuter? Note: There are 3 to choose.
정답: A,B,C
문제9
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
정답: C