nerdexam
SAP

C_CPE_16 · Question #10

You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this?

The correct answer is A. const cds = require('@sap/cds'). See the full explanation below for the reasoning.

Question

You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this?

Options

  • Aconst cds = require('@sap/cds')
  • Bconst cds = require("@sap/cds')
  • Cconst cds = require('@sap/cds")
  • Dconst cds = require('@sap/cds')

How the community answered

(28 responses)
  • A
    86% (24)
  • B
    4% (1)
  • C
    7% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C_CPE_16 Practice