professional-cloud-data-engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An analytics team maintains an interactive executive dashboard that frequently executes heavy aggregate calculations across a multi-terabyte transactional table in BigQuery. The table continuously receives new streaming appends throughout the day, and dashboard users are experiencing slow query performance and high computational costs from repeated aggregate calculations.
The team needs to reduce query latency and computational load by precalculating common aggregations while ensuring queries automatically serve real-time, consistent data without requiring any modifications to the dashboard SQL queries.
Which strategy should the team implement?
A BigQuery materialized view is a precomputed view that periodically or incrementally evaluates and stores the results of a query definition for improved performance and efficiency. Unlike standard virtual views, materialized views persist precalculated results—such as aggregated metrics, filters, and complex joins—directly in BigQuery storage, avoiding redundant query execution over massive underlying datasets.
Materialized views provide the best balance of precalculated performance gains, real-time consistency on streaming base data, and zero-maintenance transparency for downstream visualization tools.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.