
Answer-first summary for fast verification
Answer: Single, Global Window
Dataflow's default windowing behavior is to assign all elements of a PCollection to a single, global window, even for unbounded PCollections. This approach ensures consistency and simplicity in processing unbounded data sets. Reference: [https://cloud.google.com/dataflow/model/pcollection](https://cloud.google.com/dataflow/model/pcollection)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.