最新的Confluent Certified Developer for Apache Kafka Certification Examination - CCDAK免費考試真題
An application is consuming messages from Kafka.
The application logs show that partitions are frequently being reassigned within the consumer group.
Which two factors may be contributing to this?
(Select two.)
The application logs show that partitions are frequently being reassigned within the consumer group.
Which two factors may be contributing to this?
(Select two.)
正確答案: A,C
說明:(僅 Fast2test 成員可見)
Your Kafka cluster has five brokers. The topic t1 on the cluster has:
Two partitions
Replication factor = 4
min.insync.replicas = 3You need strong durability guarantees for messages written to topic t1.You configure a producer acks=all and all the replicas for t1 are in-sync.How many brokers need to acknowledge a message before it is considered committed?
Two partitions
Replication factor = 4
min.insync.replicas = 3You need strong durability guarantees for messages written to topic t1.You configure a producer acks=all and all the replicas for t1 are in-sync.How many brokers need to acknowledge a message before it is considered committed?
正確答案: A
說明:(僅 Fast2test 成員可見)
(You are developing a Java application that includes a Kafka consumer.
You need to integrate Kafka client logs with your own application logs.
Your application is using the Log4j2 logging framework.
Which Java library dependency must you include in your project?)
You need to integrate Kafka client logs with your own application logs.
Your application is using the Log4j2 logging framework.
Which Java library dependency must you include in your project?)
正確答案: D
說明:(僅 Fast2test 成員可見)
Which configuration determines how many bytes of data are collected before sending messages to the Kafka broker?
正確答案: D
說明:(僅 Fast2test 成員可見)
(You are configuring a source connector that writes records to an Orders topic.
You need to send some of the records to a different topic.
Which Single Message Transform (SMT) is best suited for this requirement?)
You need to send some of the records to a different topic.
Which Single Message Transform (SMT) is best suited for this requirement?)
正確答案: C
說明:(僅 Fast2test 成員可見)
You need to set alerts on key broker metrics to trigger notifications when the cluster is unhealthy.
Which are three minimum broker metrics to monitor?
(Select three.)
Which are three minimum broker metrics to monitor?
(Select three.)
正確答案: B,C,D
說明:(僅 Fast2test 成員可見)
(You create an Orders topic with 10 partitions.
The topic receives data at high velocity.
Your Kafka Streams application initially runs on a server with four CPU threads.
You move the application to another server with 10 CPU threads to improve performance.
What does this example describe?)
The topic receives data at high velocity.
Your Kafka Streams application initially runs on a server with four CPU threads.
You move the application to another server with 10 CPU threads to improve performance.
What does this example describe?)
正確答案: D
說明:(僅 Fast2test 成員可見)
Which tool can you use to modify the replication factor of an existing topic?
正確答案: A
說明:(僅 Fast2test 成員可見)
A stream processing application is consuming from a topic with five partitions. You run three instances of the application. Each instance has num.stream.threads=5.
You need to identify the number of stream tasks that will be created and how many will actively consume messages from the input topic.
You need to identify the number of stream tasks that will be created and how many will actively consume messages from the input topic.
正確答案: C
說明:(僅 Fast2test 成員可見)
Where are source connector offsets stored?
正確答案: B
說明:(僅 Fast2test 成員可見)