CCDAK Exam Question 6

A client connects to a broker in the cluster and sends a fetch request for a partition in a topic. It gets an exception Not Leader For Partition Exception in the response. How does client handle this situation?
  • CCDAK Exam Question 7

    What is a consequence of increasing the number of partitions in an existing Kafka topic?
  • CCDAK Exam Question 8

    You want to sink data from a Kafka topic to S3 using Kafka Connect. There are 10 brokers in the cluster, the topic has 2 partitions with replication factor of 3. How many tasks will you configure for the S3 connector?
  • CCDAK Exam Question 9

    A consumer has auto.offset.reset=latest, and the topic partition currently has data for offsets going from 45 to
    2311. The consumer group never committed offsets for the topic before. Where will the consumer read from?
  • CCDAK Exam Question 10

    Your manager would like to have topic availability over consistency. Which setting do you need to change in order to enable that?