Meta US new grad - full loop
Anonymous User
1162

Screening round:

  1. Easy problem - I'm not sure what problem it is on leetcode but it was like odd/even problem where you have to sort them based on if they are odd or even.
  2. interval problem: A variation of this problem(https://leetcode.com/problems/interval-list-intersections/description/) but it was about flight and their stops.
  3. graph problem: A variation of this problem(https://leetcode.com/problems/pacific-atlantic-water-flow/description/) there were no oceans.
  4. two pointer problem: A variation of this problem (https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/).

Solved(4/4) - got email in one day.

Technical first Round:

  1. A variation of this problem (https://leetcode.com/problems/custom-sort-string/). I think I bombed this problem, I was on the right track but was so nervous that I couldn't finish it. I tried this problem after interview and found the solution very easily.
  2. binary tree problem: A variation of this problem (https://leetcode.com/problems/binary-tree-right-side-view/) but we need to cover the left side, bottom and then right side in anticlock pattern.

Technical second round:

  1. A variation of this problem (https://leetcode.com/problems/asteroid-collision/description).
  2. Binary search problem: (https://leetcode.com/problems/median-of-two-sorted-arrays/description/). explained the brute force solution first and then solved this optimally. They made me go through two test cases step by step.

behavioral round:
Basic questions about team, conflict etc.

Except for the first technical round, I think my overall experience was positive. However, I might get rejected because of that round. I hope this feedback helps.
On a side note, based on my experience, try to stay calm during interviews—90% of the time, you can find the solution if you stay composed

Comments (7)