☎  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 175 of 307

Single answer
You need to choose a database to store time series CPU and memory usage for millions of computers. You need to store this data in one-second interval samples. Analysts will be performing real-time, ad hoc analytics against the database. You want to avoid being charged for every query executed and ensure that the schema design will allow for future growth of the dataset. Which database and data model should you choose?
ACreate a table in BigQuery, and append the new samples for CPU and memory to the table
BCreate a wide table in BigQuery, create a column for the sample value at each second, and update the row with the interval for each second
CCreate a narrow table in Bigtable with a row key that combines the Computer Engine computer identifier with the sample time at each second
DCreate a wide table in Bigtable with a row key that combines the computer identifier with the sample time at each minute, and combine the values for each second as column data.
Correct Answer: C

Create a narrow table in Bigtable with a row key that combines the Computer Engine computer identifier with the sample time at each second

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.