Confluent Certified Administrator for Apache Kafka (CCAAK) — Question 1

What is the correct permission check sequence for Kafka ACLs?

Answer options

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.