DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
System Design Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
System Design
Why is choosing NOT to guarantee strict delivery order across different notification channels (e.g. push vs. email) described as an acceptable trade-off?
A
Ordering across channels is technically impossible to achieve under any circumstances
B
Cross-channel ordering isn't actually a meaningful user-facing requirement here, so explicitly accepting the lack of a guarantee is a reasonable, deliberate trade-off rather than an oversight
C
It's always unacceptable and should be fixed regardless of cost
D
Only email delivery order matters, not push notifications
Check Answer