CCAAK Exam Questions
116 real CCAAK exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #104Apache Kafka Security
You are setting up a Kafka cluster that needs to enforce in-flight encryption. Which listener security protocol should you use?
SSLin-flight encryptionlistener security protocolTLS - Question #105Apache Kafka Fundamentals
What are two benefits of event stream processing over batch processing? (Choose two.)
stream processingbatch processingreal-timeunbounded data - Question #106Managing Brokers and Clusters
What is the primary role of a Controller broker in an Apache Kafka® cluster?
Controller brokerpartition assignmentbroker rolescluster management - Question #107Managing Topics, Partitions, and Replicas
Which statements are correct about partitions'? (Choose two.)
partition segmentslog segmentsdisk storagepartition internals - Question #108Apache Kafka Security
Which secure communication is supported between the REST proxy and REST clients?
REST proxyTLSHTTPSsecure communication - Question #109Apache Kafka Security
Which valid security protocols are included for broker listeners'? (Choose three.)
broker listenerssecurity protocolsPLAINTEXTSASL_SSL - Question #110Apache Kafka Fundamentals
The "magic byte" in the Kafka RecordBatch refers to which of the following?
RecordBatchmagic bytemessage formatmessage internals - Question #111Ensuring Data Reliability and Durability
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 producer...
min.insync.replicasacks=allbroker failureISR - Question #112Ensuring Data Reliability and Durability
Per customer business requirements, a system's high availability is more important than message reliability. Which of the following should be set?
unclean leader electionhigh availabilitymessage reliabilityavailability vs durability - Question #113Apache Kafka Fundamentals
What is the relationship between topics and partitions? (Choose two.)
topicspartitionstopic-partition relationshipKafka fundamentals - Question #114Apache Kafka Fundamentals
Which use cases would benefit most from continuous event stream processing? (Choose three.)
stream processing use casesfraud detectionreal-time analyticsevent-driven - Question #115Managing Brokers and Clusters
If the Controller detects the failure of a broker that was the leader for some partitions, which actions will be taken? (Choose two.)
Controllerbroker failureleader electionISR update - Question #116Apache Kafka Fundamentals
You have a cluster with a topic t1 that already has uncompressed messages. A new Producer starts sending messages to t1 with compression enabled. Which condition would allow this?
producer compressionmessage compressiontopic compressionproducer configuration - Question #117Kafka Connect
Which connector type takes data from a topic and sends it to an external data system?
Sink ConnectorKafka Connectconnector typesdata pipeline - Question #118Managing Topics, Partitions, and Replicas
A Kafka cluster with three brokers has a topic with 10 partitions and a replication factor set to three. Each partition stores 25 GB data per day and data retention is set to 24 ho...
storage calculationreplication factordata retentionpartition storage - Question #119Apache Kafka Security
Kafka broker supports which Simple Authentication and Security Layer (SASL) mechanisms for authentication? (Choose three.)
SASLauthenticationGSSAPIOAUTHBEARER