Google Cloud Certified Associate Cloud Engineer Practice

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

Study for the Google Cloud Certified Associate Cloud Engineer exam with comprehensive quizzes and practice tests. Each question includes hints and detailed explanations to enhance your preparation and ensure success.

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

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.