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

      Mobileye

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Mobileye | Offres d’emploi chez Mobileye | Salaires chez Mobileye | Avantages sociaux chez Mobileye
      Entretiens chez MobileyeEntretiens d’embauche pour C++ Software Developer chez MobileyeEntretien chez Mobileye


      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
      Apple
      4.2★Rémunération et avantages
      avatar
      Honeywell
      4.0★Rémunération et avantages
      avatar
      DONE by NONE
      3.8★Rémunération et avantages
      avatar
      Intel Corporation
      3.7★Rémunération et avantages

      Entretien pour C++ Software Developer

      31 déc. 2024
      Employé (anonyme)
      Offre acceptée
      Expérience positive

      Autres retours d’entretien d’embauche pour un poste comme C++ Software Developer chez Mobileye

      Entretien pour C++ Developer

      3 mars 2023
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien moyen
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Mobileye en nov. 2024

      Entretien

      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.

      Questions d'entretien [1]

      Question 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 réponse
      2

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Mobileye

      Entretien

      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.

      Questions d'entretien [1]

      Question 1

      Implement a queue to send and receiving is possible while being thread safe.
      1 réponse