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

      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

      Mobileye

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Mobileye | Empleos en Mobileye | Sueldos en Mobileye | Prestaciones en Mobileye
      Entrevistas en MobileyeEntrevistas para el cargo de C++ Developer en MobileyeEntrevista en Mobileye


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      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 desde adentro.

      Búsquedas de empleo

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

      Entrevista para C++ Developer

      3 mar 2023
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa

      Otras evaluaciones sobre las entrevistas para el cargo de C++ Developer en Mobileye

      Entrevista para C++ Software Developer

      31 dic 2024
      Empleado anónimo
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Entrevista promedio

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Mobileye

      Entrevista

      I have arrived 20 minutes perior to the scheduled time. Went to the office floor as instructed and all I found was an empty floor with keycard entry only. no option to talk with someone to let me in. the recruiter also was not available over the phone. So I found my self standing there, with no toilet access, for about 30 minutes (10 minutes into the interview time). I was then finally been able to reach the recruiter HR phone and she sent the interviewers to open the door for me. in the interview itself, they explained about the company in general, and regarding the job itself. afterwards, they wanted to hear my background and knowledge.

      Preguntas de entrevista [1]

      Pregunta 1

      Implement a queue to send and receiving is possible while being thread safe.
      1 respuesta

      Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Mobileye en nov 2024

      Entrevista

      I got a paper containing code of a c function. The interviewers left the room for 5-10 minutes so I can study the code, then returned and asked questions about the code.

      Preguntas de entrevista [1]

      Pregunta 1

      1) What does the following code do? 2) What changes would you make to improve the code (not regarding performance)? void func(int array[ARRAY_SIZE]) { int p = 0; for (int r = 0; r < 4; r++) { for (int i = p; i < ARRAY_SIZE; i++) { if (array[i] % 5 == r) { if (i != p) { int temp = array[p]; array[p] = array[i]; array[i] = temp; } p++; } } } }
      1 respuesta
      2