Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      NVIDIA

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su NVIDIA | Offerte di lavoro di NVIDIA | Stipendi di NVIDIA | Benefit di NVIDIA
      Colloqui di NVIDIAColloqui per Sr. Software Engineer presso NVIDIAColloquio di NVIDIA


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Sr. Software Engineer

      7 dic 2024
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso NVIDIA nel mese di dic 2024

      Colloquio

      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

      Domande di colloquio [17]

      Domanda 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 risposte

      Domanda 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
      Rispondi alla domanda

      Domanda 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 risposta

      Domanda 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 risposte

      Domanda 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 risposta

      Domanda 6

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

      Domanda 7

      Define memory hierarchy in OS
      1 risposta

      Domanda 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 risposta

      Domanda 9

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

      Domanda 10

      Implement Stack using array Round 4 Q2
      1 risposta

      Domanda 11

      Lowest Common Ancestor in Binary Search Tree Round 4Q3
      Rispondi alla domanda

      Domanda 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
      Rispondi alla domanda

      Domanda 13

      Discussion on Mutex and Semaphore Round 5 Q2
      Rispondi alla domanda

      Domanda 14

      Question on my previous work experience and debugging methods Round 5 Q3
      Rispondi alla domanda

      Domanda 15

      Discussion on Locks and Deadlocks Round 5 Q4
      Rispondi alla domanda

      Domanda 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 risposta

      Domanda 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
      Rispondi alla domanda
      16

      Altre recensioni di colloqui per Sr. Software Engineer presso NVIDIA

      Colloquio per Senior Software Engineer

      28 mag 2026
      Candidato anonimo a colloquio
      Tel Aviv
      Nessuna offerta
      Esperienza neutra
      Colloquio difficile

      Candidatura

      Ho sostenuto un colloquio presso NVIDIA (Tel Aviv)

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      They asked to talk about some projects I worked on and then also asked two leetcode questions.
      Rispondi alla domanda

      Colloquio per Senior Software Engineer

      18 mag 2026
      Dipendente anonimo
      Offerta accettata
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho sostenuto un colloquio presso NVIDIA

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 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?
      Rispondi alla domanda

      Colloquio per Senior Software Engineer

      26 mar 2026
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso NVIDIA

      Colloquio

      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

      Domande di colloquio [1]

      Domanda 1

      Why do you want to work at Nvidia
      1 risposta

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      DONE by NONE
      3.8★Stipendio e benefit
      avatar
      Digital Natives
      4.4★Stipendio e benefit