Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam. Engage with interactive quizzes and detailed explanations tailored to help you master key concepts. Ensure you're ready for a successful career in the cloud computing industry!

Practice this question and more.


What flag can be used to determine the price of a BigQuery query without executing it?

  1. --simulate

  2. --dry-run

  3. --estimate

  4. --test-query

The correct answer is: --dry-run

A This flag does not exist. C: This flag will only give you an estimate of the query's execution cost, not the actual price. D: This flag is meant for testing queries and not for determining price information.