nerdexam
Confluent

CCDAK · Question #140

Using the Confluent Schema Registry, where are Avro schema stored?

The correct answer is D. In the _schemas topic. The Schema Registry stores all the schemas in the _schemas Kafka topic.

Application Design

Question

Using the Confluent Schema Registry, where are Avro schema stored?

Options

  • AIn the Schema Registry embedded SQL database
  • BIn the Zookeeper node /schemas
  • CIn the message bytes themselves
  • DIn the _schemas topic

How the community answered

(67 responses)
  • A
    6% (4)
  • B
    3% (2)
  • C
    1% (1)
  • D
    90% (60)

Explanation

The Schema Registry stores all the schemas in the _schemas Kafka topic.

Topics

#schema registry#Avro schema#_schemas topic#schema storage

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice