meta | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Neutral
Interview Process
The interview was straightforward and consisted of a technical phone interview lasting 45 minutes. There were two coding questions, and the interviewer was described as nice. Notably, there was an automated AI monitoring system in place.
Technical Questions
- LRU Cache (Cache, Doubly Linked List, HashMap)
- Simplify Path (String Manipulation, Path Parsing)
- Task: Implement the
cdcommand given the current path and command target. - Examples:
- Input:
/, Command:foo→ Output:foo - Input:
/home, Command:/var→ Output:/var - Input:
/x/y, Command:../p/../q→ Output:/x/q
- Input:
- Task: Implement the
Tips & Insights
The candidate felt slightly uncertain about completing the second question within the time limit but wished everyone good luck.