Confluent CCDAK - Confluent Certified Developer for Apache Kafka Certification Examination
Which configuration allows more time for the consumer poll to process records?
You need to correctly join data from two Kafka topics.
Which two scenarios will allow for co-partitioning?
(Select two.)
Which two producer exceptions are examples of the class RetriableException? (Select two.)
Which two statements are correct about transactions in Kafka?
(Select two.)
You are creating a Kafka Streams application to process retail data.
Match the input data streams with the appropriate Kafka Streams object.
You create a producer that writes messages about bank account transactions from tens of thousands of different customers into a topic.
Your consumers must process these messages with low latency and minimize consumer lag
Processing takes ~6x longer than producing
Transactions for each bank account must be processedin orderWhich strategy should you use?
Which statement is true about how exactly-once semantics (EOS) work in Kafka Streams?
You have a topic t1 with six partitions. You use Kafka Connect to send data from topic t1 in your Kafka cluster to Amazon S3. Kafka Connect is configured for two tasks.
How many partitions will each task process?
What are two examples of performance metrics?
(Select two.)
You want to connect with username and password to a secured Kafka cluster that has SSL encryption.
Which properties must your client include?