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 is running interactive dashboard queries in BigQuery using an Enterprise Edition reservation configured with baseline slots and autoscaling capacity. During peak reporting hours, numerous concurrent queries execute simultaneously, diluting the slot allocation per query and causing unacceptable latency. Additionally, finance reports discrepancies between query-level slot runtime metrics and compute reservation charges.
Which combination of configuration and observability practices should the data engineering team implement to stabilize query performance and correctly analyze compute costs?
This solution configures a specific target job concurrency on the BigQuery reservation using the ALTER RESERVATION SET OPTIONS statement or the Google Cloud console, while adopting reservation-level capacity monitoring for billing evaluation rather than individual job metrics.
target_job_concurrency = 0), which may allow too many queries to execute at the same time and spread slot capacity too thinly. Setting a non-zero target_job_concurrency imposes an upper bound on simultaneous executions within that reservation, ensuring each running query receives a guaranteed minimum slot allocation while excess queries queue safely.INFORMATION_SCHEMA.JOBS ensures accurate financial tracking.This approach directly resolves query contention by tuning reservation concurrency settings and aligns monitoring practices with the true billing mechanics of BigQuery autoscaling editions.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.