Upload Button Icon Add office photos

Filter interviews by

Nvidia Software Engineer Interview Questions and Answers

Updated 24 Dec 2024

Nvidia Software Engineer Interview Experiences

6 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 DuplicateYou have been given an integer array/list(ARR) of s ... 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

Software Engineer Interview Questions & Answers

user image CodingNinjas

posted on 19 May 2022

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 If Given Words Are Present In A String

    Given a string 'S' and a list 'wordList' that consists of 'N' distinct words. Let 'Wi' denote word at index 'i' in '...

  • Ans. 

    First I converted the string to a list using split function so that the words are separated from each other.
    After that I ran a loop on the first list and using string.upper() function i checked if the word is present in the second list or not and then after checking I stored the word in the dictionary and kept incrementing the count in each loop.

  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    Why Nvidia?

    What keeps you motivated?

    Are you a team player?

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

 Software QA Engineer

 (2)

 System Software 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

Software Engineer interview

user image Dilip kumar Gangwar

posted on 7 Jan 2022

Software Engineer Jobs at Nvidia

View all

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
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Phone Call 

(2 Questions)

  • Q1. Tell me about your previous company role ?
  • Ans. 

    I was a software engineer responsible for developing and maintaining web applications for a financial services company.

    • Developed and maintained web applications using technologies such as Java, Spring, and Angular

    • Collaborated with cross-functional teams to gather requirements and deliver solutions

    • Participated in code reviews and testing to ensure high quality software

    • Implemented new features and enhancements to improve

  • Answered by AI
  • Q2. Willing to join Arista ?
  • Ans. 

    Yes, I am willing to join Arista as a Software Engineer.

    • I am excited about the opportunity to work at Arista and contribute to their innovative projects.

    • I have researched the company and believe that my skills align well with their values and goals.

    • I am confident that I can make a positive impact on the team and help drive success at Arista.

  • Answered by AI
Round 2 - Coding Test 

One Hr interview with 3-4 coding questions on strings,array and linked list

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 in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 2 Nvidia interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Nvidia Software Engineer Salary
based on 132 salaries
₹8.7 L/yr - ₹35 L/yr
162% 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.7

Work-Life balance

4.3

Salary & Benefits

4.6

Job Security

4.8

Company culture

3.7

Promotions/Appraisal

4.1

Work Satisfaction

Explore 13 Reviews and Ratings
Senior Applications Software Engineer, DriveAV

Pune,

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Senior Applications Software Engineer, DriveAV

Pune,

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Software Engineer

Hyderabad / Secunderabad,

Pune

+2

2-4 Yrs

₹ 17.25-20 LPA

Explore more jobs
Processing Executive
1.1k salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Software Engineer
132 salaries
unlock blur

₹8.7 L/yr - ₹35 L/yr

Quality Analyst
123 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Data Analyst
115 salaries
unlock blur

₹1.9 L/yr - ₹5.6 L/yr

Senior Software Engineer
104 salaries
unlock blur

₹15 L/yr - ₹55.9 L/yr

Explore more salaries
Compare Nvidia with

Qualcomm

3.8
Compare

Intel

4.3
Compare

Advanced Micro Devices

3.8
Compare

Micron Technology

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview