What is event time vs processing time in stream processing?

Updated May 15, 2026

Short answer

Event time is when data is generated; processing time is when it is processed.

Deep explanation

Event time reflects the actual timestamp of occurrence, while processing time depends on system ingestion delay. Real-world systems prefer event-time semantics to ensure correctness in late or out-of-order data scenarios. Watermarking is used to handle late events.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Data Processing interview questions

View all →