Skip to content
On this page

System Design

Notes

  • Systems design interview tips:
    • 🧐 Verify assumptions (use case, # of users, data storage etc)
    • 👌Start with a simple architecture
    • ⏳Identify bottlenecks & verify which ones to address next
    • 🔄Iterate on the design
    • 🛠Go down the rabbithole, to specific technologies & how they work