CCDAK試験無料問題集「Confluent Certified Developer for Apache Kafka Certification Examination 認定」

You are building a consumer application that processes events from a Kafka topic. What is the most important metric to monitor to ensure real-time processing?

解説: (GoShiken メンバーにのみ表示されます)
Once sent to a topic, a message can be modified

解説: (GoShiken メンバーにのみ表示されます)
Which of these joins does not require input topics to be sharing the same number of partitions?

解説: (GoShiken メンバーにのみ表示されます)
If I produce to a topic that does not exist, and the broker setting auto.create.topic.enable=true, what will happen?

解説: (GoShiken メンバーにのみ表示されます)
Suppose you have 6 brokers and you decide to create a topic with 10 partitions and a replication factor of 3.
The brokers 0 and 1 are on rack A, the brokers 2 and 3 are on rack B, and the brokers 4 and 5 are on rack C.
If the leader for partition 0 is on broker 4, and the first replica is on broker 2, which broker can host the last replica? (select two)

解説: (GoShiken メンバーにのみ表示されます)
How would you describe a connector in ksqlDB?

We want the average of all events in every five-minute window updated every minute. What kind of Kafka Streams window will be required on the stream?

解説: (GoShiken メンバーにのみ表示されます)
If I supply the setting compression.type=snappy to my producer, what will happen? (select two)

解説: (GoShiken メンバーにのみ表示されます)
How will you set the retention for the topic named 'Aumy-topic' to 1 hour?

解説: (GoShiken メンバーにのみ表示されます)
Select all that applies (select THREE)

正解:B,D,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)