HardDesign: Notification System

How do you implement 'quiet hours' — not sending notifications between 10pm and 8am in user's local time?

Tests your understanding of this concept.

Answer Options

AUse UTC time and check globally
BStore user's timezone preference, convert send time to user's local time, check if within quiet hours window
CSend during server's business hours only
DOnly support one timezone globally

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 22+ more Design: Notification System questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Design: Notification System topic (System Design Cases).

More Design: Notification System Questions