CCDAK 試験問題を無料オンラインアクセス
| 試験コード: | CCDAK |
| 試験名称: | Confluent Certified Developer for Apache Kafka Certification Examination |
| 認定資格: | Confluent |
| 無料問題数: | 92 |
| 更新日: | 2026-08-03 |
(Your application consumes from a topic configured with a deserializer.
You want the application to be resilient to badly formatted records (poison pills).
You surround the poll() call with a try/catch block for RecordDeserializationException.
You need to log the bad record, skip it, and continue processing other records.
Which action should you take in the catch block?)
Match the topic configuration setting with the reason the setting affects topic durability.
(You are given settings like unclean.leader.election.enable=false, replication.factor, min.insync.replicas=2)
(You are writing to a Kafka topic with producer configuration acks=all.
The producer receives acknowledgements from the broker but still creates duplicate messages due to network timeouts and retries.
You need to ensure that duplicate messages are not created.
Which producer configuration should you set?)
(You create a topic with five partitions.
What can you assume about messages read from that topic by a single consumer group?)
