Question 11

In Kafka Streams, by what value are internal topics prefixed by?
  • Question 12

    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?
  • Question 13

    Which of the following event processing application is stateless? (select two)
  • Question 14

    If I produce to a topic that does not exist, and the broker setting auto.create.topic.enable=true, what will happen?
  • Question 15

    A kafka topic has a replication factor of 3 and min.insync.replicas setting of 2. How many brokers can go down before a producer with acks=all can't produce?