Question 71
A stream processing application is tracking the user activity of online shopping carts. The application tracks items added to the cart, items removed from the cart, and items ordered from the cart throughout the day for each user.
You need to capture the data to identify possible periods of user inactivity.
Which type of Kafka Streams window should you use?
You need to capture the data to identify possible periods of user inactivity.
Which type of Kafka Streams window should you use?
Question 72
Clients that connect to a Kafka cluster are required to specify one or more brokers in the bootstrap.
servers parameter.
What is the primary advantage of specifying more than one broker?
servers parameter.
What is the primary advantage of specifying more than one broker?
Question 73
Which of these joins does not require input topics to be sharing the same number of partitions?
Question 74
A producer is sending messages with null key to a topic with 6 partitions using the DefaultPartitioner. Where will the messages be stored?
Question 75
When using the Confluent Kafka Distribution, where does the schema registry reside?
