nerdexam
SAP

C_CPE_13 · Question #3

What are some characteristics of CAP event handling? Note: There are 2 to choose.

The correct answer is 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.. See the full explanation below for the reasoning.

Question

What are some characteristics of CAP event handling? Note: There are 2 to choose.

Options

  • AYou can register only one event handler for a specific event.
  • BYou must use the handler registration API srv.emit(<event>) to de-register event handlers.
  • CYou can register event handlers with instances of cds.service to add custom logic.
  • DYou can register multiple event handlers for each event phase.

How the community answered

(30 responses)
  • A
    17% (5)
  • B
    10% (3)
  • C
    73% (22)

Community Discussion

No community discussion yet for this question.

Full C_CPE_13 Practice