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

CCAAK Questions and Answers

Question # 6

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

A.

Performance

B.

Durability

C.

Availability

D.

Security

Full Access
Question # 7

Which property in broker configuration specifies that a broker belongs to a particular rack?

A.

client.rack

B.

broker.rack

C.

zookeeper.rack

D.

kafka.rack

Full Access
Question # 8

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

Full Access
Question # 9

Where are Apache Kafka Access Control Lists stored?

A.

Broker

B.

ZooKeeper

C.

Schema Registry

D.

Connect

Full Access
Question # 10

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

Which statement is correct?

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.

Full Access
Question # 11

Why does Kafka use ZooKeeper? (Choose two.)

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

Full Access
Question # 12

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

Full Access
Question # 13

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?

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’

Full Access
Question # 14

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.

Full Access
Question # 15

You are managing a Kafka cluster with five brokers (broker id '0', '1','2','3','4') and three ZooKeepers. There are 100 topics, five partitions for each topic, and replication factor three on the cluster. Broker id ‘0’ is currently the Controller, and this broker suddenly fails.

Which statements are correct? (Choose three.)

A.

Kafka uses ZooKeeper's ephemeral node feature to elect a controller.

B.

The Controller is responsible for electing Leaders among the partitions and replicas.

C.

The Controller uses the epoch number to prevent a split brain scenario.

D.

The broker id is used as the epoch number to prevent a split brain scenario.

E.

The number of Controllers should always be equal to the number of brokers alive in the cluster.

F.

The Controller is responsible for reassigning partitions to the consumers in a Consumer Group.

Full Access
Question # 16

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

Full Access