I applied through an employee referral. The process took 1+ week. I interviewed at Arista Networks (Santa Clara, CA) in Aug 2013
Interview
Applied through a reference and got a call pretty quickly. The first round was a programming interview to find a missing element in a contiguous array using binary search. This went fine and was called for a second round.
The first question during the second round was to write a program to solve Sudoku. This was surprising and seemed like a question from Google interviews. I had an hour to write and solved most of it using iterative programming but I guess the interviewer was expecting a recursive solution. Made it to the second person anyways. The second interviewer came in with a laptop and asked me to execute a bunch of small and trivial programs and was asking very detailed questions about computer architecture and OS like why arguments are pushed only from right to left on a function call and why program always gets loaded at a specific address instead of 0. These questions were a bit tricky and I think I fumbled a little bit in answering these.
At the end of the interview they let me know the decision right there that they wanted to pass. I was happy that the decision was immediate and no prolonged waits.
I applied through college or university. I interviewed at Arista Networks (Bengaluru)
Interview
it was of 2 rounds.
1st - questions on lined list and hashing - a total of 4 questions were ased to me
2nd - on pointers and bacground... mostly theyll tae CSE bacground students only
There was 3 three technical round and one hr round . The focus in tech round was on programming basics and os plus networking.Interviewers supported a lot, just relax. Very elated to be a part of the process.
I applied through an employee referral. The process took 1 week. I interviewed at Arista Networks (Los Angeles, CA) in Oct 2021
Interview
SSH to the company server to edit with vim, compile with GCC or g++, debug with GDB. Sensory coding problems are those.
Find missing number and the running time of the two functions (both counting the number of 1s in a binary number).
Interview questions [1]
Question 1
Find missing number and the running time of the two functions