Bird
0
0

Which configuration property enables encryption at rest on Kafka brokers?

easy📝 Syntax Q3 of 15
Kafka - Security
Which configuration property enables encryption at rest on Kafka brokers?
Assl.keystore.location=/etc/kafka/keystore.jks
Blog.dirs=/var/lib/kafka/data
Clog.retention.hours=168
Dlog.encryption.enable=true
Step-by-Step Solution
Solution:
  1. Step 1: Identify encryption at rest related property

    Encryption at rest is controlled by a property that enables encryption of log files.
  2. Step 2: Match property to encryption enabling

    Property log.encryption.enable=true turns on encryption at rest for Kafka logs.
  3. Final Answer:

    log.encryption.enable=true -> Option D
  4. Quick Check:

    Enable encryption at rest = log.encryption.enable=true [OK]
Quick Trick: Enable encryption with log.encryption.enable=true [OK]
Common Mistakes:
  • Confusing SSL properties with encryption at rest
  • Using log retention or directory properties
  • Assuming encryption is enabled by default

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes