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.

Ask HN: Why system design interviews are focused on services then components?

2 pointsby striker_axelalmost 3 years ago
So, recently i started giving out interviews. I have 7+ years of experience so one or two design rounds are expected. Keeping that in mind i revised my concepts on distributed system and read few famous papers on distributed system. it was fun visiting those concepts again. Also, as advised i watched few scaling videos on youtube (i.e Design Uber etc.)<p>I have experience building system from scratch and depending upon the requirement i have scaled few services in my organization.<p>So, my expectations from the design round was to have open-ended discussion with interviewer on certain component and discussing drill-down component architecture, scaling issues, drawbacks etc.<p>But For me at least, reality is quite different. I was asked to design BookMyShow ( Movie booking system ) in full. I mean the interviewers expectation was to just draw the components, write the api and design schema. He will understand my work by looking into it.<p>I have given 5+ interviews as of now ( got offer from some of them). But i feel like design round wasn&#x27;t justified.

1 comment

jstx1almost 3 years ago
I think the process you&#x27;re describing (&quot;Design this service&quot;) is quite common and well established. I&#x27;m looking at the chapters in System Design Interview - every one after chapter 3 is titled like &quot;Design a chat system&quot;, &quot;Design Youtube&quot;, &quot;Design Google Drive&quot; etc. So it seems more like your expectations were off rather than the interviewers giving you something weird.