Bird
0
0

In the dbt pattern, what is the main function of the intermediate layer?

easy📝 Conceptual Q2 of 15
dbt - Project Organization
In the dbt pattern, what is the main function of the intermediate layer?
ATo perform business logic transformations on cleaned data
BTo extract raw data from source systems
CTo visualize data in dashboards
DTo archive historical data
Step-by-Step Solution
Solution:
  1. Step 1: Identify intermediate layer role

    The intermediate layer applies business logic and transformations on data that has been cleaned in the staging layer.
  2. Step 2: Exclude other roles

    Extracting raw data is staging's job; visualization is for marts or BI tools; archiving is not part of this pattern.
  3. Final Answer:

    To perform business logic transformations on cleaned data -> Option A
  4. Quick Check:

    Intermediate layer = business logic transformations [OK]
Quick Trick: Intermediate layer = business logic transformations [OK]
Common Mistakes:
MISTAKES
  • Mixing intermediate with staging extraction
  • Thinking intermediate creates dashboards
  • Confusing intermediate with data archiving

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More dbt Quizzes