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 with flashcards and multiple choice questions. Each question includes hints and explanations to help you study effectively. Get ready to pass your certification exam!

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.