CCAAK Exam Questions
116 real CCAAK exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
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 ba...
- Question #2
When is the resource authorization checked while using Kafka ACLs?
- Question #3
An employee in the reporting department needs assistance because their data feed is slowing down. You need to check the consumer lag for the clients on the data stream. Which comma...
- Question #4
What are benefits to gracefully shutting down brokers? (Choose two.)
- Question #5
How does Kafka guarantee message integrity after a message is written on a disk?
- Question #6
Which option is a valid Kafka Topic cleanup policy? (Choose two.)
- Question #7
What is the correct permission check sequence for Kafka ACLs?
- Question #8
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 '...
- Question #9
Which ksqlDB statement produces data that is persisted into a Kafka topic?
- Question #10
A broker in the Kafka cluster is currently acting as the Controller. Which statement is correct?
- Question #11
Why does Kafka use ZooKeeper? (Choose two.)
- Question #12
What are important factors in sizing a ksqlDB cluster? (Choose three.)
- Question #13
Where are Apache Kafka Access Control Lists stored'?
- Question #14
A developer is working for a company with internal best practices that dictate that there is no single point of failure for all data stored. What is the best approach to make sure...
- Question #15
What is the primary feature in Kafka that allows for scalability and parallelism by dividing incoming data into smaller manageable units, enabling high throughput and allowing data...
- Question #16
You use Kafka to process financial transactions in real time. All clients that interact with Kafka must set a descriptive 'clientID', use 'acks=all', and enable compression. A revi...
- Question #17
Your cluster is experiencing increased produce and consume traffic. To ensure the Kafka cluster can handle the load, you add more brokers to the cluster. You need to ensure the new...
- Question #18
You want to increase producer throughput for messages sent to your Kafka cluster by tuning the properties 'batch.size' and 'linger.ms'. According to best practices, what should you...
- Question #19
What is the relationship between a broker and a topic?
- Question #20
You work for a ride hailing company using Kafka to get real-time location updates from customers and drivers. You need to collect Kafka metrics to better understand the health and...
- Question #21
Your Kafka team needs to implement authentication and authorization via SSL/TLS for all clients. Even communication between the Kafka brokers should be encrypted. You must determin...
- Question #22
While managing a Kafka cluster, you notice that a producer fails to send messages to a Kafka topic. The logs show an error: 'org.apache.kafka.common.errors.RecordTooLargeException'...
- Question #24
Which action does the Kafka Controller take regarding leadership of the broker's partitions when a Kafka broker fails?
- Question #25
You need to identify corrupt records in the partition log segments messages that your consumer cannot handle. Which tool can you use to decode Kafka log segments to review individu...
- Question #26
You are performing an in-place upgrade of an Apache Kafka® cluster and the inter.broker.protocol.version (IBP) must be updated. You need to complete the update and ensure a smooth...
- Question #27
You are setting up a Kafka cluster using KRaft mode and need to ensure that only specific users have permissions to create and manage topics. Which three actions are necessary when...
- Question #28
You have a mission-critical Kafka cluster that must be highly available. A Disaster Recovery (DR) cluster is using MirrorMaker and data is continuously replicated from the source c...
- Question #29
Your company uses a Kafka cluster with end-to-end encryption to process payments and financial transactions in real time. The Kafka cluster is slowing as you onboard new customers...
- Question #30
You are running a producer application that is writing messages to a Kafka topic named order_updated. Topic is created with 10 partitions and replication factor of 3. After monitor...
- Question #31
You are designing a Kafka-based application to process real-time data. Your application needs to separate incoming sensor data into categories such as 'Temperature Readings', 'Pres...
- Question #32
For a Kafka cluster running in KRaft mode, how is a new controller leader elected after an existing controller leader dies?
- Question #33
You need to create ACLs for an application that will produce to any topic that uses a prefix 'updated-working-hours-for-store-id-'. You have the following security requirements: -...
- Question #34
Kafka Connect is running on a two-node cluster in distributed mode. The connector: - Is a source connector pulling data from relational database tables (users/payment/orders) - Wri...
- Question #35
You are integrating Kafka with a relational database to capture changes in real time. Which component should you use for this task?
- Question #36
You notice increased latency and occasional connectivity issues between Kafka brokers and clients. You suspect the network configuration might be the cause. You need to resolve the...
- Question #37
You are responsible for the operation and performance tuning of a Kafka cluster. This Kafka cluster handles a variety of workloads including real-time transaction processing, large...
- Question #38
You manage a Kafka cluster in KRaft mode deployed across multiple data centers. You observed intermittent issues where brokers are frequently leaving the cluster and reconnecting....
- Question #39
You manage a Kafka Connect cluster with several source and sink connectors. A source connector that reads data from an external system encounters an issue and needs to reset is off...
- Question #40
By default, what do Kafka broker network connections have?
- Question #41
Which of the following are Kafka Connect internal topics? (Choose three.)
- Question #42
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 #43
Multiple clients are sharing a Kafka cluster. As an administrator, how would you ensure that Kafka resources are distributed fairly to all clients?
- Question #44
A customer has a use case for a ksqlDB persistent query. You need to make sure that duplicate messages are not processed and messages are not skipped. Which property should you use...
- Question #45
If a broker's JVM garbage collection takes too long, what can occur?
- Question #46
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 fact...
- Question #47
When a broker goes down, what will the Controller do?
- Question #48
Which technology can be used to perform event stream processing? (Choose two.)
- Question #49
How can load balancing of Kafka clients across multiple brokers be accomplished?
- Question #50
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, wh...
- Question #51
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, whic...