Confluent
CCDAK
Q1:
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?
○
A
10 MB/s○
B
0.33 MB/s○
C
1 MB/s○
D
5 MB/s
Confluent
CCDAK
Q2:
What is true about replicas ?
○
A
Produce requests can be done to the replicas that are followers○
B
Produce and consume requests are load-balanced between Leader and Follower replicas○
C
Leader replica handles all produce and consume requests○
D
Follower replica handles all consume requests
Confluent
CCDAK
Q3:
If I want to send binary data through the REST proxy, it needs to be base64 encoded. Which component needs to encode the binary data into base 64?
○
A
The Producer○
B
The Kafka Broker○
C
Zookeeper○
D
The REST Proxy
Confluent
CCDAK
Q4:
Two consumers share the same group.id (consumer group id). Each consumer will
○
A
Read mutually exclusive offsets blocks on all the partitions○
B
Read all the data on mutual exclusive partitions○
C
Read all data from all partitions
Confluent
CCDAK
Q5:
What's a Kafka partition made of?
○
A
One file and one index○
B
One file○
C
One file and two indexes per segment○
D
One file and two indexes