What is a Front End Systems Design Interview?
Systems design has been part of the interview roster for back end and full stack roles for a long time. They are fairly well understood and seem to follow a consistent framework, making it easy to find a plethora of resources about how to excel in one.
However, systems design interviews for Front End roles are a different story. They seem to differ from company to company. Some companies take the approach of doing a more generalist interview, where you don’t go as deep as you would on a back end focused role. Other companies have developed formats that focus more on the front end stack.
The goal of this article is to provide a framework for a more front end focused systems design interview.
High-Level Goals of a Front End Systems Design Interview
- Demonstrate your ability to break-down a technical problem in real time.
- Highlight your ability to think technically and use your knowledge and experience to come up with an optimized solution to a front end design problem.
- Demonstrate your focus on quality, both technically and experience-wise.
- Demonstrate your communication skills.
Systems Design Case Studies
Stock Exchange Systems Design Case Study
Front End Systems Design Outline
<aside>
ℹ️ Below is a rough outline of the activities in a front end systems design interview. This is not meant to be exact, you may not cover everything in one interview.
</aside>
Discuss and document high-level requirements.
- During the first part of the interview, you will want to capture the core business / product requirements of the system.
- What are the characteristics of the system to focus on in the interview?
- Who are the users you’re building for?
- What are the design requirements?
Document the tech stack
- Document the technology choices for the application, including a brief discussion on why you are making the choices.