Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Arista Networks

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Arista Networks | Offres d’emploi chez Arista Networks | Salaires chez Arista Networks | Avantages sociaux chez Arista Networks
      Entretiens chez Arista NetworksEntretiens d’embauche pour Software Engineer chez Arista NetworksEntretien chez Arista Networks


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Indeed, Inc. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Indeed, Inc.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Engineer

      20 févr. 2016
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez Arista Networks en févr. 2016

      Entretien

      There were two rounds. I got rejected after the second. The first round was quite basic where they gauge your understanding of the C language. It starts off my some questions such as explain what malloc does. Then it goes into more detail like how would you malloc over a PCI-e. Then there were some terms and they ask you if you know what it means and explain them. Terms such as traceroute, ifconfig, ping, wireshark, ip, etc. You might also be asked some other basic questions around unix such as what does fork do, what would kill -11 do, what does select do, what will happen if I type this and so on. After this they moved to some code. The first of this was involving two strings inside the main function. Something like this: int main( int argc, char* argv[] ){ char* string1 = "string"; char string2[] = "string"; } Then you'll be asked to modify a certain position in each string, say index 1. You might get thrown off by string1 since it's a string literal and therefore is read-only. You can't modify it. String2 will work fine in this case. After this I was asked to write a palindrome function in C. This should be easy. I was also asked to write a Python script that reads in a file containing numbers separated by spaces on multiple lines. Treat the first number in each line as column1 and so on. I was asked to add all the numbers in column3. This should be easy again. Make sure you can easily write code in a command line editor such as Vi or Emacs. Also make sure you know how to compile C code and run python script from the terminal. You should also have the basic knowledge of how to debug a file using GDB on the command line in case you get a segfault. The second round was more thorough: I was asked first to write up a stack API that a client would use. The client should be given the freewill to add any type of data that he/she wants. For example, they can push 1byte of data at a time or 1MB of data. The interviewer gave me three requirements that had to be fulfilled. I don't quite remember these off the top of my head. As you design your API you will be asked to demonstrate how the push and pop will be coded. Also, be open to changing your design as the interviewer will thrown in more conditions. I felt for this part you should be aware of size_t, and void *. These came in handy when writing the function signature. The second hour of this interview was to compare to version strings. Here's how the docstring of the function looked like: /* vercmp compares two software version strings and returns the following: if v1 > v2 : return 1 if v1 == v2 : return 0 if v1 < v2 : return -1 input strings are in the form "1.0.3", "2.10", "6.0.0.3", etc... "1.0" is considered bigger than "1" */ int vercmp( char * v1, char * v2 ) { } I think the only way to do this is to keep track of the periods in each string and compare the corresponding numbers.

      Questions d'entretien [1]

      Question 1

      Compare two version strings. Design a stack API. Write palindrome function.
      Répondre à cette question
      29

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez Arista Networks

      Entretien pour Software Engineer

      24 juin 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Arista Networks en juin 2026

      Entretien

      Pros: Great initial approach – the recruiter thoroughly checked my GitHub profile and projects before the interview, which is very uncommon and shows they do their homework. Cons: A major mismatch between the job description ("Software Engineer C++") and the actual interview reality. The technical stage on CoderPad strictly tests bare-metal C98 skills: raw pointers, manual bitwise operations, and packing bytes into 64-bit integers. If you are accustomed to modern C++ (RAII, templates, safe memory management), this will feel like a massive step backward. Additionally, the time expectations for live low-level bit-shifting were unrealistic, to the point where the interviewer started solving the task themselves. Interview was kind and not stressful, just minor mismatch of naming

      Questions d'entretien [2]

      Question 1

      About my personal github project
      Répondre à cette question

      Question 2

      A deep, low-level bit manipulation question.
      1 réponse

      Entretien pour Software Developer

      8 mai 2026
      Candidat à l'entretien anonyme
      Vancouver, BC
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Arista Networks (Vancouver, BC)

      Entretien

      Pretty good, not too complicated, was comfortable. Mostly LC questions, and was easy enough that you should be able to do it after doing NC150. good luck for the interview!

      Entretien pour Software Engineer

      5 mai 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Arista Networks

      Entretien

      Starts with online test, then three rounds of technical interviews follow. Not a lot of discussion, just go straight to the technical challenges which have to be solved in time