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

      NVIDIA

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur NVIDIA | Offres d’emploi chez NVIDIA | Salaires chez NVIDIA | Avantages sociaux chez NVIDIA
      Entretiens chez NVIDIAEntretiens d’embauche pour Systems Software Engineer chez NVIDIAEntretien chez NVIDIA


      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
      Intel Corporation
      3.7★Rémunération et avantages
      avatar
      YES
      3.9★Rémunération et avantages
      avatar
      Lenovo
      3.8★Rémunération et avantages
      avatar
      Moody's
      3.7★Rémunération et avantages

      Entretien pour Systems Software Engineer

      30 nov. 2018
      Candidat à l'entretien anonyme
      Santa Clara, CA
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez NVIDIA (Santa Clara, CA) en nov. 2018

      Entretien

      Applied through a reference. Spoke to a recruiter who asked to describe the experience on my resume. Resume was then posted to the NVIDIA job board, after which multiple people from different teams contacted me. Had a technical phone screen where I was asked much more in depth questions about my experience, followed by technical phone interview. After which they flew me to Santa Clara site, and went through a series of 6 interviews.

      Questions d'entretien [3]

      Question 1

      If we have a string : "abc ef 12 g", write a function that takes the pointer to the string reorganizes the string to be: "g 12 ef abc". Note that there are 3 spaces after abc, 2 spaces after ef, and 1 space after 12 in the original string, but the spaces are reversed. So in essence, write a function to reverse a string and then put the words between the spaces back in order. And the string length can be known or not.
      3 réponse(s)

      Question 2

      write a function where if you are given the pointer to the head of a linked list, return the pointer of the middle node. And modify the program to check if the linked list loops back into itself.
      1 réponse

      Question 3

      write a function to check if an unsigned integer is a power of 2. if it is a power of 2, return the power. otherwise return 0.
      3 réponse(s)
      16