I contacted a recruiter by email and I got a call for a phone interview within a few days. During the phone interview, the interviewer made me do SSH into their system. He asked me a question on removing nodes in a linked list having a particular integer data value.
He had some code ready and I had to write the code for the function RemoveNode and compile and run it. I messed it up with some logical errors which led to Segmentation Fault. The interviewer wasn't helpful and would sometimes not respond at all when asked something by me.
Then he asked a vague question about how will you debug the code when a customer may complain about the system not working. I gave some answer but then he decided to end the interview. He said I need more practice and would like if I reapply when I am ready. So in short it was a reject at the end of the call itself.
Interview questions [1]
Question 1
Remove nodes in a linked list having a particular integer data value.
Pretty good, not too complicated, was comfortable. Mostly LC questions, and was easy enough that you should be able to do it after doing NC150. good luck for the interview!
Starts with online test, then three rounds of technical interviews follow.
Not a lot of discussion, just go straight to the technical challenges which have to be solved in time
I interviewed at Arista Networks (Warsaw, Masovia)
Interview
By now I have had only first interview, that was focused on pure DSA. Despite that I would already recommend checking out gdb, cause it came in handy in my case.