Level: Mid-Level
Round: Full Journey · Type: Multiple Types · Difficulty: 6/10 · Duration: 240 min · Interviewer: Unfriendly
Topics: Data Structures, Algorithms, System Design, Behavioral Questions
Location: San Francisco Bay Area
Interview date: 2026-01-15
The interview process consisted of four rounds:
Round 1: Coding I encountered two coding questions. The first was from frequently asked interview questions. The second was a variation of a logistics-related problem, requiring me to transform one list into two lists based on certain criteria.
Round 2: Behavioral The behavioral questions focused on my past experiences, including:
Round 3: AI Coding This round involved a maze problem with several follow-up questions. First, I had to fix a test case where the path symbol was overriding the starting symbol. Then, I addressed an infinite loop issue in my BFS implementation by adding a visited set. Further questions included:
Round 4: System Design The system design question involved designing an online auction system similar to Instagram.
LeetCode similar: LeetCode 1004