Bird
0
0

You want to secure Kafka to meet privacy rules by encrypting data at rest and in transit, and controlling who can read topics. Which combination should you use?

hard📝 Application Q15 of 15
Kafka - Security
You want to secure Kafka to meet privacy rules by encrypting data at rest and in transit, and controlling who can read topics. Which combination should you use?
AEnable SSL for encryption in transit, enable Kafka ACLs for access control, and use disk encryption for data at rest
BOnly enable SSL, no access control needed
CUse SASL_PLAINTEXT and disable ACLs
DRely on network firewall only
Step-by-Step Solution
Solution:
  1. Step 1: Identify encryption needs

    Encrypting data in transit requires SSL/TLS; data at rest needs disk or volume encryption.
  2. Step 2: Identify access control needs

    Kafka ACLs control who can read or write topics, essential for privacy compliance.
  3. Step 3: Combine security features

    Enable SSL for encryption in transit, enable Kafka ACLs for access control, and use disk encryption for data at rest covers encryption in transit, encryption at rest, and access control.
  4. Final Answer:

    Enable SSL for encryption in transit, enable Kafka ACLs for access control, and use disk encryption for data at rest -> Option A
  5. Quick Check:

    Encryption + ACLs + disk encryption = full security [OK]
Quick Trick: Combine encryption and access control for full protection [OK]
Common Mistakes:
  • Thinking SSL alone is enough
  • Ignoring access control
  • Relying only on network firewall

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes