CCDAK Exam Question 106

An ecommerce website maintains two topics - a high volume "purchase" topic with 5 partitions and low volume "customer" topic with 3 partitions. You would like to do a stream-table join of these topics. How should you proceed?
  • CCDAK Exam Question 107

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

    You are experiencing low throughput from a Java producer. You monitor the Kafka metrics and notice that the metrics for that producer show low I/O thread ratio and low I/O thread wait ratio.
    What is most likely the cause of the slow producer performance?
  • CCDAK Exam Question 109

    What is the risk of increasing max.in.flight.requests.per.connection while also enabling retries in a producer?
  • CCDAK Exam Question 110

    If I want to send binary data through the REST proxy, it needs to be base64 encoded. Which component needs to encode the binary data into base 64?