I applied through university. I interviewed at Arista Networks (Trichy) in Aug 2016
Interview
Total 3 rounds
1. Online Test
2. Personal Interview
3. Telephonic Interview
online is 90mins long and 4 questions are asked.
Personal interview is around 2hrs long.
telephonic round is around 20-30mins long.
no questions from dp are asked. If you are good at C, C++ and data structures you can easily crack the interview.
Interview questions [1]
Question 1
Implement queue using two stacks.
Implement stack with push(), pop(), getMin() [ each in O(1) time].
How do you implement linux file system?, what data structures do you use?, write code to create file, folder and delete file, folder and search for a file, folder.
How do you think the android contacts search is implemented? what data structure do you use?
some questions on trees.
syntax of printf function in c.
How does free() function in c knows the amount of memory it needs to deallocate?
no questions from dp are asked. If you are good at C, C++ and data structures you can easily crack the interview.
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.