Bird
0
0

You want to implement encryption at rest in Kafka and also ensure that only authorized users can access the encryption keys. Which two components should you configure together?

hard📝 Application Q8 of 15
Kafka - Security
You want to implement encryption at rest in Kafka and also ensure that only authorized users can access the encryption keys. Which two components should you configure together?
AKafka Broker and Key Management Service (KMS)
BKafka Producer and Kafka Consumer
CKafka Broker and Zookeeper
DKafka Consumer and Schema Registry
Step-by-Step Solution
Solution:
  1. Step 1: Identify components involved in encryption at rest

    Kafka Broker stores data encrypted; KMS manages encryption keys securely.
  2. Step 2: Ensure authorized access to keys

    KMS controls who can access keys, enforcing authorization.
  3. Final Answer:

    Kafka Broker and Key Management Service (KMS) -> Option A
  4. Quick Check:

    Broker + KMS = encrypted data + authorized key access [OK]
Quick Trick: Combine broker encryption with KMS authorization [OK]
Common Mistakes:
  • Confusing producers/consumers with encryption key management
  • Thinking Zookeeper manages encryption keys
  • Assuming Schema Registry controls encryption

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes