HR IssuesFeb 5, 2019

FB interview prep

Is it true they DONT ask advanced topics like AVL trees, DP, trie etc? Is it also true prepping lc medium is enough atleast for tech screen round? DP seems like very important interview topic to leave out. But FB said that they wont ask it.

Add a comment
Amazon netscapeOG Feb 5, 2019

Leetcode

Redfin Twilite Feb 5, 2019

I had a screen recently with them. Was able to solve the problem and explain myself/identify bugs and I didn't make it to the next step. I suspect they value speed, so you should expect to have to solve two LC easy/mediums in 45 minutes.

Google fblowball Feb 5, 2019

I was asked hard/medium

Google bokugakira Feb 5, 2019

Verbatim from leetcode?

Google fblowball Feb 5, 2019

DP, trie are not advance topics. AVL might be.

DigitalOcean Remotee Feb 5, 2019

They are. CLRS lists DP under advanced topics.

New
ktFx33 Feb 5, 2019

What is trie? Do you mean tree traversal ?

New
act10n Feb 5, 2019

Definitely study trie. It might be useful for System Design interviews - design typeahead or autocomplete etc.

LinkedIn fL2W&ZhPR Feb 5, 2019

why use OR between typeahead and autocomplete. are they same thing?

New
ktFx33 Feb 5, 2019

What is trie?

Flagged by the community.
Amazon snxixns Feb 5, 2019

Wut

Apple cdhnh Feb 5, 2019

FB asks a lot of design-ish questions in coding. Like design iterator, o(1) add remove...

Nebbiolo Technologies polygon925 Feb 5, 2019

Trie came up in mine, but in design interview

Nvidia 0xFFFFUUUU Feb 5, 2019

Leetcode and GeeksforGeeks. Now this is your top priority. AVL, I believe, is too much advanced. Anyway you should be familiar with good number of algos and DSs, to not to spend time reinventing them.

Facebook TCYOE Feb 6, 2019

TCYOE? I had to... Yes study lc mediums, some hards. DP is rare. Make sure you know your design. Make sure you can solve everything under 30 min, no hints, no mistakes, fully optimized. Just be very careful and study a lot. Good luck!