최신 SAP Certified Development Associate C-CPE-15 무료샘플문제:
1. Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?
A) APIs for SAP BTP
B) Cloud Foundry command line interface
C) SAP BTP command line interface
2. What are some characteristics of CAP event handling? Note: There are 2 to choose.
A) You can register only one event handler for a specific event.
B) You must use the handler registration API srv.emit(<event>) to de-register event handlers.
C) You can register event handlers with instances of cds.service to add custom logic.
D) You can register multiple event handlers for each event phase.
3. What is one of the required steps to enable authentication support in CAP?
A) Install a Node.js module called passport.
B) Install a CDS module called passport.
C) Install a YAML module called passport.
D) Install a package.json module called passport.
4. What are some principles of continuous integration? Note: There are 2 to choose.
A) Automated tests
B) Automated builds
C) Automated deployment to the productive system
D) Automated code change pushes
5. What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.
A) Authorizations in the OData service
B) Annotations in the OData service
C) Custom UI logic
D) The entity definition of the OData service
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: C,D | 질문 # 3 정답: A | 질문 # 4 정답: B,D | 질문 # 5 정답: B,D |