Meta Technical Phone Screen E5 USA
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)
I was asked to implement the 'Binary Tree Vertical Order Traversal' algorithm.
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.