PCDE • Timed Practice Test 1
This is a timed practice session. You have 10 minutes to answer 10 questions — approximately 1 minute per question, matching real PCDE exam pace. Answer every question before time expires.
Time remaining
10:00
Exam-pace drill
Allow 1 minute per question. On the real PCDE exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
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?