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 Kernel Developer 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. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      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.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      SAP
      3.9★Rémunération et avantages
      avatar
      Capgemini
      3.7★Rémunération et avantages
      avatar
      Salesforce
      4.4★Rémunération et avantages
      avatar
      Thomson Reuters
      3.8★Rémunération et avantages

      Entretien pour Kernel Developer

      28 mars 2017
      Candidat à l'entretien anonyme
      Burnaby, BC
      Aucune offre
      Expérience positive
      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 (Burnaby, BC)

      Entretien

      In the first round, the interviewer asked some technical questions about the environment in which the coding is done. Then a warm up coding question was asked. The questions are pretty much covered in Glassdoor. In the second round, I was asked to design a stack API. I asked a lot of questions regarding how the stack should behave, but I guess I failed to ask the key point... I designed a stack API using a linked list. That way the information would be hidden inside a struct. But I guess that wasn't enough... The interviewer hinted me "what if the user only push one byte of data every time? Don't you think it will be a waste of space?" I then came up with another linked list with only one "next pointer" in it (no pointer to the data), which saves space, I still failed. The reason I used a struct is that I wanted to hide the data from direct manipulation, but I guess what they really wanted was a stack using one single pointer and an offset... So please ask the interviewer in detail if information hiding is a concern or not...

      Questions d'entretien [3]

      Question 1

      Why do we need to use "./executable_name" to invoke a program? Why don't we just add "./" in the $PATH
      Répondre à cette question

      Question 2

      Design a Stack API
      Répondre à cette question

      Question 3

      Find missing number in an array
      Répondre à cette question
      1