Ga naar de inhoudGa naar de voettekst
  • Vacatures
  • Bedrijven
  • Salarissen
  • Voor werkgevers

      Geef je carrière een boost

      Ontdek hoeveel je kunt verdienen, vind droombanen en deel anoniem inzichten over werk en privé.

      employer cover photo
      employer logo
      employer logo

      NVIDIA

      Actieve werkgever

      Over
      Reviews
      Salaris en arbeidsvoorwaarden
      Vacatures
      Sollicitatiegesprekken
      Sollicitatiegesprekken
      Gerelateerde zoekopdrachten: Reviews voor NVIDIA | Vacatures bij NVIDIA | Salarissen bij NVIDIA | Arbeidsvoorwaarden bij NVIDIA
      Sollicitatiegesprekken van NVIDIASollicitatiegesprekken voor Sr. Software Engineer bij NVIDIASollicitatiegesprek bij NVIDIA


      Glassdoor

      • Over
      • Blog
      • Contact met ons opnemen

      Werkgevers

      • Gratis werkgeversaccount
      • Werkgeverscentrum
      • Werkgeversblog

      Informatie

      • Help
      • Gedragscode
      • Gebruiksvoorwaarden
      • Privacy en advertentiekeuzes
      • Verkoop of deel mijn persoonlijke gegevens niet
      • Hulpmiddel voor instemming met cookies

      Partnerships

      • Adverteerders
      De app downloaden

      • Bladeren op:
      • Bedrijven
      • Vacatures
      • Locaties

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" en logo zijn gedeponeerde handelsmerken van Glassdoor LLC.

      Gevolgde bedrijven

      Volg de bedrijven van je dromen om als eerste op de hoogte te zijn van vacatures en te profiteren van tips van insiders.

      Topbedrijven voor 'vergoeding en arbeidsvoorwaarden' bij jou in de buurt

      avatar
      DONE by NONE
      3.8★Vergoeding en arbeids­voorwaarden
      avatar
      SMART Technologies
      3.7★Vergoeding en arbeids­voorwaarden
      avatar
      Povio
      4.7★Vergoeding en arbeids­voorwaarden
      avatar
      GL Trade
      4.0★Vergoeding en arbeids­voorwaarden

      Vacatures

      Zoek naar vacatures om gepersonaliseerde vacature-aanbevelingen en -updates te krijgen.

      Sollicitatiegesprek voor de functie Sr. Software Engineer

      7 dec 2024
      Kandidaat voor anonieme sollicitatie
      Geen aanbod

      Overige sollicitatiereviews voor Sr. Software Engineer bij NVIDIA

      Sollicitatiegesprek voor de functie Senior Software Engineer

      28 mei 2026
      Kandidaat voor anonieme sollicitatie
      Tel Aviv
      Geen aanbod
      Positieve ervaring
      Moeilijk sollicitatiegesprek

      Sollicitatie

      Ik heb via een werknemersdoorverwijzing gesolliciteerd. Ik heb gesolliciteerd bij NVIDIA in dec 2024

      Sollicitatiegesprek

      Total of 5 round, 1 screening round consist of coding and OS question, 4 techs round consist of coding, OS, design, architecture, cultural fit. I was referred by a friend, each round was mix of coding and systems question and question were easy to medium category, for coding question they don't actually need you to write an executable code but rather more interested in your approach and thinking. They are also interested in how deep your knowledge is in fundamentals

      Sollicitatievragen [17]

      Vraag 1

      a[5] = [10,12,3,4,15] int* const exp1 = &a; int const* exp2 = &a; for ( int i=0; i<5; i++) { print("Value %d", *exp1++); print("Value %d", *exp2++); } what will be the output?
      2 antwoorden

      Vraag 2

      int main() { while(1) { char* m = malloc(100); if ( m == NULL ) { print ("Unable to allocate memory"); } } return 0; } what will this code print? when will it stop? which memory is allocated (Virtual or Physical) Memory hierarchy of OS? How malloc works Round 1 Q 2
      Vraag beantwoorden

      Vraag 3

      string m="aabababbaababab"; string n= "aab" Find the count of all sub string of n which are in m e.g. aab, aba, baa = 2 + 4 + 1 = 7
      1 Antwoord

      Vraag 4

      Given two unsigned 32-bit integer write a function to find average without using any extra space and return 32-bit unsigned int
      2 antwoorden

      Vraag 5

      Define a stack with normal operation such as push, pop, top and a new operation max which always return max element in stack
      1 Antwoord

      Vraag 6

      Given an 2D array assume that we are reading it element in row order and column order which would be better/faster
      1 Antwoord

      Vraag 7

      Define memory hierarchy in OS
      1 Antwoord

      Vraag 8

      Given a sorted array A = 1,2,3,4,5, the array can be rotated by k elements e.g. K=2 A=4,5,1,2,3 K=1 A=5,1,2,3,4 K=4 A=2,3,4,5,1 Give a O(log n) solution to find element X in array (The element will always be present in array)
      1 Antwoord

      Vraag 9

      Modified level order traversal, print element in ziz-zac order
      1 Antwoord

      Vraag 10

      Implement Stack using array Round 4 Q2
      1 Antwoord

      Vraag 11

      Lowest Common Ancestor in Binary Search Tree Round 4Q3
      Vraag beantwoorden

      Vraag 12

      Given an array A= {12,11,13,9,10,55,32,54} Find the largest array which contains all the consecutive element eg: {12,11,13,9,10} Round 5 Q1
      Vraag beantwoorden

      Vraag 13

      Discussion on Mutex and Semaphore Round 5 Q2
      Vraag beantwoorden

      Vraag 14

      Question on my previous work experience and debugging methods Round 5 Q3
      Vraag beantwoorden

      Vraag 15

      Discussion on Locks and Deadlocks Round 5 Q4
      Vraag beantwoorden

      Vraag 16

      Given a sequence S=0102030405...... Given 3 thread as follows 1. Thread 1 zero() : Will print zero 2. Thread 2: even(): Will print even numbers 2,4,6,8 3. Thread 3: odd(): Will print odd numbers 1,3,5,7 Design a synchronization mechanism so that we get the above sequence Round 5 Q5
      1 Antwoord

      Vraag 17

      Design a Stack class apart from push, pop, top and isEmpty, one more operation is allowed findMin which returns minimum element at any given time. Round 5 Q6
      Vraag beantwoorden
      16
      Neutrale ervaring
      Moeilijk sollicitatiegesprek

      Sollicitatie

      Ik heb gesolliciteerd bij NVIDIA (Tel Aviv)

      Sollicitatiegesprek

      They asked to talk about some projects I worked on and then also asked two leetcode questions. I answered both questions correctly, although the second one I answered more slowly and the code was not organized but the solution was correct.

      Sollicitatievragen [1]

      Vraag 1

      They asked to talk about some projects I worked on and then also asked two leetcode questions.
      Vraag beantwoorden

      Sollicitatiegesprek voor de functie Senior Software Engineer

      18 mei 2026
      Anonieme werknemer
      Aanbod geaccepteerd
      Positieve ervaring
      Eenvoudig sollicitatiegesprek

      Sollicitatie

      Ik heb gesolliciteerd bij NVIDIA

      Sollicitatiegesprek

      Initial interview First a brief self-introduction of the team Then they asked me to tell about a project I did Then they asked me if I had 5000 applications at the same time, how would I deal with it

      Sollicitatievragen [1]

      Vraag 1

      Tell me about a project you built at work. If it had 5000 concurrent requests, how would you make sure you didn't lose requests?
      Vraag beantwoorden

      Sollicitatiegesprek voor de functie Senior Software Engineer

      26 mrt 2026
      Kandidaat voor anonieme sollicitatie
      Geen aanbod
      Positieve ervaring
      Gemiddeld sollicitatiegesprek

      Sollicitatie

      Ik heb gesolliciteerd bij NVIDIA

      Sollicitatiegesprek

      60 minute technical interview as the first stage instead of a regular screening. Very effective, interviewer was quite professional. Would totally recommend applying, had it as my first big-tech interview

      Sollicitatievragen [1]

      Vraag 1

      Why do you want to work at Nvidia
      1 Antwoord