Bird
0
0

How can you verify that Kafka's encryption at rest is working correctly in a production environment?

hard📝 Application Q9 of 15
Kafka - Security
How can you verify that Kafka's encryption at rest is working correctly in a production environment?
ACheck that log files on disk are encrypted and keys are rotated regularly
BMonitor network traffic for encrypted messages
CVerify that producers use SSL to send data
DEnsure consumers have access to unencrypted data
Step-by-Step Solution
Solution:
  1. Step 1: Understand what encryption at rest protects

    It protects data stored on disk, so log files should be encrypted.
  2. Step 2: Identify verification methods

    Checking disk files for encryption and ensuring key rotation confirms encryption at rest is active.
  3. Final Answer:

    Check that log files on disk are encrypted and keys are rotated regularly -> Option A
  4. Quick Check:

    Encrypted logs + key rotation = encryption at rest verified [OK]
Quick Trick: Verify encrypted logs and key rotation to confirm encryption [OK]
Common Mistakes:
  • Confusing encryption at rest with encryption in transit
  • Checking network traffic instead of disk files
  • Assuming SSL use means encryption at rest

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes