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 Multimedia 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
      Lenovo
      3.8★Rémunération et avantages
      avatar
      Falabella
      3.6★Rémunération et avantages
      avatar
      Marvell Technology
      4.0★Rémunération et avantages

      Entretien pour Multimedia Software Engineer

      20 mai 2017
      Candidat à l'entretien anonyme
      Bengaluru

      Autres retours d’entretien d’embauche pour un poste comme Multimedia Software Engineer chez NVIDIA

      Entretien pour Multimedia Software Engineer

      28 avr. 2016
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien facile
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez NVIDIA (Bengaluru) en mai 2017

      Entretien

      Interview process was very brief. The first round was a telephonic interview wherein the interviewer described the profile I was applying for and whether it would be a good fit to my profile. Towards the end of the telephonic round, I was asked a few questions on Computer Architecture, Operating Systems and Color Quantization and Bit Level C Programming. The second round was a face to face interview at the NVIDIA Bangalore office. They grilled me on my project work along with questions on what I did, how I could improve it. Basically, they just wanted to check if my project work was legitimate. They also checked my understanding of the extreme basics of C and computer architecture. It was a panel of 3 interviewers, I feel that the panel could have tried to make me more comfortable, I was getting pretty nervous in there after starting out strongly, and they want you to be confident about your answers. They asked repeatedly asked me if "I was sure" about each answer I gave, towards the end I started doubting my answers even though they were right.

      Questions d'entretien [5]

      Question 1

      Explain about the TLB and how the basic idea of virtual address to physical address translation.
      Répondre à cette question

      Question 2

      How to toggle a specific bit in a 32 bit integer (bit level logic)?
      1 réponse

      Question 3

      How do you find the minimum of 2 integers without using branching or comparing instructions in C?
      Répondre à cette question

      Question 4

      What is color quantization?
      Répondre à cette question

      Question 5

      Where is the TLB located and who handles page faults, hardware or software?
      Répondre à cette question
      3

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez NVIDIA en avr. 2016

      Entretien

      I got a call from the recruiter for the position of multimedia software engineer. I had interned at Nvidia over the Summer and I knew it was a great team. They required someone with embedded programming knowledge and considerable experience with audio/video technologies, my background was unfortunately not a strong match. My interviewer was polite but she didn't guide me through what she was looking for. She just let me answer and moved ahead. Most of my answers were correct and I felt that had she told me what she expected from me, I would have answered accordingly.

      Questions d'entretien [4]

      Question 1

      Write the ‘standard’ C macro. Clear bit i of an integer x
      1 réponse

      Question 2

      Sensor digital gain register is format 4.7 xxxx.yyyyyyy Write a C macro to convert the register value to float value
      Répondre à cette question

      Question 3

      Write your c function copy string
      Répondre à cette question

      Question 4

      What is the problem with the following code. __interrupt double compute_area(double radius) { { double area = PI * radius * radius; printf(“\nArea = %f”, area); return area; }
      2 réponse(s)
      1