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.
Your enterprise runs mission-critical hourly data transformation pipelines and executive dashboards in a dedicated Production folder, while data scientists run unpredictable, heavy ad-hoc queries in an Analytics folder. During peak hours, ad-hoc queries consume excessive compute resources, causing slot contention and delayed execution for production pipelines.
You need to implement a capacity-based workload management architecture in BigQuery that:
Which configuration should you implement?
BigQuery reservations provide dedicated compute capacity measured in slots (virtual CPUs) to execute SQL queries, data manipulation, and pipeline transformations. Within capacity-based billing (available in BigQuery editions such as Enterprise), administrators can structure compute capacity into isolated pools and allocate them across projects, folders, or organizations.
ignore_idle_slots: Setting ignore_idle_slots = true (or enabling the Ignore idle slots toggle) disables idle slot sharing. This ensures that unused baseline capacity in the prod reservation is never loaned out to other reservations, eliminating any risk of slot preemption or delayed reclaiming when critical production jobs start.analytics reservation with autoscaling slots and an upper bound max reservation size allows data science queries to scale dynamically without ever competing for or exhausting production resources.Production and Analytics) using job_type = 'QUERY' leverages resource hierarchy inheritance, ensuring all current and future projects within those folders automatically route their query jobs to the designated reservation pool without manual per-project administration.Using edition-based reservations with baseline slots, autoscaling limits, idle slot isolation, and folder-level assignments is the architectural best practice for enterprise multi-tenant BigQuery environments requiring strict SLA guarantees.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.