Meta
More Experiences
Meta Phone Screen
April 28, 2025 • 4 reads
Summary
I had a recent phone screen interview with Meta where I solved one coding problem perfectly and struggled with another.
Full Experience
Sharing my recent phone screen experience. 1) Min add to make parenthethis valis: No variant. https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/description/. This round was perfect. Coded and did a dry run with multiple examples. 2) Merge 3 sorted arrays. The resulted array should not have duplicates. Got confused and messed this up. Did the coding but could not finish in time :( Good luck everyone who is preparing for Meta!
Interview Questions (2)
Q1
Minimum Add to Make Parentheses Valid
Data Structures & AlgorithmsMedium
Q2
Merge Three Sorted Arrays with No Duplicates
Data Structures & Algorithms
Merge three given sorted arrays into a single resultant array. The key constraint is that the merged array should not contain any duplicate elements.