Level: Intern
Round: Phone Screen · Type: Coding · Difficulty: 5/10 · Duration: 60 min · Interviewer: Unfriendly
Topics: C++, Debugging, Doubly Linked List, Behavioral Questions
Location: Austin, TX
Interview date: 2025-11-09
Question: The interviewer started with a few behavioral questions about learning new skills and my most interesting projects. I was also asked about how I distributed work and collaborated with others during my internship. Then, I was given a piece of C++ code to debug, which involved familiarity with the implementation of a doubly linked list. I found several small bugs and discussed them while writing code.
The coding question involved debugging C++ code related to a doubly linked list. I had to identify and fix multiple small bugs while discussing my approach with the interviewer.
My approach:
Key insights: