Online Access Free CCAAK Practice Test

Exam Code:CCAAK
Exam Name:Confluent Certified Administrator for Apache Kafka
Certification Provider:Confluent
Free Question Number:56
Posted:Aug 31, 2026
Rating
100%

Question 1

You are using Confluent Schema Registry to provide a RESTful interface for storing and retrieving schemas.
Which types of schemas are supported? (Choose three.)

Question 2

Kafka Connect is running on a two node cluster in distributed mode. The connector is a source connector that pulls data from Postgres tables (users/payment/orders), writes to topics with two partitions, and with replication factor two. The development team notices that the data is lagging behind.
What should be done to reduce the data lag*?
The Connector definition is listed below:
{
"name": "confluent-postgresql-source",
"connector class": "PostgresSource",
"topic.prefix": "postgresql_",
& nbsp;& nbsp;& nbsp;...
"db.name": "postgres",
"table.whitelist": "users.payment.orders",
"timestamp.column.name": "created_at",
"output.data format": "JSON",
"db.timezone": "UTC",
"tasks.max": "1"
}

Question 3

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

Question 4

What is the atomic unit of data in Kafka?

Question 5

Which out-of-the-box Kafka Authorizer implementation uses ZooKeeper?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.