Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

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
Question 2
By Default what type of Tables will be
created in Snowflake using DBT
Transient Table
Question 3
I want to create Permanent Table
in Snowflake using DBT
{{ config(materialized='table', transient=false) }}

Praveen Snowflake & DBT Training - 9703180969


Question 4
Types of Materializations in DBT
• Table
• View
• Incremental
• Ephemeral
• Materialized view
Question 5
I am having 100 models in my project,
Wants to run only praveen_dbt_trainer.sql

dbt run --select praveen_dbt_trainer


Praveen Snowflake & DBT Training - 9703180969

You might also like