TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

System Design Interview book review

160 pointsby gregdoesitover 4 years ago

12 comments

lazyantover 4 years ago
That this book and the very similar &quot;Grokking the System Design Interview&quot; (I went through both) get accolades just shows the poor resources we have.<p>What we need is more &quot;Designing Data Intensive Applications&quot;, adapted to interviews.<p>Just as a couple quick comments, the &quot;web crawler&quot; scenario suggest a breadth-first search, which is OK (as in compared to depth-first search) but not good enough; web links in general is not a DAG and you can get into a loop. As another comment, in none of these two resources there&#x27;s a single estimate that I can remember about how many servers you need as per requests&#x2F;bandwidth etc, only calculations are about data amount. They also assume collaborative interviewer, which has never happened in my experience. I think none of these two resources by themselves would get you a L5 or even do well as L4 at FAANG (please somebody correct me), they are very basic (maybe I&#x27;m &quot;too advanced&quot; heh).
评论 #25649280 未加载
评论 #25650043 未加载
评论 #25653897 未加载
评论 #25650108 未加载
iooiover 4 years ago
I can&#x27;t recommend this YT channel enough: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UC9vLsnF6QPYuH51njmIooCQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UC9vLsnF6QPYuH51njmIooCQ</a><p>It&#x27;s so, so much better than &quot;Grokking the System Design Interview&quot;, which I find infantile at best and definitely not worth any amount of money.
评论 #25650015 未加载
评论 #25650430 未加载
posharmaover 4 years ago
Designing Data Intensive Applications (DDIA) is the best book I’ve come across when it comes to serious system design.
评论 #25648434 未加载
评论 #25650169 未加载
sna1lover 4 years ago
I enjoyed the Grokking the System Design Interview resource.[1]<p>I think what helps the most is not only solving the problems outlined, but adding new constraints and thinking through various failure cases that may be missed by some of the questions. This helps ensure that you understand the material and that you haven&#x27;t just memorized it.<p>[1] <a href="https:&#x2F;&#x2F;www.educative.io&#x2F;courses&#x2F;grokking-the-system-design-interview" rel="nofollow">https:&#x2F;&#x2F;www.educative.io&#x2F;courses&#x2F;grokking-the-system-design-...</a>
game_the0ryover 4 years ago
I have noticed that system design questions are asked in mid-level and even entry-level SWE roles. It&#x27;s bizarre to me that expecting a fresh grad to build twitter is somehow an accurate assessment of that person&#x27;s coding skills.<p>I think hiring managers have run out of hard questions to ask to sufficiently justify gate keeping the high-paying jobs they are dolling out - every grad knows to prep with CTCI, EPI, and leetcode; but what happens when all 10 of the 10 candidates you interview know how to invert a...whatever-tree in optimal O(n) in ~10 mins (bc they all used the same books to prep)? &quot;Well, then you ask harder questions&quot; is the superficial response from hiring managers. And that&#x27;s how asking hard-level leetcodes in phone interviews becomes the norm.<p>I am curious to see how far this goes.<p>Remember the days when FizzBuzz would be sufficient to get a job? I don&#x27;t, unfortunately, but perhaps some of you do.<p>We need to think harder about how we hire people. There are better ways.<p>Off-topic, but the chicken&#x2F;egg metaphor can be used for any job in America (and probably the rest of the world), not just senior software engineering jobs. I had this problem when I graduated into the great recession in 2008 - every employer wanted 2 years of experience for entry-level jobs, not realizing or caring that you need the job in the first place to get that exp. And that&#x27;s how you get a skills shortage over many years.
评论 #25651817 未加载
fizwhizover 4 years ago
This book will <i>at best</i> get you an L5 gig at FAANG; for Staff eng positions (L6+) you need significantly more depth and rigor.
评论 #25648954 未加载
评论 #25649803 未加载
评论 #25649284 未加载
评论 #25648847 未加载
评论 #25649057 未加载
finikytouover 4 years ago
DDIA is a fantastic 2017 book but a few things went from must-do to avoid or at least think about it before doing it. we ve seen big changes into client side frameworks such as angular&#x2F;react, nosql is less and less seen as something to look for first, scalability got somehow more complex and more achievable with cloud new features, client server best practices evolved a bit too. things like message queues or kafka are not as sexy<p>is there a good ressource to add on the top of DDIA that will reflect some recent changes in system design?
评论 #25660289 未加载
vincentmarleover 4 years ago
&gt; The topic is somewhat a chicken-and-egg one. You&#x27;ll know how to design a large system after you designed one before.<p>Yes, but doing a stressful interview is a different beast altogether. &quot;Design YouTube in 45 mins&quot; is something that you have to really practice, regardless of your experience. Glad that this book exists.
stevetarziaover 4 years ago
This looks like a great reference book for the course I teach at Northwestern University (CS-310 Scalable Software Architectures).<p>FWIW, my lecture videos from Spring 2020 are posted on YouTube, and I&#x27;ve heard from students that these are a good study resource for SWE interviews: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLWl7jvxH18r0u5VRZsOjhghNXc_Ec4dZz" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLWl7jvxH18r0u5VRZsOjh...</a>
Crash0v3rid3over 4 years ago
Does anyone have any resources to practice back of the napkin type of capacity metrics that are often asked in these interviews?
评论 #25649616 未加载
x87678rover 4 years ago
Its pretty sad at the end of the page it talks about other resources, the first few are 2008 ish. I&#x27;d expect them to be obsolete, but is that just become the industry standard now? FAANG SD interviews are such a mystery and the we never comment response doesn&#x27;t help.
sul_tastoover 4 years ago
Is there a way to stay on top of the research that’s referenced in these works?