GCP ACE · Question 38 · Domain 4.4: Managing storage and database solutions
You are about to run a complex SQL query in BigQuery that joins several multi-terabyte tables. You are concerned about the potential cost of this query.
Which TWO methods can you use to estimate the cost BEFORE executing the query? (Select TWO)
Answer options:
Use the BigQuery web UI (Console) which displays the estimated bytes processed before you click Run.
Run the query with a LIMIT 10 clause to test the cost.
Use the bq query command with the --dry_run flag.
Check the Cloud Billing export logs.
Use the Pricing Calculator to simulate the query execution plan.
50 questions · hints · full answers · grading