Multiple Choice
You are using Google BigQuery as your data warehouse. Your users report that the following simple query is running very slowly, no matter when they run the query: SELECT country, state, city FROM [myproject:mydataset.mytable] GROUP BY country You check the query plan for the query and see the following output in the Read section of Stage:1: What is the most likely cause of the delay for this query?
A) Users are running too many concurrent queries in the system
B) The [myproject:mydataset.mytable] table has too many partitions The [myproject:mydataset.mytable] table has too many partitions
C) Either the state or the city columns in the [myproject:mydataset.mytable] table have too many NULL values Either the state or the city columns in the [myproject:mydataset.mytable] table have too many NULL values
D) Most rows in the [myproject:mydataset.mytable] table have the same value in the country column, causing data skew Most rows in the table have the same value in the country column, causing data skew
Correct Answer:

Verified
Correct Answer:
Verified
Q234: You are developing an application that uses
Q235: Suppose you have a table that includes
Q236: You are building an application to share
Q237: You are building a new data pipeline
Q238: You are creating a new pipeline in
Q240: You need to create a new transaction
Q241: Your financial services company is moving to
Q242: You have some data, which is shown
Q243: You decided to use Cloud Datastore to
Q244: Your company is migrating their 30-node Apache