You have a bucket full of gems of 3 colors (i.e. Red, Green, Blue). Each color is > 1 gem. What is the minimum number of gems you would have to take to always ensure that you have 2 of the same color? What if I had n colors?
Data Scientist Interviews
Data Scientist Interview Questions
In a data scientist interview, expect employers to ask questions that assess your data modeling, problem-solving, and programming skills. Be prepared to answer general questions that test your knowledge of statistics and data science. You should also be ready to answer open-ended questions that test your creativity, communication skills, and formal education in data modeling and programming.
Top Data Scientist Interview Questions & How to Answer
Question #1: Which data modeling techniques do you prefer and why?
Question #2: How would you detect bogus Instagram accounts used for scamming consumers?
Question #3: Describe circumstances that require a list, tuple, or set in Python.
54,205 data scientist interview questions shared by candidates
Why did you go back to school to get a PhD?
How many years experience do you have.
Unexpected: Did I use a Q-Q plot?
You have two populations, with information on size of sample, mean and std for their weight. How can you determine that one population weighs more than the other?
How you could contribute to the team with quantitative modelling? Present the answer with details.
"For a user X, recommend 5 playlists they would like that they haven’t heard before. You can attempt this via SQL or any other programming language of your choice. Please explain your logic."
# Q1: Write a function to intersect two *sorted* lists (find common elements) # Write a method taking two lists as input, and returning a new list # You can assume you have a reasonable array/list class available (ArrayList, vector, python list, etc) # Ex: # l1 = [1,2,3,4,5] # l2 = [1,5,7,11,100] # result = [1,5]
How to recommend the price for a new vacation rental.
Viewing 241 - 250 interview questions