How much should be the heap size of a broker in a production setup on a machine with 256 GB of RAM, in PLAINTEXT mode?
A. 4 GB
B. 128 GB
C. 16 GB
D. 512 MB
Which KSQL queries write to Kafka?
A. COUNT and JOIN
B. SHOW STREAMS and EXPLAIN
C. CREATE STREAM WITH
D. CREATE STREAM AS SELECT and CREATE TABLE AS SELECT
Partition leader election is done by
A. The consumers
B. The Kafka Broker that is the Controller
C. Zookeeper
D. Vote amongst the brokers
What is not a valid authentication mechanism in Kafka?
A. SASL/GSSAPI
B. SASL/SCRAM
C. SAML
D. SSL
What is the default port that the KSQL server listens on?
A. 9092
B. 8088
C. 8083
D. 2181
A consumer is configured with enable.auto.commit=false. What happens when close() is called on the consumer object?
A. The uncommitted offsets are committed
B. A rebalance in the consumer group will happen immediately
C. The group coordinator will discover that the consumer stopped sending heartbeats. It will cause rebalance after session.timeout.ms
A topic has three replicas and you set min.insync.replicas to 2. If two out of three replicas are not available, what happens when a produce request with acks=all is sent to broker?
A. NotEnoughReplicasException will be returned
B. Produce request is honored with single in-sync replica
C. Produce request will block till one of the two unavailable partition is available again.
To read data from a topic, the following configuration is needed for the consumers
A. all brokers of the cluster, and the topic name
B. any broker to connect to, and the topic name
C. the list of brokers that have the data, the topic name and the partitions list
D. any broker, and the list of topic partitions
What exceptions may be caught by the following producer? (select two)
ProducerRecord
new ProducerRecord<>("topic1", "key1", "value1");
try {
producer.send(record);
} catch (Exception e) {
e.printStackTrace();
}
A. BrokerNotAvailableException
B. SerializationException
C. InvalidPartitionsException
D. BufferExhaustedException
When auto.create.topics.enable is set to true in Kafka configuration, what are the circumstances under which a Kafka broker automatically creates a topic? (select three)
A. Client requests metadata for a topic
B. Consumer reads message from a topic
C. Client alters number of partitions of a topic
D. Producer sends message to a topic
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Confluent exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your CCDAK exam preparations and Confluent certification application, do not hesitate to visit our Vcedump.com to find your solutions here.