Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Confluent CCAAK Dumps Questions Answers

Page: 1 / 4
Total 54 questions

Confluent Certified Administrator for Apache Kafka Questions and Answers

Question 1

You are managing a cluster with a large number of topics, and each topic has a lot of partitions. A team wants to significantly increase the number of partitions for some topics.

Which parameters should you check before increasing the partitions?

Options:

A.

Check the producer batch size and buffer size.

B.

Check if compression is being used.

C.

Check the max open file count on brokers.

D.

Check if acks=all is being used.

Buy Now
Question 2

What are important factors in sizing a ksqlDB cluster? (Choose three.)

Options:

A.

Data Schema

B.

Number of Queries

C.

Number of Partitions

D.

Data Encryption

E.

Topic Data Retention

Question 3

A company has an existing Kafka cluster running without SSL/TLS enabled. The customer wants to enable SSL on brokers to secure data in transit, but they would like to give applications connecting to this cluster some time to migrate to using SSL connection instead of putting a hard stop.

Which solution will meet the customer's requirements?

Options:

A.

Enable SSL on the current Listener, and do not enable mTLS.

B.

Modify the advertised listeners setting on brokers to use SSL.

C.

Create a new listener with SSL enabled.

D.

Enable SSL on the current listener, and do not implement SSL on application side.

Question 4

Multiple clients are sharing a Kafka cluster.

As an administrator, how would you ensure that Kafka resources are distributed fairly to all clients?

Options:

A.

Quotas

B.

Consumer Groups

C.

Rebalancing

D.

ACLs

Question 5

How can authentication for both internal component traffic and external client traffic be accomplished?

Options:

A.

Configure multiple brokers.

B.

Configure multiple listeners on the broker.

C.

Configure multiple security protocols on the same listener.

D.

Configure LoadBalancer.

Question 6

A Kafka administrator notices that their consumers of Topic X are starting to fall behind. The administrator sees that Topic X has four partitions, and the consumer group has two consumers.

Which change can increase the performance of the Consumer Group?

Options:

A.

Increase the partitions in Topic X.

B.

Create a new consumer group for Topic X containing two (2) consumers.

C.

Decrease the consumer acknowledgment property to increase throughput.

D.

Increase the number of consumers in the consumer group.

Question 7

Your Kafka cluster has four brokers. The topic t1 on the cluster has two partitions, and it has a replication factor of three. You create a Consumer Group with four consumers, which subscribes to t1.

In the scenario above, how many Controllers are in the Kafka cluster?

Options:

A.

One

B.

Two

C.

Three

D.

Four

Question 8

An employee in the reporting department needs assistance because their data feed is slowing down. You start by quickly checking the consumer lag for the clients on the data stream.

Which command will allow you to quickly check for lag on the consumers?

Options:

A.

bin/kafka-consumer-lag.sh

B.

bin/kafka-consumer-groups.sh

C.

bin/kafka-consumer-group-throughput.sh

D.

bin/kafka-reassign-partitions.sh

Question 9

What does Kafka replication factor provide? (Choose two.)

Options:

A.

Performance

B.

Durability

C.

Availability

D.

Security

Question 10

You want to increase Producer throughput for the messages it sends to your Kafka cluster by tuning the batch size (‘batch.size’) and the time the Producer waits before sending a batch (‘linger.ms’).

According to best practices, what should you do?

Options:

A.

Decrease ‘batch.size’ and decrease ‘linger.ms’

B.

Decrease ‘batch.size’ and increase ‘linger.ms’

C.

Increase ‘batch.size’ and decrease ‘linger.ms’

D.

Increase ‘batch.size’ and increase ‘linger.ms’

Question 11

When a broker goes down, what will the Controller do?

Options:

A.

Wait for a follower to take the lead.

B.

Trigger a leader election among the remaining followers to distribute leadership.

C.

Become the leader for the topic/partition that needs a leader, pending the broker return in the cluster.

D.

Automatically elect the least loaded broker to become the leader for every orphan's partitions.

Question 12

If the Controller detects the failure of a broker that was the leader for some partitions, which actions will be taken? (Choose two.)

Options:

A.

The Controller waits for a new leader to be nominated by ZooKeeper.

B.

The Controller persists the new leader and ISR list to ZooKeeper.

C.

The Controller sends the new leader and ISR list changes to all brokers.

D.

The Controller sends the new leader and ISR list changes to all producers and consumers.

Question 13

Why does Kafka use ZooKeeper? (Choose two.)

Options:

A.

To access information about the leaders and partitions

B.

To scale the number of brokers in the cluster

C.

To prevent replication between clusters

D.

For controller election

Question 14

Which model does Kafka use for consumers?

Options:

A.

Push

B.

Publish

C.

Pull

D.

Enrollment

Question 15

A broker in the Kafka cluster is currently acting as the Controller.

Which statement is correct?

Options:

A.

It can have topic partitions.

B.

It is given precedence for replication to and from replica followers.

C.

All consumers are allowed to fetch messages only from this server.

D.

It is responsible for sending leader information to all producers.

Question 16

A company is setting up a log ingestion use case where they will consume logs from numerous systems. The company wants to tune Kafka for the utmost throughput.

In this scenario, what acknowledgment setting makes the most sense?

Options:

A.

acks=0

B.

acks=1

C.

acks=all

D.

acks=undefined

Page: 1 / 4
Total 54 questions