NVIDIA interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

NVIDIA
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Data Structures, OOPS, Algorithms, Python Programming, SQL.
Tip
Tip

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

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

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

Interview rounds

01
Round
Easy
Online Coding Test
Duration60 Minutes
Interview date19 Mar 2021
Coding problem1

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.

1. Check If Given Words Are Present In A String

Hard
35m average time
60% success
0/120
Asked in companies
MicrosoftAmazonQuikr

Given a string 'S' and a list 'wordList' that consists of 'N' distinct words. Let 'Wi' denote word at index 'i' in 'wordList'. For each word 'Wi' in 'wordList', you need to determine whether it is present in string 'S' or not. Return a boolean array, where a boolean value at index ‘i’ represents whether the word ‘Wi’ is present in the string ‘S’ or not.

Problem approach

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.

Try solving now
0
Round
Easy
HR Round
Duration20 Minutes
Interview date12 May 2022
Coding problem1

1. Basic HR Questions

Why Nvidia?

What keeps you motivated?

Are you a team player?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by NVIDIA
3806 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 8 problems
Interviewed by NVIDIA
2381 views
0 comments
0 upvotes
company logo
Processing Executive
2 rounds | 6 problems
Interviewed by NVIDIA
1709 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by NVIDIA
1824 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3210 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2582 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes