Meta MLE Phone Screen | Passed

meta logo
meta
May 18, 20253 reads

Summary

I recently passed a Meta MLE phone screen, which included a variant of 'Shortest Path in a Binary Matrix' and 'Remove Duplicates from Sorted Array'.

Full Experience

Hey y'all, sharing a recent interview experience on behalf of anonymous.

Q1: LC1091 Shortest Path in a Binary Matrix The variant is what if you had to return the shortest path, not the length of the shortest path? It's noted that storing the path in the queue state was acceptable and interviewer was satisfied.

Q2: LC26 Remove Duplicates from Sorted Array This was asked straight-up, and IMO I've seen it pop up a lot more recently.

I'm not sure of any information beyond that. Much luck to everyone studying!

Interview Questions (2)

Q1
Shortest Path in a Binary Matrix with Path Return
Data Structures & Algorithms

The problem was LC1091 Shortest Path in a Binary Matrix. The variant was to return the shortest path itself, not just its length.

Q2
Remove Duplicates from Sorted Array
Data Structures & Algorithms

The problem was LC26 Remove Duplicates from Sorted Array, asked straight-up.

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!