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.
Perguntas de entrevista [1]
Pergunta 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.
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Arista Networks (Burnaby, BC) em fev. de 2026
Entrevista
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.
Candidatei-me online. Fui entrevistado pela Arista Networks (Dublin, Dublin) em nov. de 2025
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.
Fiz uma entrevista na empresa Arista Networks (Austin, TX).
Entrevista
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.