Appreciate any links to prepare for a senior front end role in FAANG companies
Oct 14, 2021
5 Comments
I am looking for resources specific to front end roles for the following rounds
System Design
OOD
Coding/Algorithms
Behavioural
Appreciate any links or comments pointing to the right direction
comments
For senior frontend, sometime you have coding rounds that has nothing to do with ds and algo. I got “implement a tic-tac-to”, “build a sliding menu” kind of interview on codesandbox. Check with recruiter what you should expect. Prepar dom manipulations.
I got a “system design” that was frontend focus (for fullstack role). It was weird and completely different than any system design I did in the past. Look for guides on how to design rest apis, graphql, the tradeoffs.
OOD for frontend is stupid. JS has a very limited support for OOD and it is kind of niche (only basics). But it is what it is, so if you want to prepar for that, look for resources targeted at java or c++, you will probably find nothing useful in js.