LeetCode Question · Jul 2022 · Los Angeles

Amazon | LLD- Notification system

8 upvotes 6,356 views 11 replies

Question Details

Design classes for a system that sends different types of messages - Email,SMS,Whatsapp. My design : class Message { NotificationType type ; //email, sms msgId; String content ; } MessagingServiceImpl { static { //map from notification type to...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

System Design