CCDAK Exam Question 111

By default, which replica will be elected as a partition leader? (select two)
  • CCDAK Exam Question 112

    Which of the following errors are retriable from a producer perspective? (select two)
  • CCDAK Exam Question 113

    Which of the following Kafka Streams operators are stateful? (select all that apply)
  • CCDAK Exam Question 114

    A Zookeeper ensemble contains 5 servers. What is the maximum number of servers that can go missing and the ensemble still run?
  • CCDAK Exam Question 115

    You are working on a Kafka cluster with three nodes. You create a topic named orders with:
    * replication.factor = 3
    * min.insync.replicas = 2
    * acks = allWhat exception will be generated if two brokers are down due to network delay?