최신dbt Labs dbt Analytics Engineering Certification - dbt-Analytics-Engineering무료샘플문제
(Multiple Select)
You introduce a minor formatting change to a large SQL model. Afterwards, the results change unexpectedly. Which dbt-related issue might explain this, even if the SQL itself appears correct?
You discover an intermittent issue where your models sometimes produce incorrect results. After investigation, the problem seems to occur when the source data contains a particular combination of unexpected values. How would you best address this?
You have a complex dbt model that is essential for production reporting. To minimize the risk of breaking this model during development, what strategy might you employ?
A model depends heavily on geospatial calculations, which are computationally expensive. What optimization strategy might be worth exploring?
(Multiple Select)
You've introduced a new series of dbt models and want to run them in isolation to verify results before integrating them into the main build process. Which dbt command options and flags are likely to be useful?
You need to parameterize a dbt model that filters data based on a country code. Which approach offers the BEST combination of flexibility and security?