Higher Test Marks with Free Online dbt-Analytics-Engineering Exam Practice

Assess the CertsIQ’s updated dbt-Analytics-Engineering exam questions for free online practice of your dbt Analytics Engineering Certification test. Our dbt Analytics Engineering dumps questions will enhance your chances of passing the dbt Certification certification exam with higher marks.

Exam Code: dbt-Analytics-Engineering
Exam Questions: 224
dbt Analytics Engineering Certification
Updated: 20 Aug, 2025
Question 1

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') }}

Options :
Answer: C

Question 2

Given the snapshot config, how check_cols will be used

{{

        config(

          target_schema='history',

           target_database='analytics',

          strategy='timestamp',

          unique_key='id',

          updated_at='updated_at',

          check_cols=[“col_1”, “col_2”]

        )

    }}

Options :
Answer: A

Question 3

Which 2 are NOT valid property for Exposure


Options :
Answer: B,C

Question 4

Given following .yml config, how dbt behaves if the environment variables are not set when dbt run is invoked

profile:

  target: prod

  outputs:

    prod:

      type: postgres

      host: 127.0.0.1

      # IMPORTANT: Make sure to quote the entire Jinja string here

      user: "{{ env_var('DBT_USER') }}"

      password: "{{ env_var('DBT_PASSWORD') }}"

      ....

Options :
Answer: A

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

Options :
Answer: A

Viewing Page : 1 - 23
Practicing : 1 - 5 of 224 Questions

© Copyrights CertsIQ 2025. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (CertsIQ). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the CertsIQ.