Met them at a job fair, had an on-campus interview at my university, after completing that they gave me the offer for the internship. The interview involved coding in C and then answering some follow up questions about cases I may have missed. I was asked what my favorite class was and then asked a somewhat difficult question about that class.
Questions d'entretien [1]
Question 1
For both of the following questions, you were given the code for a node in the tree, which had data, parent, left, and right data fields. The interview was in C:
1. Given a root node of a binary search tree, find the smallest node in the tree.
2. Given a node in a binary search tree, find the next largest node in the tree.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Arista Networks (Burnaby, BC) en févr. 2026
Entretien
2 questions using C, one about debugging a program, one leetcode easy question. Debugging question was quite low level (about memory alignment etc), leetcode was a linked list. Asked about resume projects/experiences too.
J'ai postulé en ligne. J'ai passé un entretien chez Arista Networks (Dublin, Dublin) en nov. 2025
Entretien
First round was a Hackerrank coding problem set that consisted of solving one problem to do with string manipulation. The problem was timed (42 min time limit) and the solution was reviewed by someone at Arista Networks.
Questions d'entretien [1]
Question 1
How would you take a string containing random characters and manipulate it so that you output the string in blocks of 3 with only alphanumeric characters in it.
J'ai passé un entretien chez Arista Networks (Austin, TX)
Entretien
Interview started with a few questions about your resume/background and then went into technical questions from these fields. Majority of the interview was a coding technical with a find the bug problem and a leetcode medium.