How do you approach a design question when tasked with dealing with millions of users
May 2, 2019
17 Comments
Just curious if you don’t have so much experience dealing with large scale data in day to day life and design interviews revolve around them
Addendum:
Is it valid to ask “design data science X algorithm application on large scale” with validation and feature selection?
comments
Ultimately, a lot of these questions end up having a lot of caching and sometimes denormalization involved, so I’d look into topics like that, too. One good example here is how to serve the Twitter home feed. The actual answer, as in what Twitter literally does, is precalcualate it and stuff it all in memcache.
https://youtu.be/KmAyPUv9gOY