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
Question #31
What can you use to register the JavaScript implementation of an event handler for external services to the framework?
- A . An inline function passed to result of cds.connect()
- B . An inline function passed to result of cds.serve()
- C . A.js file with the same name as the .cds file
- D . An @impl annotation in your CDS model fille
Question #32
You want to register custom event handlers using instances of CAP Node.js SDK classes.
Which one do you use?
- A . cds.Service
- B . cds.Request
- C . cds.Event