Multiple Choice
You have a query that filters a BigQuery table using a WHERE clause on timestamp and ID columns. By using bq query - -dry_run you learn that the query triggers a full scan of the table, even though the filter on timestamp and ID select a tiny fraction of the overall data. You want to reduce the amount of data scanned by BigQuery with minimal changes to existing SQL queries. What should you do?
A) Create a separate table for each ID.
B) Use the LIMIT keyword to reduce the number of rows returned.
C) Recreate the table with a partitioning column and clustering column.
D) Use the bq query - -maximum_bytes_billed flag to restrict the number of bytes billed. Use the bq query - -maximum_bytes_billed flag to restrict the number of bytes billed.
Correct Answer:

Verified
Correct Answer:
Verified
Q24: You are implementing security best practices on
Q25: You have a requirement to insert minute-resolution
Q26: You have a data stored in BigQuery.
Q27: Your company is currently setting up data
Q28: Which Cloud Dataflow / Beam feature should
Q30: Which is not a valid reason for
Q31: Your analytics team wants to build a
Q32: You are designing an Apache Beam pipeline
Q33: When running a pipeline that has a
Q34: Which of the following statements about Legacy