Upload Button Icon Add office photos

Nvidia

Compare button icon Compare button icon Compare

Filter interviews by

Nvidia Software Engineer Interview Questions and Answers

Updated 24 Dec 2024

Nvidia Software Engineer Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Os , CPP , bit manipulation
Round 2 - One-on-one 

(1 Question)

  • Q1. Os , threads,cpp, python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 Coding Questions and approx 20 MCQs where there in the Online Assisment

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview Round and HR Round where conducted in the same meet, 2 panel were there. They asked me a Linked List Question given two numbers represtend by two linked list of size n and m respectivel...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare standard DSA questions and you should know the basics of you core subjects like oops, networks, os and DBMS. Also, go through some of the products of NVIDIA and it's work.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at KK Wagh Instiute of Engineering Education and Research, Pune and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Questions of medium difficulty were posed.

Round 2 - Technical 

(3 Questions)

  • Q1. OS, DSA, COA related questions
  • Q2. Coding questions to solve
  • Q3. Array, linkedlist questions
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions
Round 4 - HR 

(1 Question)

  • Q1. Final discussion

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

The interviewer asked to tell me about myself and then asked some questions to solve like some questions on Lists, Strings and Numbers like comparing 2 strings, performing some operations on lists etc.

  • Q1. 

    Check Word Presence in String

    Given a string S and a list wordList containing N distinct words, determine if each word in wordList is present in S. Return a boolean array where the value at index 'i' indi...

Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPANVIDIA interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Python Programming, SQL.Time required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare basics of Programming like Lists and Strings.
Tip 2 : Algorithms for sorting and searching are very important for Coding interviews.

Application resume tips for other job seekers

Tip 1 : Projects are a must on resume.
Tip 2 : Keep the resume simple but answer every question on resume very well.

Final outcome of the interviewSelected

Nvidia interview questions for designations

 System Software Engineer

 (2)

 Software QA Engineer

 (2)

 Software Engineer Trainee

 (1)

 Senior Software Engineer

 (1)

 Senior System Software Engineer

 (1)

 Software Developer

 (3)

 Software Engineer2

 (1)

 Associate Software Developer

 (1)

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - All my friend's friends are you doing well come

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very good but easy
easy question long question

Round 2 - Technical 

(2 Questions)

  • Q1. Java codingg on sql programming
  • Q2. Colection framework java concept
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Trie based question
  • Q2. Design LRU cache
  • Ans. 

    Design a data structure for LRU cache with get and put operations, evicting least recently used item when capacity is reached.

    • Implement a doubly linked list to keep track of the order of keys based on their usage

    • Use a hashmap to store key-value pairs for quick access

    • Update the order of keys in the linked list when a key is accessed or inserted

    • Evict the least recently used item when the cache reaches its capacity

  • Answered by AI
Round 2 - System Design 

(2 Questions)

  • Q1. Unique ID generator
  • Q2. Project related questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Operating systems, DBMS
  • Q2. Few question on projects from my previous company

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker rank, 3 questions with 1 hour duration

Round 2 - Technical 

(2 Questions)

  • Q1. Stack parenthesis matching
  • Q2. Linked List reversal
Round 3 - Behavioral 

(3 Questions)

  • Q1. Operating System basics
  • Q2. Behavorial questions
  • Q3. Networking Basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Difficult online round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Arrays from neetcode
  • Ans. 

    Arrays are a collection of strings in programming used to store multiple values under a single variable name.

    • Arrays are declared using square brackets []

    • Each element in an array is accessed by its index, starting from 0

    • Example: var fruits = ['apple', 'banana', 'orange']

  • Answered by AI
  • Q2. Linked list from neetcode
Round 3 - One-on-one 

(2 Questions)

  • Q1. Trees in neet code
  • Ans. 

    Trees in neet code refer to the implementation of tree data structures in coding challenges on the platform NeetCode.

    • Trees are a common data structure used in coding challenges to represent hierarchical relationships between data.

    • Common tree operations include traversal (inorder, preorder, postorder), insertion, deletion, and searching.

    • Examples of tree-related coding challenges on NeetCode include implementing a binary...

  • Answered by AI
  • Q2. Trees in leet code
  • Ans. 

    Trees in leetcode are a common topic for coding interviews, involving various tree traversal and manipulation techniques.

    • Understand different tree traversal methods like inorder, preorder, and postorder.

    • Learn about common tree algorithms like finding the height, diameter, and lowest common ancestor.

    • Practice solving tree-related problems on leetcode to improve your skills.

  • Answered by AI

Skills evaluated in this interview

Nvidia Interview FAQs

How many rounds are there in Nvidia Software Engineer interview?
Nvidia interview process usually has 2-3 rounds. The most common rounds in the Nvidia interview process are Technical, HR and Coding Test.
How to prepare for Nvidia Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nvidia. The most common topics and skills that interviewers at Nvidia expect are Computer science, Python, C++, Linux and Automotive.
What are the top questions asked in Nvidia Software Engineer interview?

Some of the top questions asked at the Nvidia Software Engineer interview -

  1. Technical interview Round and HR Round where conducted in the same meet, 2 pane...read more
  2. OS, DSA, COA related questi...read more
  3. Coding questions to so...read more

Tell us how to improve this page.

Nvidia Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Coding Test Round
View more
Nvidia Software Engineer Salary
based on 140 salaries
₹11.8 L/yr - ₹35 L/yr
158% more than the average Software Engineer Salary in India
View more details

Nvidia Software Engineer Reviews and Ratings

based on 13 reviews

4.5/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

4.3

Salary

4.5

Job security

4.7

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 13 Reviews and Ratings
Processing Executive
1.1k salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Quality Analyst
145 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Software Engineer
140 salaries
unlock blur

₹11.8 L/yr - ₹35 L/yr

Data Analyst
119 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Senior Software Engineer
104 salaries
unlock blur

₹15.7 L/yr - ₹50.4 L/yr

Explore more salaries
Compare Nvidia with

Qualcomm

3.8
Compare

Intel

4.2
Compare

Advanced Micro Devices

3.8
Compare

Micron Technology

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview