Question 294 of 307
Single answerYou 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?
✓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.
✓
Correct Answer: A
Use watermarks to define the expected data arrival window. Allow late data as it arrives.
▥
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.