
Answer-first summary for fast verification
Answer: Ask the user to run the jobs as batch jobs.
The correct approach is to ask the user to run jobs as batch jobs (Option A). Batch jobs in BigQuery are lower priority and are queued until idle resources are available, ensuring they don't interfere with critical workloads. This requires minimal effort (changing the job type configuration) and no additional cost, aligning with the requirement to minimize both effort and cost. Other options like creating a separate project (B) add administrative overhead, adding a role (C) doesn't address job priority, and manual scheduling (D) is impractical.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can you enable a user to run non-urgent BigQuery jobs without disrupting critical workloads, while minimizing both company costs and administrative effort?
A
Ask the user to run the jobs as batch jobs.
B
Create a separate project for the user to run jobs.
C
Add the user as a job.user role in the existing project.
D
Allow the user to run jobs when important workloads are not running.
No comments yet.