Meta Technical Phone Screen E5 USA

meta logo
meta
usaOngoing
August 3, 20242 reads

Summary

I recently completed a technical phone screen for an E5 position at Meta in the USA, where I tackled two specific coding challenges after some initial behavioral questions.

Full Experience

I underwent a technical phone screen at Meta for an E5 role in the USA. The interview started with a few standard behavioral questions to get to know my background and approach. Following that, I was given two coding problems to solve. The first problem was 'Binary Tree Vertical Order Traversal', and the second involved merging three sorted lists while also removing any duplicate elements.

Interview Questions (2)

Q1
Binary Tree Vertical Order Traversal
Data Structures & Algorithms

I was asked to implement the 'Binary Tree Vertical Order Traversal' algorithm.

Q2
Merge 3 Sorted Lists with Removing Duplicates
Data Structures & Algorithms

I was tasked with merging three distinct sorted lists into a single sorted list, ensuring that any duplicate values present across the lists were removed in the final output.

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!