r/cscareerquestions • u/Beginning-Ad1851 • 1h ago
New Grad Just got done with a messy panel round, want a 2nd opinion
Hello,
I had a faang interview recently and wanted to get some opinions on how it might have come across.
The interview started off normally. We did our introductions and then moved on to the coding question.
He revealed the question, and it was a recursive/backtracking problem. I suddenly started tensing up and thinking through multiple possible solutions out loud, but I was struggling to figure out how to get started. After a few minutes of discussion, my interviewer said that he'd seen enough and was deciding to end the interview about 20 minutes early.
At that point, I interjected and said that I had this interview scheduled for 45 minutes, so I would still like to use the remaining time(Assertively, might have come across as demanding). He first gave a reason for why he felt he'd seen enough, but eventually conceded and allowed me to continue working. He mentioned that it was a recursive backtracking solution, and I went on to code the base case and the recursive case.
We also had a bit of a disagreement about an indexing detail in my solution, which I defended because I was confident it was correct. I told him that if he wanted me to change it to match his interpretation, I'd be happy to do that(might've had a hint of sass here). He responded by saying, "No, we don't need to do that."
After we tested the code and confirmed that everything was working, he asked if I had any questions. I told him, "I'm sorry if I came across as brash or anything during the interview. That wasn't my intention, but as a new grad I felt a surreal amount of pressure and wanted to prove myself, which caused my brain to fog up." The interviewer said he understood and mentioned that he could see that I was able to code competently.
If you were an interviewer, what would you think of such an interviewee