Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Confluent CCAAK - Confluent Certified Administrator for Apache Kafka

Page: 1 / 2
Total 54 questions

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

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.

In certain scenarios, it is necessary to weigh the trade-off between latency and throughput. One method to increase throughput is to configure batching of messages.

In addition to batch.size, what other producer property can be used to accomplish this?

A.

sendbufferbytes

B.

linger.ms

C.

compression

D.

delivery.timeout.ms

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?

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.

Which option is a valid Kafka Topic cleanup policy? (Choose two.)

A.

delete

B.

default

C.

compact

D.

cleanup

Which connector type takes data from a topic and sends it to an external data system?

A.

Sink Connector

B.

Source Connector

C.

Streams Connector

D.

Syslog Connector

Multiple clients are sharing a Kafka cluster.

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

A.

Quotas

B.

Consumer Groups

C.

Rebalancing

D.

ACLs

Kafka broker supports which Simple Authentication and Security Layer (SASL) mechanisms for authentication? (Choose three.)

A.

SASL/PLAIN

B.

SASL/SAML20

C.

SASL/GSSAPI (Kerberos)

D.

SASL/OAUTHBEARER

E.

SASL/OTP

Which secure communication is supported between the REST proxy and REST clients?

A.

TLS (HTTPS)

B.

MD5

C.

SCRAM

D.

Kerberos

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?

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.

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

A.

Data Schema

B.

Number of Queries

C.

Number of Partitions

D.

Data Encryption

E.

Topic Data Retention