J'ai postulé via la recommandation d'un employé. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Arista Networks (Santa Clara, CA) en août 2013
Entretien
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.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Arista Networks (Bengaluru)
Entretien
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.
J'ai postulé via la recommandation d'un employé. Le processus a pris 1 semaine. J'ai passé un entretien chez Arista Networks (Los Angeles, CA) en oct. 2021
Entretien
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).
Questions d'entretien [1]
Question 1
Find missing number and the running time of the two functions