Bird
0
0

Which of the following Hadoop directory structures correctly represents a data lake with distinct zones for raw, processed, and curated data?

easy📝 Syntax Q3 of 15
Hadoop - Modern Data Architecture with Hadoop
Which of the following Hadoop directory structures correctly represents a data lake with distinct zones for raw, processed, and curated data?
A/lake/processed/<br>/lake/raw/<br>/lake/temp/
B/data/curated/<br>/data/raw/<br>/data/backup/
C/datalake/raw/<br>/datalake/processed/<br>/datalake/curated/
D/data/raw/<br>/data/processed/<br>/data/archive/
Step-by-Step Solution
Solution:
  1. Step 1: Identify standard zone names

    Typical zones are raw, processed, and curated.
  2. Step 2: Check folder consistency

    /datalake/raw/
    /datalake/processed/
    /datalake/curated/ uses consistent naming and structure for all three zones under /datalake.
  3. Step 3: Eliminate incorrect options

    Options B, C, and D include non-standard zones like backup, temp, or archive instead of processed or curated.
  4. Final Answer:

    /datalake/raw/
    /datalake/processed/
    /datalake/curated/
    -> Option C
  5. Quick Check:

    Standard zones and consistent paths [OK]
Quick Trick: Raw, processed, curated zones under one root folder [OK]
Common Mistakes:
  • Mixing backup or archive with standard zones
  • Using inconsistent folder naming
  • Omitting one of the key zones

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes