Act now and download your Confluent CCDAK test today! Do not waste time for the worthless Confluent CCDAK tutorials. Download Regenerate Confluent Confluent Certified Developer for Apache Kafka Certification Examination exam with real questions and answers and begin to learn Confluent CCDAK with a classic professional.
Also have CCDAK free dumps questions for you:
NEW QUESTION 1
Where are KSQL-related data and metadata stored?
Answer: A
Explanation:
metadata is stored in and built from the KSQL command topic. Each KSQL server has its own in-memory version of the metastore.
NEW QUESTION 2
You are sending messages with keys to a topic. To increase throughput, you decide to
increase the number of partitions of the topic. Select all that apply.
Answer: CD
Explanation:
Increasing the number of partition causes new messages keys to get hashed differently, and breaks the guarantee "same keys goes to the same partition". Kafka logs are immutable and the previous messages are not re-shuffled
NEW QUESTION 3
You are doing complex calculations using a machine learning framework on records fetched from a Kafka topic. It takes more about 6 minutes to process a record batch, and the consumer enters rebalances even though it's still running. How can you improve this scenario?
Answer: A
Explanation:
Here, we need to change the setting max.poll.interval.ms (default 300000) to its double in order to tell Kafka a consumer should be considered dead if the consumer only if it hasn't called the .poll() method in 10 minutes instead of 5.
NEW QUESTION 4
Which Kafka CLI should you use to consume from a topic?
Answer: A
Explanation:
Examplekafka-console-consumer --bootstrap-server 127.0.0.1:9092 --topic test --from- beginning
NEW QUESTION 5
A consumer starts and has auto.offset.reset=latest, and the topic partition currently has data for offsets going from 45 to 2311. The consumer group has committed the offset 643 for the topic before. Where will the consumer read from?
Answer: C
Explanation:
The offsets are already committed for this consumer group and topic partition, so the property auto.offset.reset is ignored
NEW QUESTION 6
An ecommerce wesbite sells some custom made goods. What's the natural way of modeling this data in Kafka streams?
Answer: B
Explanation:
Mostly-static data is modeled as a table whereas business transactions should be modeled as a stream.
NEW QUESTION 7
When using the Confluent Kafka Distribution, where does the schema registry reside?
Answer: A
Explanation:
Schema registry is a separate application that provides RESTful interface for storing and retrieving Avro schemas.
NEW QUESTION 8
A Zookeeper configuration has tickTime of 2000, initLimit of 20 and syncLimit of 5. What's the timeout value for followers to connect to Zookeeper?
Answer: D
Explanation:
tick time is 2000 ms, and initLimit is the config taken into account when establishing a connection to Zookeeper, so the answer is 2000 * 20 = 40000 ms = 40s
NEW QUESTION 9
You want to send a message of size 3 MB to a topic with default message size configuration. How does KafkaProducer handle large messages?
Answer: C
Explanation:
MessageSizeTooLarge is not a retryable exception.
NEW QUESTION 10
If I produce to a topic that does not exist, and the broker setting auto.create.topic.enable=true, what will happen?
Answer: C
Explanation:
The broker settings comes into play when a topic is auto created
NEW QUESTION 11
What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)
Answer: BD
Explanation:
Each broker must have a unique broker id and connect to the same zk ensemble and root zNode
NEW QUESTION 12
You want to sink data from a Kafka topic to S3 using Kafka Connect. There are 10 brokers in the cluster, the topic has 2 partitions with replication factor of 3. How many tasks will you configure for the S3 connector?
Answer: D
Explanation:
You cannot have more sink tasks (= consumers) than the number of partitions, so 2.
NEW QUESTION 13
Which actions will trigger partition rebalance for a consumer group? (select three)
Answer: ACD
Explanation:
Rebalance occurs when a new consumer is added, removed or consumer dies or paritions increased.
NEW QUESTION 14
A consumer application is using KafkaAvroDeserializer to deserialize Avro messages. What happens if message schema is not present in AvroDeserializer local cache?
Answer: D
Explanation:
First local cache is checked for the message schema. In case of cache miss, schema is pulled from the schema registry. An exception will be thrown in the Schema Registry does not have the schema (which should never happen if you set it up properly)
NEW QUESTION 15
Which of the following is true regarding thread safety in the Java Kafka Clients?
Answer: AC
Explanation:
KafkaConsumer is not thread-safe, KafkaProducer is thread safe.
NEW QUESTION 16
A consumer starts and has auto.offset.reset=none, and the topic partition currently has data for offsets going from 45 to 2311. The consumer group has committed the offset 10 for the topic before. Where will the consumer read from?
Answer: C
Explanation:
auto.offset.reset=none means that the consumer will crash if the offsets it's recovering from have been deleted from Kafka, which is the case here, as 10 < 45
NEW QUESTION 17
A producer just sent a message to the leader broker for a topic partition. The producer used acks=1 and therefore the data has not yet been replicated to followers. Under which conditions will the consumer see the message?
Answer: D
Explanation:
The high watermark is an advanced Kafka concept, and is advanced once all the ISR replicates the latest offsets. A consumer can only read up to the value of the High Watermark (which can be less than the highest offset, in the case of acks=1)
NEW QUESTION 18
The exactly once guarantee in the Kafka Streams is for which flow of data?
Answer: A
Explanation:
Kafka Streams can only guarantee exactly once processing if you have a Kafka to Kafka topology.
NEW QUESTION 19
Your manager would like to have topic availability over consistency. Which setting do you need to change in order to enable that?
Answer: B
Explanation:
unclean.leader.election.enable=true allows non ISR replicas to become leader, ensuring availability but losing consistency as data loss will occur
NEW QUESTION 20
Kafka is configured with following parameters - log.retention.hours = 168 log.retention.minutes = 168 log.retention.ms = 168 How long will the messages be retained for?
Answer: B
Explanation:
If more than one similar config is specified, the smaller unit size will take precedence.
NEW QUESTION 21
......
Thanks for reading the newest CCDAK exam dumps! We recommend you to try the PREMIUM Certshared CCDAK dumps in VCE and PDF here: https://www.certshared.com/exam/CCDAK/ (150 Q&As Dumps)