dbt-Analytics-Engineering Exam Question 111

You need to build a model to identify customers who haven't placed orders in the past 90 days. Performance with this model is critical, as it will trigger a re-engagement campaign. Which strategy is likely to yield the best results?
  • dbt-Analytics-Engineering Exam Question 112

    You have a time-series fact table, and you're building incremental dbt models for efficiency. Model A loads an initial snapshot; subsequent models process new records only. During a dbt run, a model that processes new data fails. Select the possible consequences:
  • dbt-Analytics-Engineering Exam Question 113

    You're working on a dbt project in a development environment where compute resources are limited. You want to prototype a new model quickly without incurring high materialization overhead. Which materialization would be most suitable for this?
  • dbt-Analytics-Engineering Exam Question 114

    You're refactoring a project with long model files containing intertwined logic. Which of the following is NOT a typical sign of a good candidate for applying modularity principles?
  • dbt-Analytics-Engineering Exam Question 115

    (Multiple Select)