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

Single answer
You are migrating an application that tracks library books and information about each book, such as author or year published, from an on-premises data warehouse to BigQuery. In your current relational database, the author information is kept in a separate table and joined to the book information on a common key. Based on Google's recommended practice for schema design, how would you structure the data to ensure optimal speed of queries about the author of each book that has been borrowed?
AKeep the schema the same, maintain the different tables for the book and each of the attributes, and query as you are doing today.
BCreate a table that is wide and includes a column for each attribute, including the author's first name, last name, date of birth, etc.
CCreate a table that includes information about the books and authors, but nest the author fields inside the author column.
DKeep the schema the same, create a view that joins all of the tables, and always query the view.
Correct Answer: C

Create a table that includes information about the books and authors, but nest the author fields inside the author column.

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.