Tip 1 : Prepare basics of Programming like Lists and Strings.
Tip 2 : Algorithms for sorting and searching are very important for Coding interviews.
Tip 1 : Projects are a must on resume.
Tip 2 : Keep the resume simple but answer every question on resume very well.
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.



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.
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
What is recursion?