System Design Interview
Book review of System Design Interview – An insider's guide by Alex Xu
I heard about the book[1] because of the ByteByteGo System Design YouTube channel[2]. While this review is about the book I want to mention it because some of the videos cover the same topics and are much better than the corresponding chapters.
TLDR; #
It's focused on making you pass the interview and will do a good job with that. But, if you want to learn more about designing systems and understand what you're talking about then you will be disappointed. Some chapters are better, and you can use the book to give you a high-level overview of a given topic, but most of them don't go into much detail.
Good #
It's still an interesting book, especially if you're in a junior or regular position.
If you're going to interviews then I recommend reading Chapter 4 (it's available online) to get some advice for the system design interview itself[3]. It's great to have a better idea of what is expected from you during the meeting.
Chapters about Consistent Hashing[4] and Unique ID Generator[5] were the most interesting for me. I felt like I was actually learning something.
Each chapter has links to learn more about a given topic, so you can follow up on the the most interesting ideas.
Underwhelming #
I was disappointed with the Back of the Envelope estimation chapter[6] the most. It's built on the idea from the 2011 High Scalability blog post[7], but it doesn't add much to it. I wanted a little more help with building intuitions for those estimates but got only some more data for review.
The second half of the book was also a lot less interesting for some reason. Even my notes starting with chapter 9 are almost empty. YMMV.
Overall the book sometimes feels like it's trying to teach me what to say, instead of actually explaining the concepts. It makes sense if you're only goal is passing the interview.
Summary #
It's a good high-level introduction to System Design and it will help you pass your interview, but it's not enough to give you a good understanding of those bigger systems.
Want to learn more?
Sign up to get a digest of my articles and interesting links via email every month.