nerdexam
SAP

C_CPE_16 · Question #61

What can you use to register the JavaScript implementation of an event handler for external services to the framework?

The correct answer is A. An inline function passed to result of cds.connect(). See the full explanation below for the reasoning.

Question

What can you use to register the JavaScript implementation of an event handler for external services to the framework?

Options

  • AAn inline function passed to result of cds.connect()
  • BAn inline function passed to result of cds.serve()
  • CA.js file with the same name as the .cds file
  • DAn @impl annotation in your CDS model fille

How the community answered

(68 responses)
  • A
    75% (51)
  • B
    7% (5)
  • C
    13% (9)
  • D
    4% (3)

Community Discussion

No community discussion yet for this question.

Full C_CPE_16 Practice