Candidatei-me por meio de recrutador(a). O processo levou 4 semanas. Fui entrevistado pela Arista Networks (Vancouver, BC) em ago. de 2016
Entrevista
Applied online. Phone interview.
Access given to remote machine using SSH.
Interviewer has questions prepared and files prepared that you have to go through and compile.
You can use VI, Emacs or Nano. Basics of these editors are fine.
Interview focused on C even it was suggested C++ questions might be asked.
Perguntas de entrevista [1]
Pergunta 1
Search online for standard questions asked by Arista.
Question 1: Space required for int, float, double etc...use sizeof(...)
Question 2: Total space taken up by a struct...Memory alignment causes space to be in multiples of bytes.
Question 3: Remove all nodes from a singly linked list that have a certain number. Use GDB for debugging.
Question 4: Anagram/Palindrome (don't remember)