PROFESSIONAL-DATA-ENGINEER · Question #171
PROFESSIONAL-DATA-ENGINEER Question #171: Real Exam Question with Answer & Explanation
Sign in or unlock PROFESSIONAL-DATA-ENGINEER to reveal the answer and full explanation for question #171. The question stem and answer options stay visible for context.
Question
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?
Options
- 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 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 PubSub later.
Unlock PROFESSIONAL-DATA-ENGINEER to see the answer
You've previewed enough free PROFESSIONAL-DATA-ENGINEER questions. Unlock PROFESSIONAL-DATA-ENGINEER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.