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

Single answer
Your weather app queries a database every 15 minutes to get the current temperature. The frontend is powered by Google App Engine and server millions of users. How should you design the frontend to respond to a database failure?
AIssue a command to restart the database servers.
BRetry the query with exponential backoff, up to a cap of 15 minutes.
CRetry the query every second until it comes back online to minimize staleness of data.
DReduce the query frequency to once every hour until the database comes back online.
Correct Answer: B

Retry the query with exponential backoff, up to a cap of 15 minutes.

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.