0% found this document useful (0 votes)
133 views6 pages

DBT Interview Question

Dbt interview questions

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 PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
133 views6 pages

DBT Interview Question

Dbt interview questions

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 PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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