Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      NVIDIA

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa NVIDIA | Vagas da empresa NVIDIA | Salários da empresa NVIDIA | Benefícios da empresa NVIDIA
      Entrevistas da empresa NVIDIAEntrevistas do cargo de Sr. Software Engineer da empresa NVIDIAEntrevista da empresa NVIDIA


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Entrevista para Sr. Software Engineer

      7 de dez. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por indicação de um funcionário. Fui entrevistado pela NVIDIA em dez. de 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

      Perguntas de entrevista [17]

      Pergunta 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 respostas

      Pergunta 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 à pergunta

      Pergunta 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 resposta

      Pergunta 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 respostas

      Pergunta 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 resposta

      Pergunta 6

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

      Pergunta 7

      Define memory hierarchy in OS
      1 resposta

      Pergunta 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 resposta

      Pergunta 9

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

      Pergunta 10

      Implement Stack using array Round 4 Q2
      1 resposta

      Pergunta 11

      Lowest Common Ancestor in Binary Search Tree Round 4Q3
      Responder à pergunta

      Pergunta 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 à pergunta

      Pergunta 13

      Discussion on Mutex and Semaphore Round 5 Q2
      Responder à pergunta

      Pergunta 14

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

      Pergunta 15

      Discussion on Locks and Deadlocks Round 5 Q4
      Responder à pergunta

      Pergunta 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 resposta

      Pergunta 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 à pergunta
      16

      Outras avaliações de entrevista de vagas de Sr. Software Engineer da empresa NVIDIA

      Entrevista para Senior Software Engineer

      28 de mai. de 2026
      Candidato(a) sigiloso(a) à entrevista
      Tel Aviv
      Nenhuma oferta
      Experiência neutra
      Entrevista difícil

      Candidatura

      Fiz uma entrevista na empresa 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.

      Perguntas de entrevista [1]

      Pergunta 1

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

      Entrevista para Senior Software Engineer

      18 de mai. de 2026
      Funcionário(a) sigiloso(a)
      Oferta aceita
      Experiência positiva
      Entrevista fácil

      Candidatura

      Fiz uma entrevista na empresa 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

      Perguntas de entrevista [1]

      Pergunta 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 à pergunta

      Entrevista para Senior Software Engineer

      26 de mar. de 2026
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa 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

      Perguntas de entrevista [1]

      Pergunta 1

      Why do you want to work at Nvidia
      1 resposta

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      DONE by NONE
      3.8★Remuneração e benefícios
      avatar
      Fortinet
      3.6★Remuneração e benefícios
      avatar
      Kaspersky
      4.1★Remuneração e benefícios
      avatar
      CCC Intelligent Solutions
      3.6★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.