I applied through university. The process took 3 weeks. I interviewed at Arista Networks (Dublin, Dublin) in Oct 2019
Interview
I started with an online coding question on hackerrank, then got called for an onsite interview. Got asked about string palindrome, reversing a string, and find the missing number in a sequence.
Interview questions [1]
Question 1
In the find the missing number in a continues sequence, I started with an O(n) approach, later the interviewer asked if it could be optimized which I did by applying the binary search logic.
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.