Ask HN: I failed FAANG interview because I didn't know Binary tree?
Role was for Frontend engineer. There were 6 interviews (1 hour each). First 5 interviews went well. In the last interview, SDM asked me to explain binary tree and how to demonstrate it with a solution. It costed me the interview.
18 comments
[ 3.1 ms ] story [ 52.5 ms ] threadThis, by the way, can easily be the kind of concept that you don't think you need until you learn about it, suddenly figuring out that you've been writing very inefficient code before.
Data structures are important for advanced front development, you need to know which one to use for a given problem.
Of course it’s possible to learn them and not knowing about them at a given time is not a red flag to me, but I guess a large company has so many candidates that they don’t have to risk hiring someone that somehow doesn’t know about them.
If you don't feel like going on a crusade to change the whole interview system, get yourself "cracking the coding interview", learn the basic stuff: linked-lists, trees, hash-map, search, sort, big-o
Honestly there isn't that much you need to know.
and just bite the bullet.
I think it's quite a reasonable expectation to achieve a high paying job. It's just a shame that it's not necessarily related to the day to day work, not will your prior work experience help much.
(it’s sarcasm people, why downvoting?)