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

CCAAK Exam Dumps - Confluent Certified Administrator for Apache Kafka

Go to page:
Question # 9

You are using Confluent Schema Registry to provide a RESTful interface for storing and retrieving schemas.

Which types of schemas are supported? (Choose three.)

A.

Avro

B.

gRPC

C.

JSON

D.

Thrift

E.

Protobuf

Full Access
Question # 10

A topic ’recurring payments’ is created on a Kafka cluster with three brokers (broker id '0', ’1’, ‘2’) and nine partitions. The min.insync.replicas is set to three, and the producer is set with acks=all. Kafka Broker with id '0' is down.

Which statement is correct?

A.

Consumers can read committed messages from partitions on broker id 1, 2

B.

Producers can write messages to all the partitions, because new leaders for the partitions will be elected.

C.

Producers and consumers will have no impact on six of the nine partitions.

D.

Producers will only be able to write messages to the topic where the Leader for the partition is on Broker id 1.

Full Access
Question # 11

By default, what do Kafka broker network connections have?

A.

No encryption, no authentication and no authorization

B.

Encryption, but no authentication or authorization

C.

No encryption, no authorization, but have authentication

D.

Encryption and authentication, but no authorization

Full Access
Question # 12

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

A.

Configure multiple brokers.

B.

Configure multiple listeners on the broker.

C.

Configure multiple security protocols on the same listener.

D.

Configure LoadBalancer.

Full Access
Question # 13

How can load balancing of Kafka clients across multiple brokers be accomplished?

A.

Partitions

B.

Replicas

C.

Offsets

D.

Connectors

Full Access
Question # 14

Which tool is used for scalably and reliably streaming data between Kafka and other data systems?

A.

Kafka Connect

B.

Kafka Streams

C.

Kafka Schema Registry

D.

Kafka REST Proxy

Full Access
Question # 15

The Consumer property ‘auto offset reset’ determines what to do if there is no valid offset for a Consumer Group.

Which scenario is an example of a valid offset and therefore the ‘auto.offset.reset’ does NOT apply?

A.

The Consumer offset is greater than the last offset in the partition (log end offset).

B.

The Consumer offset is less than the smallest offset in the partition (log start offset).

C.

The Consumer Group started for the first time.

D.

When an offset points to a message that has been removed by compaction but is still within the current partition.offset range.

Full Access
Question # 16

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?

A.

One

B.

Two

C.

Three

D.

Four

Full Access
Go to page: