dbt-Analytics-Engineering Practice Online

Quickly grab our dbt-Analytics-Engineering product now and kickstart your exam preparation today!

Name: dbt Analytics Engineering Certification
Exam Code: dbt-Analytics-Engineering
Certification: dbt Certification
Vendor: Data Build Tool
Total Questions: 224
Last Updated: May 16, 2024
Page:    1 / 45      
Total 224 Questions | Updated On: May 16, 2024
Demo Download
Question 1

Which statement best describes snapshot feature in dbt



Answer: B

Question 2

Given the below yaml

sources:

   - name: stripe

     database: raw 

     tables:

       - name: orders

       - name: customers

What is the right compiled code for a model which runs

select *

 from {{ source('stripe', 'customers') }}


Answer: C

Question 3

Choose 2 right combination describing git commands to right use cases 1. commit 2. push 3. merge A. take the changes from one branch and adds them into another (usually main) branch. B. updates a remote branch with the commits made to the current branch C. a user’s change to a file (or set of files) identified by a unique id


Answer: A,C

Question 4

What best describes var() in dbt


Answer: B

Question 5

Given following configuration in dbt_project.yml file: target-path: compiled-target where will the artefacts be generated if dbt compile command is issued


Answer: C

Page:    1 / 45      
Total 224 Questions | Updated On: May 16, 2024
Demo Download