SAP C_CPE_2409 Übungsprüfungen
Zuletzt aktualisiert am 05.05.2025- Prüfungscode: C_CPE_2409
- Prüfungsname: SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model
- Zertifizierungsanbieter: SAP
- Zuletzt aktualisiert am: 05.05.2025
What are some benefits of using Forms in SAP Build Process Automation?Note: There are 2 correct answers to this question.
- A . Streamline business process approvals easily
- B . Create documents for processes easily
- C . Create an interactive Ul easily
- D . Create and share email templates easily
You develop an application using the Cloud Foundry environment.
What are some steps to restrict access to this application? Note: There are 2 correct answers to this question.
- A . Set the Scopes element to the required scope name in the xs-app.json file.
- B . Set the role-name attribute of the Security-role element in the web.xml file to the required role template name.
- C . Define the role template name in the role-templates element of the xs-security.json file.
- D . Set the Scopes element to the required scope name in the xs-security.json file.
Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?
- A . FOREIGN_KEY_VIOLATION
- B . CX_SY_CONSTRAINT_VIOLATION
- C . ILLEGAL CRUD OPERATION
- D . UNIQUE CONSTRAINT_VIOLATION
Why are extensions on top of SAP S/4HANA Cloud NOT affected by the quarterly update cycle of SAP S/4HANA Cloud?
- A . The Virtual Data Model of SAP S/4HANA Cloud remains unchanged.
- B . The extension application runs only on SAP Business Technology Platform.
- C . The public interfaces of SAP S/4HANA represent a stable contract across the versions of SAP S/4HANA Cloud.
- D . SAP provides maintenance agreements to fix any extension issues.
Using the Cloud Events specification, which component must you use to post events to Kyma Eventing?
- A . svc/eventing-nats
- B . service/eventing-event-publisher-proxy
- C . pods/eventing-nats-0
- D . pod/eventing-event-publisher-proxy
In SAP Build Process Automation, what is a decision table rule?
- A . A tabular set of input/output rule expressions
- B . A set of pre-defined data objects
- C . A tabular set of business process decisions
- D . A set of rule expressions in an IF-THEN format
What must you do to pull a container image from a private registry? Note: There are 2 correct answers to this question.
- A . Create a secret with the type "kubernetes.io/dockerconfigjson".
- B . Create a secret with the type "Opaque".
- C . Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.metadata.annotations".
- D . Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.spec.
What are the benefits of using Side-by-Side Extensibility? Note: There are 3 correct answers to this question.
- A . It can be implemented in the same software stack as the extended application.
- B . It integrates with other cloud/non-cloud solutions when using SAP Business Technology Platform Integration services.
- C . It uses a complete development platform for creating extension applications.
- D . It provides support for hybrid scenarios.
- E . It uses In-App tools to adapt the standard UI.
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?
- A . A role
- B . A role collection
- C . A role template
How do you run a CI/CD build manually without pushing changes to Git?
- A . Select Deploy from the project’s context menu in the Project Explorer
- B . Submit Changes via Sync & Share action
- C . Select "Trigger a Build‘ in the CI/CD job’s context menu
- D . Create and run "Build task" in Task Explorer