← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Phone Screen Interview at Meta - May 2024
The phone screen interview consisted of two questions:
Print linked list in reverse order. I suggested a stack approach and then reversing the list and printing.
Knights Shortest Path on an Infinite Chessboard. I suggested using Breadth-First Search (BFS) and then bidirectional BFS as an optimization.