dbt interview question

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

DBT

Interview Questions
Question 1
What is DBT and Advantages
• Data Build Tool ( ELT => T )
• Used for Data Transformation
• Reusable Code ( JINJA )
• Easy Testing
• CI CD Integration
• Data Lineage
• Documentation
Types ofQuestion
Materializations in
DBT 2
• Table
• View
• Incremental
• Ephemeral
• Materialized view
Question
By Default what type of
Tables will
3 be created in
Snowflake using DBT
Transient Table
Question
I want to create Permanent
Table 4
in Snowflake using DBT
{{ config(materialized='table', transient=false) }}
Question
I am having 100 models in my project
Wants to run only
5
praveen_dbt_trainer.sql

dbt run --select praveen_dbt_trainer


Praveen Snowflake & DBT Training - 9703180969

You might also like