Question 6

Which two statements are correct when assigning partitions to the consumers in a consumer group using the assign() API?
(Select two.)
  • Question 7

    How will you read all the messages from a topic in your KSQL query?
  • Question 8

    In the Kafka consumer metrics it is observed that fetch-rate is very high and each fetch is small. What steps will you take to increase throughput?
  • Question 9

    To prevent network-induced duplicates when producing to Kafka, I should use
  • Question 10

    You are creating a Kafka Streams application to process retail data.
    Match the input data streams with the appropriate Kafka Streams object.