최신dbt Labs dbt Analytics Engineering Certification - dbt-Analytics-Engineering무료샘플문제
문제1
You have complex dbt models involving incremental logic based on a timestamp column. To debug a production issue, you want to temporarily force a full rebuild of a specific incremental model. Which dbt command-line options could help?
You have complex dbt models involving incremental logic based on a timestamp column. To debug a production issue, you want to temporarily force a full rebuild of a specific incremental model. Which dbt command-line options could help?
정답: C,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
Business requirements call for a report ranking products based on year-over-year (YoY) revenue growth. Historical data must be preserved. What's a potential issue in implementing this directly in a dbt model?
Business requirements call for a report ranking products based on year-over-year (YoY) revenue growth. Historical data must be preserved. What's a potential issue in implementing this directly in a dbt model?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
A critical model fails with a non-descriptive error. You suspect a third-party package used in the model. How might you narrow down the problem?
A critical model fails with a non-descriptive error. You suspect a third-party package used in the model. How might you narrow down the problem?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
A project stakeholder prefers a text-based lineage representation over the graphical DAG. Which of these approaches might be a suitable alternative?
A project stakeholder prefers a text-based lineage representation over the graphical DAG. Which of these approaches might be a suitable alternative?
정답: A,B,D
문제5
In what situations might it be acceptable to use raw data directly for reporting or analytics purposes?
In what situations might it be acceptable to use raw data directly for reporting or analytics purposes?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
You've defined development, staging, and production targets in your dbt project. You want to prevent accidental execution of destructive model materialization strategies (like drop or truncate) on the production target. How could you achieve this?
You've defined development, staging, and production targets in your dbt project. You want to prevent accidental execution of destructive model materialization strategies (like drop or truncate) on the production target. How could you achieve this?
정답: A,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
Your stakeholders require robust data visualization and dashboarding capabilities beyond what dbt itself offers. Which of the following would be good pairings with dbt to address this need?
Your stakeholders require robust data visualization and dashboarding capabilities beyond what dbt itself offers. Which of the following would be good pairings with dbt to address this need?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
You want to implement a macro that displays a warning icon next to models in the DAG that haven't been tested. Which of the following would be necessary to make this work?
You want to implement a macro that displays a warning icon next to models in the DAG that haven't been tested. Which of the following would be necessary to make this work?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
You've updated a model's description in a YAML file to reflect a new business requirement. You've also added additional context to the column descriptions. After regenerating the documentation, you notice the model description has updated, but the column descriptions have not. What could be the most likely reasons?
You've updated a model's description in a YAML file to reflect a new business requirement. You've also added additional context to the column descriptions. After regenerating the documentation, you notice the model description has updated, but the column descriptions have not. What could be the most likely reasons?
정답: A,B
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
You've created a macro to display upstream dependencies differently from downstream dependencies in the DAG. However, after re-generating the documentation, the visualization doesn't seem to have changed. What should you investigate?
You've created a macro to display upstream dependencies differently from downstream dependencies in the DAG. However, after re-generating the documentation, the visualization doesn't seem to have changed. What should you investigate?
정답: A,B,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제11
Several of your users report that dashboards built on top of your dbt models are intermittently displaying stale dat a. Which of the following might be a potential cause?
Several of your users report that dashboards built on top of your dbt models are intermittently displaying stale dat a. Which of the following might be a potential cause?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제12
(Multiple Select)
(Multiple Select)
정답: B,D
설명: (ExamPassdump 회원만 볼 수 있음)
문제13
You want to use a YAML anchor to reuse a standard block of descriptive text within multiple models. How would you implement this?
You want to use a YAML anchor to reuse a standard block of descriptive text within multiple models. How would you implement this?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제14
Logic Error
Logic Error
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)