Managing jobs, queries, and compute reservations as one workload
Google Cloud lets you control cost and performance of data workloads by managing job execution (query priority, scheduling, monitoring) and by provisioning dedicated compute capacity through BigQuery reservations instead of relying solely on on-demand pricing. Understanding how slots, commitments, and assignments interact is essential for predictable performance and cost governance across projects and organizations.
Must-know
- BigQuery reservations are pools of compute capacity (slots) purchased via capacity commitments (flex, monthly, or annual, or now Editions-based) and then linked to projects, folders, or the organization through reservation assignments.
- A reservation assignment determines which jobs (query, pipeline, ML, background) draw from a given reservation; jobs from projects with no assignment default to the on-demand billing model unless an organization-level default reservation exists.
- BigQuery supports autoscaling reservations (in the Enterprise/Enterprise Plus editions) so slot capacity can scale up or down automatically within a defined baseline and maximum, avoiding manual capacity management.
- Job queuing and priority (INTERACTIVE vs BATCH) affect how quickly a query starts; batch jobs queue behind interactive ones and are useful for non-urgent workloads to control concurrency and cost.
- Use
INFORMATION_SCHEMA.JOBS,INFORMATION_SCHEMA.RESERVATIONS, and Cloud Monitoring/Cloud Logging to audit job history, slot utilization, and reservation performance for capacity planning. - For compute-heavy pipeline services like Dataproc and Dataflow, workload management instead relies on autoscaling policies, ephemeral/scheduled cluster deletion, and Flexible Resource Scheduling (FlexRS) rather than the BigQuery reservation model, know which mechanism applies to which service.
Coverage checked against the published exam guide on Aug 11, 2026.
These are independent practice questions, written against this certification's published exam guide. They are not the certification vendor's own questions, and not the real exam.