☎  076 959 6407✉  support@quizcrazepro.co.za
Learn. Practice. Build your future.
BlogHelpContact
G

Google Professional Data Engineer Actual Exam Questions

307 Questions120 Minutes70% Passing Score▣ Updated: Sep 2026

Question 57 of 307

Single answer
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?
AUsers are running too many concurrent queries in the system
BThe [myproject:mydataset.mytable] table has too many partitions
CEither the state or the city columns in the [myproject:mydataset.mytable] table have too many NULL values
DMost rows in the [myproject:mydataset.mytable] table have the same value in the country column, causing data skew
Correct Answer: D

Most rows in the [myproject:mydataset.mytable] table have the same value in the country column, causing data skew

Explanation

The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.

About this practice exam

Review 307 Google questions with answers and explanations. Use the navigation to move through the exam at your own pace.