Confluent Certified Developer for Apache Kafka Certification Examination - CCDAK무료 덤프문제 풀어보기
Which two statements are correct when assigning partitions to the consumers in a consumer group using the assign() API?
(Select two.)
(Select two.)
정답: A,C
설명: (Fast2test 회원만 볼 수 있음)
Which two statements are correct when assigning partitions to the consumers in a consumer group using the assign() API?
(Select two.)
(Select two.)
정답: A,C
설명: (Fast2test 회원만 볼 수 있음)
Clients that connect to a Kafka cluster are required to specify one or more brokers in the bootstrap.servers parameter.
What is the primary advantage of specifying more than one broker?
What is the primary advantage of specifying more than one broker?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
Which configuration allows more time for the consumer poll to process records?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
(You want to enrich the content of a topic by joining it with key records from a second topic.
The two topics have a different number of partitions.
Which two solutions can you use?
Select two.)
The two topics have a different number of partitions.
Which two solutions can you use?
Select two.)
정답: A,B
설명: (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?)
정답: A
설명: (Fast2test 회원만 볼 수 있음)
(You need to send a JSON message on the wire. The message key is a string.
How would you do this?)
How would you do this?)
정답: C
설명: (Fast2test 회원만 볼 수 있음)
You have a consumer group with default configuration settings reading messages from your Kafka cluster.
You need to optimize throughput so the consumer group processes more messages in the same amount of time.
Which change should you make?
You need to optimize throughput so the consumer group processes more messages in the same amount of time.
Which change should you make?
정답: A
설명: (Fast2test 회원만 볼 수 있음)
You create a topic named stream-logs with:
A replication factor of 3
Four partitions
Messages that are plain logs without a keyHow will messages be distributed across partitions?
A replication factor of 3
Four partitions
Messages that are plain logs without a keyHow will messages be distributed across partitions?
정답: D
설명: (Fast2test 회원만 볼 수 있음)
This schema excerpt is an example of which schema format?
package com.mycorp.mynamespace;
message SampleRecord {
int32 Stock = 1;
double Price = 2;
string Product_Name = 3;
}
package com.mycorp.mynamespace;
message SampleRecord {
int32 Stock = 1;
double Price = 2;
string Product_Name = 3;
}
정답: B
설명: (Fast2test 회원만 볼 수 있음)