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

What are stateful operations in Kafka Streams API? (Choose 2.)

Which of the following setting increases the chance of batching for a Kafka Producer?

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

解説: (GoShiken メンバーにのみ表示されます)
Which actions will trigger partition rebalance for a consumer group? (select three)

正解:C,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
The rule "same key goes to the same partition" is true unless...

解説: (GoShiken メンバーにのみ表示されます)
To allow consumers in a group to resume at the previously committed offset, I need to set the proper value for...

解説: (GoShiken メンバーにのみ表示されます)
If a topic has a replication factor of 3...

解説: (GoShiken メンバーにのみ表示されます)
Which Kafka CLI should you use to consume from a topic?

解説: (GoShiken メンバーにのみ表示されます)
There are five brokers in a cluster, a topic with 10 partitions and replication factor of 3, and a quota of producer_bytes_rate of 1 MB/sec has been specified for the client. What is the maximum throughput allowed for the client?

解説: (GoShiken メンバーにのみ表示されます)
A Kafka cluster has four brokers with a topic t1 with eight partitions. A client application has just one broker specified in the bootstrap URL.
Brokers:
b1.host.domain.com
b2.host.domain.com
b3.host.domain.com
b4.host.domain.com
Bootstrap URL:
b2.host.domain.com
What would be the impact of such configuration?