nerdexam
Google

PROFESSIONAL-DATA-ENGINEER · Question #362

PROFESSIONAL-DATA-ENGINEER Question #362: Real Exam Question with Answer & Explanation

The correct answer is A. Use watermarks to define the expected data arrival window. Allow late data as it arrives.. See the full explanation below for the reasoning.

Submitted by viktor_hu· Mar 30, 2026

Question

You are running a streaming pipeline with Dataflow and are using hopping windows to group the data as the data arrives. You noticed that some data is arriving late but is not being marked as late data, which is resulting in inaccurate aggregations downstream. You need to find a solution that allows you to capture the late data in the appropriate window. What should you do?

Options

  • AUse watermarks to define the expected data arrival window. Allow late data as it arrives.
  • BChange your windowing function to tumbling windows to avoid overlapping window periods.
  • CChange your windowing function to session windows to define your windows based on certain activity.
  • DExpand your hopping window so that the late data has more time to arrive within the grouping.

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-DATA-ENGINEER Practice