nerdexam
Confluent

CCDAK · Question #35

In Avro, removing a field that does not have a default is a __ schema evolution

The correct answer is C. backward. Clients with new schema will be able to read records saved with old schema.

Application Design

Question

In Avro, removing a field that does not have a default is a __ schema evolution

Options

  • Abreaking
  • Bfull
  • Cbackward
  • Dforward

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    76% (19)
  • D
    12% (3)

Explanation

Clients with new schema will be able to read records saved with old schema.

Topics

#Avro schema evolution#forward compatibility#field removal#default values

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice