What isn't a feature of the Confluent schema registry?
Answer(s): A
Data is stored on brokers.
Which of the following errors are retriable from a producer perspective? (Select two)
Answer(s): C,D
Both of these are retriable errors, others non-retriable errors. See the full list of errors and their "retriable" status herehttps://kafka.apache.org/protocol#protocol_error_codes
How will you find out all the partitions without a leader?
Answer(s): C
Please note that as of Kafka 2.2, the --zookeeper option is deprecated and you can now usekafka-topics.sh --bootstrap-server localhost:9092 --describe --unavailable-partitions
Which actions will trigger partition rebalance for a consumer group? (Select three)
Answer(s): A,C,D
Rebalance occurs when a new consumer is added, removed or consumer dies or paritions increased.
Post your Comments and Discuss Confluent CCDAK exam with other Community members:
Testbear commented on June 13, 2023 please upload ITALY upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the CCDAK content, but please register or login to continue.