Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Arista Networks

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Arista Networks | Ofertas de empleos en Arista Networks | Sueldos en Arista Networks | Beneficios en Arista Networks
      Entrevistas de Arista NetworksEntrevistas para el puesto de Kernel Developer en Arista NetworksEntrevista de Arista Networks


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      SAP
      3.9★Remuneración y beneficios
      avatar
      BMW Group
      4.0★Remuneración y beneficios
      avatar
      Workday
      3.8★Remuneración y beneficios
      avatar
      Forcepoint
      4.2★Remuneración y beneficios

      Entrevista de Kernel Developer

      28 mar 2017
      Candidato de entrevista anónimo
      Burnaby, BC
      Sin oferta
      Experiencia positiva
      Entrevista normal

      Solicitud

      Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 4 semanas. Acudí a una entrevista en Arista Networks (Burnaby, BC)

      Entrevista

      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...

      Preguntas de entrevista [3]

      Pregunta 1

      Why do we need to use "./executable_name" to invoke a program? Why don't we just add "./" in the $PATH
      Responder pregunta

      Pregunta 2

      Design a Stack API
      Responder pregunta

      Pregunta 3

      Find missing number in an array
      Responder pregunta
      1