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 Video Software 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.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Intel Corporation
      3.7★Remuneración y prestaciones
      avatar
      Apple
      4.2★Remuneración y prestaciones
      avatar
      Qualcomm
      4.0★Remuneración y prestaciones
      avatar
      HP Inc.
      3.5★Remuneración y prestaciones

      Entrevista para Video Software

      31 de ene de 2016
      Candidato de entrevista anónimo
      Santa Clara, CA
      Sin ofertas
      Experiencia neutra
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en NVIDIA (Santa Clara, CA) en ene 2016

      Entrevista

      Applied online on the website. Got a call from a staffing coordinator within a day, who set up an interview for me. 2 rounds of interviews were held, both over phone, 40 mins each. Questions were mainly related to basic C++ syntax and bit manipulation problems. Most of the questions were repeated multiple times on Glassdoor reviews for NVIDIA. Thought I did well in both of them. But was rejected unexpectedly.

      Preguntas de entrevista [5]

      Pregunta 1

      Write C macro with 2 inputs n, data (integer) - output: set the nth bit of data to 1 Write your own C function to do string copy
      Responder pregunta

      Pregunta 2

      Output of this function: void foo(void) { unsigned int a = 6; int b = -20; (a+b > 6) ? puts(“> 6”) : puts(“<= 6”); }
      1 respuesta

      Pregunta 3

      what’s wrong with this ISR function? __interrupt double compute_area(double radius) { { double area = PI * radius * radius; printf(“\nArea = %f”, area); return area; }
      1 respuesta

      Pregunta 4

      Using the variable a, write down definitions for the following: (a) An integer (b) A pointer to an integer (c) A pointer to a pointer to an integer (d) An array of ten integers (e) An array of ten pointers to integers (f) A pointer to an array of ten integers (g) A pointer to a function that takes an integer as an argument and returns an integer (h) An array of ten pointers to functions that take an integer argument and return an integer
      Responder pregunta

      Pregunta 5

      Given a 16 bit input (d3 d2 d1 d0 as the 4 nibbles), write a function which gives an output d2 d3 d0 d1
      Responder pregunta
      1