SAP C_CPE_2409 Übungsprüfungen
Zuletzt aktualisiert am 04.05.2025- Prüfungscode: C_CPE_2409
- Prüfungsname: SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model
- Zertifizierungsanbieter: SAP
- Zuletzt aktualisiert am: 04.05.2025
Which of the following can be used to implement side-by-side extensions in the Cloud Foundry environment of SAP Business Technology Platform? Note: There are 2 correct answers to this question.
- A . ABAP
- B . Java
- C . Node.
- D . js ActionScript
Which language do you use to create a data model in a CAP project?
- A . Core Data Services Definition Language (CDL)
- B . ABAP
- C . Core Data Services Query Language (CQL)
- D . SQL
Which identifier is used by the XSUAA service to distinguish applications and scopes?
- A . xsappname
- B . xs-security
- C . VCAP_SERVICES
- D . tenant-mode
You develop custom SAP S/4HANA side-by-side extensions. For which development objects can you enable OData services? Note: There are 2 correct answers to this question.
- A . SAP-delivered business objects
- B . Custom CDS views
- C . Custom forms
- D . Custom business objects
Into which environment does the Test step in a CI/CD job allow you to deploy your application?
- A . Mobile Services
- B . Private server
- C . Local workspace
- D . Cloud Foundry
When you create an API Rule for a service, what is created automatically?
- A . A Helm Chart
- B . An Istio VirtualService
- C . A Kubernetes Deployment
- D . A Kubernetes Service
What are key elements of reactive systems in the distributed environment of side-by-side extensions? Note: There are 2 correct answers to this question.
- A . Asynchronous interaction between a browser and a system
- B . Asynchronous message-driven communication between systems
- C . Loose coupling and isolation between systems
- D . Synchronous API communication between server and client
Which of the following tools are required to build Spring Boot applications using the SAP Cloud SDK? Note: There are 2 correct answers to this question.
- A . Java SE Development Kit 8
- B . Apache Maven version 3.5 or above
- C . SAP Mobile Services (MDK)
- D . Spring Initializ
What are some principles of continuous integration? Note: There are 2 correct answers to this question.
- A . Automated tests
- B . Automated deployment to the productive system
- C . Automated builds
- D . Automated code change pushes
Which of the following are the fundamental guidelines of a twelve-factor application? Note: There are 3 correct answers to this question.
- A . Cache management
- B . Traceability and reproducibility of all changes
- C . Security management of software layers
- D . Stateless and self-contained application processes
- E . Separation of application code and runtime configuration