Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

dbt Analytics Engineering Certification Exam

Last Update 5 hours ago Total Questions : 65

The dbt Analytics Engineering Certification Exam content is now fully updated, with all current exam questions added 5 hours ago. Deciding to include dbt-Analytics-Engineering practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our dbt-Analytics-Engineering exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these dbt-Analytics-Engineering sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any dbt Analytics Engineering Certification Exam practice test comfortably within the allotted time.

Question # 1

Which two are true for a dbt clone command?

Choose 2 options.

A.

It requires the reference to a manifest from a previous dbt invocation.

B.

It allows comparison between manifests of source and target dbt runs, but does not create any objects itself.

C.

It allows testing your code changes on downstream dependencies outside of dbt (such as a BI tool).

D.

It can be used to replicate data across different data warehouses.

E.

It creates new versions of your dbt models suffixed with _v#.

Question # 2

Question # 3

Ignoring indentation, arrange these YAML code snippets in the correct order to generate descriptions on the source, table, and column:

Question # 4

Question # 5

Given this dbt_project.yml:

name: " jaffle_shop "

version: " 1.0.0 "

config-version: 2

profile: " snowflake "

model-paths: [ " models " ]

macro-paths: [ " macros " ]

snapshot-paths: [ " snapshots " ]

target-path: " target "

clean-targets:

- " logs "

- " target "

- " dbt_modules "

- " dbt_packages "

models:

jaffle-shop:

+materialized: table

…and this warning when compiling your project:

[WARNING]: Configuration paths exist in your dbt_project.yml file which do not apply to any resources.

There are 1 unused configuration paths:

- models.jaffle-shop

What is the root cause?

A run hook in the jaffle_shop project was defined with an incorrect regular expression.

A.

Yes

B.

No

Question # 6

Your model has a contract on it.

When renaming a field, you get this error:

This model has an enforced contract that failed.

Please ensure the name, data_type, and number of columns in your contract match

the columns in your model ' s definition.

| column_name | definition_type | contract_type | mismatch_reason |

|-------------|------------------|----------------|-----------------------|

| ORDER_ID | TEXT | TEXT | missing in definition |

| ORDER_KEY | TEXT | | missing in contract |

Which two will fix the error? Choose 2 options.

A.

Remove order_id from the contract.

B.

Remove order_key from the contract.

C.

Remove order_id from the model SQL.

D.

Add order_key to the contract.

E.

Add order_key to the model SQL.

Question # 7

A developer imports a package from a private repository called timeformat for use within their project.

Which statement is correct? Choose 1 option.

Options:

A.

“The package can be added with this configuration in the packages.yml file:”

packages:

- local: /opt/dbt/timeformat

B.

“The package can be installed by running the command dbt build.”

C.

“The package default schema can be overridden in the dbt_project.yml file as:”

models:

timeformat:

+schema: timeseries

D.

“Including the package version/revision in the packages.yml file, for private git packages will result in an error.”

Question # 8

Question # 9

Which two statements about Exposures are true?

Choose 2 options.

A.

Models, sources, and metrics are downstream from Exposures.

B.

Exposures are materialized in the database.

C.

Exposures describe a downstream use of your dbt project.

D.

Exposures are defined in .sql files.

E.

You can run, test, and list resources that feed into your Exposure.

Question # 10

Which command materializes my_model and only its first-degree parent model(s) in the data platform?

Choose 1 option.

A.

dbt run --select +my_model

B.

dbt compile --select +my_model

C.

dbt run --select 1+my_model

D.

dbt run --select +1 my_model

E.

dbt compile --select +1 my_model

Go to page: