98Design a notification and fan-out system that delivers to millions of users across push, email, and SMS.▼hardMetaLinkedInUber1 replies◆ premiumA celebrity posts and 50M followers need a notification. The tricky parts are not sending one message; they are fan-out strategy, deduplication, channel routing, and not flooding users. Here is the architecture that handles both the long tail and the viral spike.Open full answer →
34How do you autoscale LLM inference, and why is it different from scaling a normal web service?▼hardNVIDIAMicrosoftOpenAI1 replies◆ premiumCPU-based autoscaling that suits a web tier quietly breaks on GPU inference: the signal is wrong, and replicas need minutes to warm. The interviewer wants the signals you genuinely scale on and how you mask the cold start.Open full answer →