← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Level: Mid-Level
Round: Phone Screen · Type: Live Coding · Difficulty: 6/10 · Duration: 60 min · Interviewer: Neutral
Topics: Depth-First Search, Dynamic Programming
Location: San Francisco Bay Area
Interview date: 2024-12-31
Got offer: False
I had one coding question during the phone screen, involving DFS and DP.
I was asked one coding question (similar to LeetCode 91). I solved it using DFS, but it wasn't the most optimal solution. With the interviewer's hints, I thought of a DP approach but didn't implement it completely; I only wrote pseudo-code. Initially, the recruiter asked if I could directly do four onsite rounds, but I declined due to time constraints.
LeetCode similar: LeetCode 91