Practice free →
HomeGCP Data Engineercloudcomputinggcpdeprocess › Which Apache Beam concept handles events arrivin…

Which Apache Beam concept handles events arriving AFTER their window closes — letting the Data Engineer specify how to combine them with already-emitted results (PDE §2.2)?

ALate-data handling via triggers + allowed-lateness on a windowing strategy
BCloud DNS
CDisabling streaming entirely
DDropping every late event unconditionally without explicit allowed-lateness
Answer & Solution
Correct answer: A. Late-data handling via triggers + allowed-lateness on a windowing strategy
Beam triggers + allowed lateness manage late data (per PDE §2.2 late arrival). The other options don't fit Beam's late-data model.
Solve this in the app — GCP Data Engineer practice & 24k+ MCQs →
Related questions