Bird
0
0

Given this Hadoop configuration snippet:

medium📝 Predict Output Q13 of 15
Hadoop - Security
Given this Hadoop configuration snippet:
{
  "dfs.encrypt.data.transfer": true
}

What will happen when data is transferred between nodes?
AData will be encrypted during transfer
BData will be transferred without encryption
CData transfer will fail due to missing keys
DData will be compressed but not encrypted
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the configuration setting

    The property dfs.encrypt.data.transfer is set to true, enabling encryption.
  2. Step 2: Understand effect on data transfer

    With encryption enabled, data sent between nodes will be encrypted to secure it.
  3. Final Answer:

    Data will be encrypted during transfer -> Option A
  4. Quick Check:

    True setting means encryption active [OK]
Quick Trick: True means encryption is ON for data transfer [OK]
Common Mistakes:
  • Assuming encryption is off despite true value
  • Confusing encryption with compression
  • Thinking transfer fails without explicit keys here

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes