Apache Beam Streaming Windowing: Quiz

1. Which windowing strategy places a single element into multiple overlapping windows?

2. You need a per-minute count where every event belongs to exactly one bucket. Which window?

3. What best describes a watermark in Beam?

4. An event arrives with a timestamp that belongs to a window whose end time is already behind the current watermark. How is the event classified?

5. Which window type is data-driven and closes after a configurable gap of inactivity?

6. Watermarks are measured against which clock?

7. What does Beam's default trigger do?

8. What is the default allowed lateness, and what does that imply?

9. When a window fires multiple times, which accumulation mode re-emits the full result each firing?

10. On an unbounded source, the global window produces no useful output until you do what?

0 Comments

Leave a Comment