simple architectures vs system design interviews

Google
bdh7tfn

Go to company page Google

bdh7tfn
Dec 8, 2021 11 Comments

all of us know the high expectations from system design interviews. what are some shockingly simple yet working designs in your company that would not pass if offered as solution in an interview

comments

Want to comment? LOG IN or SIGN UP
TOP 11 Comments
  • Pretty much every smaller company I’ve interviewed with expects a scalable distributed micro services architecture during design rounds. Then proceeds to tell me about their monolith during other discussions.
    Dec 8, 2021 1
  • Datadog
    Storycat

    Go to company page Datadog

    Storycat
    RDBMSs are actually pretty good, you don't need NoSQL right out of the gate.
    Dec 8, 2021 3
  • Amazon
    eyeOnU

    Go to company page Amazon

    eyeOnU
    Horizontally scale servers and call downstream services, we don't own shit
    Dec 8, 2021 1
  • New / Data
    valid404

    New Data

    valid404
    Using in memory databases as source of truths instead of just cache. It's against the norm but incredibly easy to setup and get going and gives that sweet low transactional latency your platform team is looking for.
    Dec 8, 2021 2
    • Amazon
      eyeOnU

      Go to company page Amazon

      eyeOnU
      Wait till the traffic patterns shifts unexpectedly or cache goes down 😛
      Dec 8, 2021
    • New / Data
      valid404

      New Data

      valid404
      Hah Iagree with cache going down thing that can and will burn you especially if you're batching writes for more than an hour but query pattern shifts will burn even the most carefully designed databases.
      Dec 8, 2021