最新的Confluent Certified Administrator for Apache Kafka - CCAAK免費考試真題
How can authentication for both internal component traffic and external client traffic be accomplished?
正確答案: B
說明:(僅 Fast2test 成員可見)
A developer is working for a company with internal best practices that dictate that there is no single point of failure for all data stored.
What is the best approach to make sure the developer is complying with this best practice when creating Kafka topics?
What is the best approach to make sure the developer is complying with this best practice when creating Kafka topics?
正確答案: D
說明:(僅 Fast2test 成員可見)
You have a Kafka cluster with topics t1 and t2. In the output below, topic t2 shows Partition 1 with a leader "-1".
What is the most likely reason for this?
...
$ kafka-topics --zookeeper localhost:2181 --describe --topic t1
Topic:t1 PartitionCount 1 ReplicationFactor 1 Configs:
Topic: t1 Partition: 0 Leader: 0 Replicas: 0 Isr: 0
$ kafka-topics --zookeeper localhost:2181 --describe --topic t2
Topic:t2 PartitionCount 2 ReplicationFactor 1 Configs:
Topic: t2 Partition: 0 Leader: 0 Replicas: 0 Isr: 0
Topic: t2 Partition: 1 Leader: -1 Replicas: 1 Isr:
What is the most likely reason for this?
...
$ kafka-topics --zookeeper localhost:2181 --describe --topic t1
Topic:t1 PartitionCount 1 ReplicationFactor 1 Configs:
Topic: t1 Partition: 0 Leader: 0 Replicas: 0 Isr: 0
$ kafka-topics --zookeeper localhost:2181 --describe --topic t2
Topic:t2 PartitionCount 2 ReplicationFactor 1 Configs:
Topic: t2 Partition: 0 Leader: 0 Replicas: 0 Isr: 0
Topic: t2 Partition: 1 Leader: -1 Replicas: 1 Isr:
正確答案: A
說明:(僅 Fast2test 成員可見)
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?
Which scenario is an example of a valid offset and therefore the 'auto.offset.reset' does NOT apply?
正確答案: A
說明:(僅 Fast2test 成員可見)
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?
What is the recommended way to delete the topic?
正確答案: B
說明:(僅 Fast2test 成員可見)
If the Controller detects the failure of a broker that was the leader for some partitions, which actions will be taken? (Choose two.)
正確答案: A,C
說明:(僅 Fast2test 成員可見)