Confluent Certified Administrator for Apache Kafka - CCAAK 模擬練習

You have an existing topic t1 that you want to delete because there are no more producers writing to it or consumers reading from it.
What is the recommended way to delete the topic?

正解: D
解説: (PassTest メンバーにのみ表示されます)
An employee in the reporting department needs assistance because their data feed is slowing down. You start by quickly checking the consumer lag for the clients on the data stream.
Which command will allow you to quickly check for lag on the consumers?

正解: C
解説: (PassTest メンバーにのみ表示されます)
How does Kafka guarantee message integrity after a message is written on a disk?

正解: B
解説: (PassTest メンバーにのみ表示されます)
You want to increase Producer throughput for the messages it sends to your Kafka cluster by tuning the batch size ('batch size') and the time the Producer waits before sending a batch ('linger.ms').
According to best practices, what should you do?

正解: D
解説: (PassTest メンバーにのみ表示されます)
Kafka broker supports which Simple Authentication and Security Layer (SASL) mechanisms for authentication? (Choose three.)

正解: B,C,E
解説: (PassTest メンバーにのみ表示されます)
The Consumer property 'auto offset reset' determines what to do if there is no valid offset for a Consumer Group.
Which scenario is an example of a valid offset and therefore the 'auto.offset.reset' does NOT apply?

正解: B
解説: (PassTest メンバーにのみ表示されます)