J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Arista Networks en juil. 2011
Entretien
Response was prompt.
There was an initial 40-minute technical screening interview, followed by a longer interview a few days later.
Initial screening consisted of C programming questions. Revise your knowledge of binary search trees and linked lists. Practice writing recursive functions. The interviewer helps you move forward, but keeps probing.
The surprise was that the second interview was also mostly C coding and program design - on the whiteboard, as well as on the laptop.
Basics of memory management, OS, stacks, but again, the interviewer is looking for deep understanding.
They are looking more for good software engineering skills, less for specific networking knowledge.
If you've done a lot of C/C++ programming, do apply.
It seems like a good work environment for engineers.
Questions d'entretien [1]
Question 1
What's pushed on the stack when a function with variable number of args is called?
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Arista Networks (Boulder, CO) en oct. 2016
Entretien
I was called by the interviewer at the time I signed up for via Google Calendar. I was asked to connect to a remote server of theirs via SSH. On the server was a C file and a header file and the question was defined in these files. I was allowed time to read the question and look through the files and given one hour in total to do so and complete the problem.
Questions d'entretien [1]
Question 1
Given a singly-linked list with duplicate integer key values, write a function that, given the head of the list and an integer value, delete all nodes with the given key.
J'ai postulé via un recruteur. Le processus a pris 3 jours. J'ai passé un entretien chez Arista Networks (San Diego, CA) en févr. 2016
Entretien
One hour long on-campus interview after talking to a recruiter at a job fair. Not terribly hard, interviewer was willing to help when I got stuck. The interview is entirely technical, so don't bother practicing your answers to non-technical coding and CS-theory questions.
Questions d'entretien [1]
Question 1
Write a function in C that compares version number strings. I.e: '1.1.2.1'.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Arista Networks
Entretien
Spoke to campus recruiter, handed him my resume and got contacted within the next 3 days to schedule an interview. Was interviewed in person, 45-minute session. Asked 3-5 technical questions which took about 30-35 minutes (no brain-teaser type questions) and then last 15 minutes were spent asking about previous experience, things listed on my resume, and why I would want to work for Arista.
Questions d'entretien [3]
Question 1
Here is an implementation of a BST. Write a function in C to find the minimum node of the tree.
A question about what the main function in C does and why it is important to know the difference between char, char pointer, char array, and a pointer to char pointer.