Meta Phone Screen

meta logo
meta
April 7, 20253 reads

Summary

I had a phone screen with Meta where I was asked two coding questions, including a LeetCode problem and a variant of another. Despite my approach, I was rejected a few days later.

Full Experience

I was asked two coding questions during my phone screen.

One was a straightforward problem, and the other was a variant that caught me off guard. I tried a two-pass DFS approach for the second question but couldn't get it working in one pass. In hindsight, BFS with queue length for level traversal would have been a better approach for both left and right side views.

I got rejected a few days later.

The role was not for a specific location, but the recruiter mentioned current openings are mainly in Menlo Park and Seattle.

Interview Questions (2)

Q1
Minimum Remove to Make Valid Parentheses
Data Structures & Algorithms

Refer to the problem description at the provided LeetCode link: https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/description/

Q2
Binary Tree Left and Right Side View (Variant)
Data Structures & Algorithms

Refer to the problem description at the provided LeetCode link: https://leetcode.com/problems/binary-tree-right-side-view/description/. The variant specifically asked for both left and right side views.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!