Confluent Certified Administrator for Apache Kafka (CCAAK) — Question 1
What is the correct permission check sequence for Kafka ACLs?
Answer options
- A. Super Users -> Deny ACL -> Allow ACL -> Deny
- B. Allow ACL -> Deny ACL -> Super Users -> Deny
- C. Deny ACL -> Deny -> Allow ACL -> Super Users
- D. Super Users -> Allow ACL -> Deny ACL-> Deny
Correct answer: D
Explanation
The correct answer is D because Kafka's permission check sequence prioritizes Super Users first, followed by Allow ACLs, then Deny ACLs, and finally a default Deny. The other options do not follow this established order, making them incorrect.