nerdexam
Confluent

CCAAK · Question #9

Which ksqlDB statement produces data that is persisted into a Kafka topic?

The correct answer is C. INSERT VALUES. INSERT VALUES is used to write data directly into a Kafka topic through a ksqlDB stream or table. This data is persisted.

Apache Kafka Fundamentals

Question

Which ksqlDB statement produces data that is persisted into a Kafka topic?

Options

  • ASELECT (Pull Query)
  • BSELECT (Push Query)
  • CINSERT VALUES
  • DCREATE TABLE

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    82% (32)
  • D
    10% (4)

Explanation

INSERT VALUES is used to write data directly into a Kafka topic through a ksqlDB stream or table. This data is persisted.

Topics

#ksqlDB#INSERT VALUES#topic persistence#ksqlDB statements

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice