Question 6 of 54You are using Confluent Schema Registry to provide a RESTful interface for storing and retrieving schemas. Which types of schemas are supported? (Choose three.)
Correct Answer: A, C, E
Question 7 of 54Multiple clients are sharing a Kafka cluster. As an administrator, how would you ensure that Kafka resources are distributed fairly to all clients?
Correct Answer: A
Question 8 of 54A customer has a use case for a ksqlDB persistent query. You need to make sure that duplicate messages are not processed and messages are not skipped. Which property should you use?
Correct Answer: A
Question 9 of 54If a broker's JVM garbage collection takes too long, what can occur?
Correct Answer: B
Question 10 of 54You are managing a Kafka cluster with five brokers (broker id '0', '1','2','3','4') and three ZooKeepers. There are 100 topics, five partitions for each topic, and replication factor three on the cluster. Broker id ‘0’ is currently the Controller, and this broker suddenly fails. Which statements are correct? (Choose three.)