Upload Button Icon Add office photos

Filter interviews by

Nvidia Game Developer Interview Questions and Answers

Updated 8 May 2017

Nvidia Game Developer Interview Experiences

1 interview found

I was interviewed in Nov 2016.

Interview Questionnaire 

4 Questions

  • Q1. What will you do if you have crossed your deadline for submission of a game?
  • Q2. Would you rather buy a costly game or make a reasonably cheaper one?
  • Ans. 

    I would rather make a reasonably cheaper game.

    • Making a reasonably cheaper game allows for more creative freedom and experimentation.

    • A cheaper game can still be successful if it offers unique gameplay or a compelling story.

    • Developing a game on a smaller budget can also lead to more efficient use of resources.

    • Examples of successful cheaper games include indie titles like Stardew Valley and Undertale.

  • Answered by AI
  • Q3. What is the code for camera reset in C# ?
  • Ans. 

    The code for camera reset in C# typically involves resetting the camera's position and rotation to their default values.

    • Use the transform component of the camera to reset its position and rotation

    • Set the camera's position to the default position

    • Set the camera's rotation to the default rotation

  • Answered by AI
  • Q4. What will you do when you get bad reviews about a game?
  • Ans. 

    When receiving bad reviews about a game, I will analyze the feedback, identify areas of improvement, and take appropriate actions to address the issues.

    • Read and understand the reviews thoroughly

    • Identify common patterns or recurring issues mentioned in the reviews

    • Consider the validity and credibility of the feedback

    • Analyze the game objectively to identify areas that need improvement

    • Prioritize the issues based on their i...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just a bunch of logical questions required for the course offered.
It mainly focused on Game related questions and some basic coding.
Tips: It is very helpful if the applicant knows C# or Java as these are the main scripts used in any type of game development courses.
Duration: 1 hour
Total Questions: 15

Round: Technical + HR Interview
Experience: This has nothing much to prepare for,as this is mostly situational and practical. Only the

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 2 hour test with medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly asked about CN
  • Q2. Small Linked list question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java basic knowledge and deep knowledge
  • Q2. Java, theory, oops, dbms

Interview Preparation Tips

Topics to prepare for Seagate Web Developer interview:
  • OOPS
  • Fuctiion overloading
Interview preparation tips for other job seekers - Have to have basic knowledge of any programming language they prefer, Basic concepts such as oops, what is a class, what are objects. What are errors
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bfs tree traversal
  • Ans. 

    BFS tree traversal visits nodes level by level starting from the root.

    • Start at the root node and visit its children before moving on to the next level.

    • Use a queue data structure to keep track of nodes to visit next.

    • BFS is often used to find the shortest path in unweighted graphs.

  • Answered by AI
  • Q2. Resume and core

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

There were 2 DSA medium level questions

Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode medium problem on hashmap
  • Q2. Binary search tree plus heap question
Round 4 - HR 

(2 Questions)

  • Q1. Basic HR question on why you want to work at this company
  • Q2. Technical questions on OOPS and a problem on system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA and OOPS. Give the interview with confidence

I was interviewed in Jun 2017.

Interview Questionnaire 

1 Question

  • Q1. Java basics oops

Interview Preparation Tips

Round: Test
Experience: i scored 26/40 selected in this round

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

40 MCQ's, 2 Coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Dijkastra's Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm that finds the shortest path between nodes in a graph.

    • Dijkstra's Algorithm is used to find the shortest path from a starting node to all other nodes in a weighted graph.

    • It works by maintaining a set of nodes whose shortest distance from the starting node is known.

    • The algorithm iteratively selects the node with the smallest distance and updates the distances of its neighb...

  • Answered by AI
  • Q2. Snake and Ladder

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Two easy coding problems with few mcqs

Round 3 - Technical 

(2 Questions)

  • Q1. Design google contacts
  • Ans. 

    Google Contacts is a web-based address book application.

    • Users can add, edit, and delete contacts

    • Contacts can be organized into groups

    • Users can import and export contacts

    • Contacts can be searched and filtered

    • Integration with other Google services like Gmail and Calendar

  • Answered by AI
  • Q2. Problems related to C

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core CS concepts and coding problems were easy

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA Medium Questions on arrays & linkedList
Round 2 - Coding Test 

DSA, Behavioural, os, some networks basics

I was interviewed before Mar 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 70 Minutes
Round difficulty - Medium

Interviewer was very nice and made me feel pretty comfortable. We talked about our hobbies for about 10mins and then he asked about my projects and which was my favourite of all. He then asked me a coding question. Which was like pretty easy and I gave him the optimized approach right away. He was satisfied with my approach and just moved on to the next part. He asked me some basic questions related to Operating Systems(related to deadlocks and semaphores). He even asked some basic questions related to OOPS. Then he gave me the next question. This was like a pretty new question for me and I took some time to understand the problem statement and then took some time to think about the logic. I was also sharing my approach with interviewer as well.I finally told him about my approach. He told me that my approach was fine but there also was some other approach but normally no-one would come up with that approach until they have previously solved the question.

  • Q1. Count elements in all subtrees

    You are given an arbitrary tree consisting of 'N' nodes numbered from 0 to 'N' - 1. You need to find the total number of elements in all the subtrees of the g...

  • Ans. 

    We need to find the number of nodes in subtree for each and every node in the tree.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Interviewer seemed to be a senior manager.He just asked about me and started with the interview.Interviewer asked me to design a standard map(hash-map). I gave him my approach and he also asked me to devise a hash function for it. I also gave him a hash function and he seemed to be pretty satisfied.

  • Q1. System Design Question

    Design a basic hash map.

  • Ans. 

    Tip 1 : Get the requirements clear by asking questions
    Tip 2 : Try sharing your approach with interviewer 
    Tip 3 : Share your approach with the interviewer at each and every step.

  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteria8 CGPACisco interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Object Oriented Programming, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practise as many questions as you can
Tip 2 : Try solving the question on your own.
Tip 3 : To learn the concepts of OOM its best to go through a project.

Application resume tips for other job seekers

Tip 1 : Mention your coding achievements
Tip 2 : Do not make a big resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Nvidia Interview FAQs

What are the top questions asked in Nvidia Game Developer interview?

Some of the top questions asked at the Nvidia Game Developer interview -

  1. What will you do when you get bad reviews about a ga...read more
  2. Would you rather buy a costly game or make a reasonably cheaper o...read more
  3. What is the code for camera reset in C...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 390 Interviews
Qualcomm Interview Questions
3.8
 • 268 Interviews
Intel Interview Questions
4.2
 • 217 Interviews
Indus Towers Interview Questions
3.8
 • 164 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Nokia Networks Interview Questions
4.3
 • 109 Interviews
Tejas Networks Interview Questions
4.1
 • 73 Interviews
View all
Processing Executive
1.1k salaries
unlock blur

₹2 L/yr - ₹3.8 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
114 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