Question 36

How do Kafka brokers ensure great performance between the producers and consumers? (select two)
  • Question 37

    A topic has three replicas and you set min.insync.replicas to 2. If two out of three replicas are not available, what happens when a produce request with acks=all is sent to broker?
  • Question 38

    What is not a valid authentication mechanism in Kafka?
  • Question 39

    Suppose you have 6 brokers and you decide to create a topic with 10 partitions and a replication factor of 3. The brokers 0 and 1 are on rack A, the brokers 2 and 3 are on rack B, and the brokers 4 and 5 are on rack C.
    If the leader for partition 0 is on broker 4, and the first replica is on broker 2, which broker can host the last replica? (select two)
  • Question 40

    Once sent to a topic, a message can be modified