Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      NVIDIA

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de NVIDIA | Empleos en NVIDIA | Sueldos en NVIDIA | Prestaciones en NVIDIA
      Entrevistas en NVIDIAEntrevistas para el cargo de Sr. Software Engineer en NVIDIAEntrevista en NVIDIA


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para Sr. Software Engineer

      7 dic 2024
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en NVIDIA en dic 2024

      Entrevista

      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

      Preguntas de entrevista [17]

      Pregunta 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 respuestas

      Pregunta 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
      Responder pregunta

      Pregunta 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 respuesta

      Pregunta 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 respuestas

      Pregunta 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 respuesta

      Pregunta 6

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

      Pregunta 7

      Define memory hierarchy in OS
      1 respuesta

      Pregunta 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 respuesta

      Pregunta 9

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

      Pregunta 10

      Implement Stack using array Round 4 Q2
      1 respuesta

      Pregunta 11

      Lowest Common Ancestor in Binary Search Tree Round 4Q3
      Responder pregunta

      Pregunta 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
      Responder pregunta

      Pregunta 13

      Discussion on Mutex and Semaphore Round 5 Q2
      Responder pregunta

      Pregunta 14

      Question on my previous work experience and debugging methods Round 5 Q3
      Responder pregunta

      Pregunta 15

      Discussion on Locks and Deadlocks Round 5 Q4
      Responder pregunta

      Pregunta 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 respuesta

      Pregunta 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
      Responder pregunta
      16

      Otras evaluaciones sobre las entrevistas para el cargo de Sr. Software Engineer en NVIDIA

      Entrevista para Senior Software Engineer

      28 may 2026
      Candidato de entrevista anónimo
      Tel Aviv
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Acudí a una entrevista en NVIDIA (Tel Aviv)

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 1

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

      Entrevista para Senior Software Engineer

      18 may 2026
      Empleado anónimo
      Oferta aceptada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en NVIDIA

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 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?
      Responder pregunta

      Entrevista para Senior Software Engineer

      26 mar 2026
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en NVIDIA

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 1

      Why do you want to work at Nvidia
      1 respuesta