nerdexam
SAP

C_CPE_16 · Question #66

What are some characteristics of CAP event handling? Note: There are 2 correct answers to this question.

The correct answer is C. You can register multiple event handlers for each event phase. D. You can register event handlers with instances of cds.service to add custom logic. See the full explanation below for the reasoning.

Question

What are some characteristics of CAP event handling? Note: There are 2 correct answers to this question.

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 multiple event handlers for each event phase.
  • DYou can register event handlers with instances of cds.service to add custom logic.

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    12% (2)
  • C
    82% (14)

Community Discussion

No community discussion yet for this question.

Full C_CPE_16 Practice