Meta
More Experiences
Meta E5 USA Phone Screen
May 13, 2025 • 4 reads
Summary
I had a phone screen for an E5 role at Meta in the USA, where I was asked to solve two LeetCode problems: Binary Tree Vertical Order Traversal and K Closest Points to Origin. I passed this round and am now scheduled for a full loop interview.
Full Experience
Had phone screen today
https://leetcode.com/problems/binary-tree-vertical-order-traversal/description/
Gave the tree and asked to figure out the order. I could not do it, so he gave me hint that it is vertically ordered.
For both problems, asked to print them.
Waiting for results.
Update: Pass. Full loop to be scheduled
Interview Questions (2)
Q1
Binary Tree Vertical Order Traversal
Data Structures & Algorithms