0% found this document useful (0 votes)
292 views7 pages

DBT Interview

Question

Uploaded by

nagendra559
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
292 views7 pages

DBT Interview

Question

Uploaded by

nagendra559
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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