← 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: Junior-Level
Round: Onsite · Type: Coding · Difficulty: 3/10 · Duration: 60 min · Interviewer: Unfriendly
Topics: Algorithms, Data Structures
Location: San Francisco Bay Area
Interview date: 2025-08-15
The onsite interview consisted of introductions, resume details, a whiteboard algorithm question, and time for me to ask questions.
The coding question was LeetCode 146, LRU Cache. I drew a diagram on the whiteboard, wrote the code on the whiteboard, and did a dry run.
LeetCode similar: LeetCode 146