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

Google Professional Cloud Database Engineer Exam Actual Questions

139 Questions120 Minutes70% Passing Score▣ Updated: Sep 2026

Question 84 of 139

Single answer
Your team is responsible for developing and maintaining ETLs in your company. One of your Dataflow jobs is failing because of some errors in the input data, and you need to improve reliability of the pipeline (incl. being able to reprocess all failing data). What should you do?
AAdd a filtering step to skip these types of errors in the future, extract erroneous rows from logs.
BAdd a tryג€¦ catch block to your DoFn that transforms the data, extract erroneous rows from logs.
CAdd a tryג€¦ catch block to your DoFn that transforms the data, write erroneous rows to Pub/Sub PubSub directly from the DoFn.
DAdd a tryג€¦ catch block to your DoFn that transforms the data, use a sideOutput to create a PCollection that can be stored to Pub/Sub later.
Correct Answer: D

Add a tryג€¦ catch block to your DoFn that transforms the data, use a sideOutput to create a PCollection that can be stored to Pub/Sub later.

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 139 Google questions with answers and explanations. Use the navigation to move through the exam at your own pace.