|
|
|
|
|
by 49yearsold
2096 days ago
|
|
This is mind boggling to see so much effort need to put into getting into FAANG. I am 49 years old and working as an engineering manager in a public company. I have spent decades writing large distributed, Saas, on-premise, enterprise application - many of which I helped implementing, architecting and supporting. Then I just went to leetcode and saw one of the "EASY" question about how to prepare for FB interview. It is something about finding an island that's surrounded by water given a two-dimensional array. I simply stared at it and have no clue how to solve it. Am I the dumb one or does anyone have similar reactions when they see these leetcode problems? Also - if I plan to interview at FAANG - I plan to interview at least for engineering manager positions - but looks like even these positions are tied to these kind of coding questions? I am depressed. |
|
My advice for people who wanted to prep for these interviews originally used to be to read through some books that prep you for algorithm competitions (e.g. ICPC, IOI, GCJ), but I find that to be a bit overkill and not as efficient a use of time (although some of these books do a much better job of explaining things than any of these interview prep books I've gone through). Today the advice I'd give is get a book like 'Elements of Programming Interviews' in the language you plan on using and a leetcode subscription and just get down to learning about a data structure/algorithm/problem solving paradigm and then solving a bunch of questions that fit that technique.
If you really want to go with the overkill approach, I'd recommend a book like Competitive Programming 3: https://cpbook.net/