← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Meta | E4 | Phone Screen | Rejected
Questions
I correctly answered the first question. The interviewer pointed out that my initial solution used O(n) space, and it needed to be O(1) space. I quickly adapted my solution to meet this requirement.
For the second question, I required several hints from the interviewer. I eventually recognized that a binary search approach was appropriate. I implemented a solution but ran out of time to fully verify its correctness. While my approach seemed correct, my code likely contained errors.
I received notification that my candidacy would not be moving forward. I inquired about the possibility of reapplying after a cooling-off period. I am uncertain if this was an appropriate course of action.