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

      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

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre NVIDIA | Ofertas de empleos en NVIDIA | Sueldos en NVIDIA | Beneficios en NVIDIA
      Entrevistas de NVIDIAEntrevistas para el puesto de Video Software en NVIDIAEntrevista de NVIDIA


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Honeywell
      4.0★Remuneración y beneficios
      avatar
      Apple
      4.2★Remuneración y beneficios
      avatar
      DONE by NONE
      3.8★Remuneración y beneficios
      avatar
      HubSpot
      3.6★Remuneración y beneficios

      Entrevista de Video Software

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

      Solicitud

      Envié una solicitud electrónica. El proceso duró 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