Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Questions and answers with ValidTests

Viewing page 1 out of 5 pages
Viewing questions 1-10 out of questions
Questions # 1:

What is the risk of increasing max.in.flight.requests.per.connection while also enabling retries in a producer?

Options:

A.

At least once delivery is not guaranteed

B.

Message order not preserved

C.

Reduce throughput

D.

Less resilient

Expert Solution
Questions # 2:

How will you read all the messages from a topic in your KSQL query?

Options:

A.

KSQL reads from the beginning of a topic, by default.

B.

KSQL reads from the end of a topic. This cannot be changed.

C.

Use KSQL CLI to set auto.offset.reset property to earliest

Expert Solution
Questions # 3:

Compaction is enabled for a topic in Kafka by setting log.cleanup.policy=compact. What is true about log compaction?

Options:

A.

After cleanup, only one message per key is retained with the first value

B.

Each message stored in the topic is compressed

C.

Kafka automatically de-duplicates incoming messages based on key hashes

D.

After cleanup, only one message per key is retained with the latest value

Compaction changes the offset of messages

Expert Solution
Questions # 4:

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?

Options:

A.

10 MB/s

B.

0.33 MB/s

C.

1 MB/s

D.

5 MB/s

Expert Solution
Questions # 5:

To continuously export data from Kafka into a target database, I should use

Options:

A.

Kafka Producer

B.

Kafka Streams

C.

Kafka Connect Sink

D.

Kafka Connect Source

Expert Solution
Questions # 6:

If a topic has a replication factor of 3...

Options:

A.

3 replicas of the same data will live on 1 broker

B.

Each partition will live on 4 different brokers

C.

Each partition will live on 2 different brokers

D.

Each partition will live on 3 different brokers

Expert Solution
Questions # 7:

When using the Confluent Kafka Distribution, where does the schema registry reside?

Options:

A.

As a separate JVM component

B.

As an in-memory plugin on your Zookeeper cluster

C.

As an in-memory plugin on your Kafka Brokers

D.

As an in-memory plugin on your Kafka Connect Workers

Expert Solution
Questions # 8:

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)

Options:

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

Expert Solution
Questions # 9:

Which of the following is not an Avro primitive type?

Options:

A.

string

B.

long

C.

int

D.

date

E.

null

Expert Solution
Questions # 10:

By default, which replica will be elected as a partition leader? (select two)

Options:

A.

Preferred leader broker if it is in-sync and auto.leader.rebalance.enable=true

B.

Any of the replicas

C.

Preferred leader broker if it is in-sync and auto.leader.rebalance.enable=false

D.

An in-sync replica

Expert Solution
Viewing page 1 out of 5 pages
Viewing questions 1-10 out of questions