Data Build Tool dbt-Analytics-Engineering Answers

Page:    1 / 58   
Total 289 questions | Updated On: Apr 01, 2026
Question 1

What best describes var() in dbt


Answer: B
Question 2

Identify True/False dbt also executes any custom generate_schema_name macros that are part of a package installed in your project., hence it is important to rename any such macro provided by installed packages


Answer: B
Question 3

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 4

Which is a mandatory property of an metrics resource



Answer: C
Question 5

How the SQL will be compiled based on the following model:

{% set payment_methods = ["bank_transfer", "credit_card", "gift_card"] %}

select order_id,

{% for payment_method in payment_methods %}

       sum(case when payment_method = '{{payment_method}}' then amount end) as {{payment_method}}_amount,

{% endfor %}

from {{ ref('raw_payments') }}

group by 1


Answer: A
Page:    1 / 58   
Total 289 questions | Updated On: Apr 01, 2026

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: 289
Last Updated: Apr 01, 2026