PCDE • Exam Simulation 1 — 100 Questions
Free PCDE exam simulation 1 — 100 questions with explanations. No signup required.
A company stores sensor data in BigQuery. They have a table 'sensor_readings' with columns: sensor_id, reading_time, value. The table is partitioned by reading_time (hourly) and clustered by sensor_id. A BI query aggregates average value per sensor for the last week. The query still scans many bytes. What is the most likely cause?