Scientist Interviews

Scientist Interview Questions

"The questions you are asked in an interview for a position as a scientist will depend greatly on field of science you intend to work in. Generally, interviewers will be interested in your formal education, field of study and specialization, work, internship, and research experience, scientific writing skills, and interest in the subject matter. Expect to be asked technical questions that pertain to the knowledge needed to perform the duties of the job. While there are some positions open to scientists who possess associates' or bachelors' degrees, most jobs will require you to have at least a masters' degree with the majority requiring you to have a doctorate."

54,205 scientist interview questions shared by candidates

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?
avatar

Senior Data Scientist

Interviewed at Allstate

3.5
Jul 19, 2018

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?

# 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]
avatar

Software Engineer/Data Scientist

Interviewed at Tripadvisor

3.5
Oct 29, 2014

# 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]

Viewing 241 - 250 interview questions

Glassdoor has 54,205 interview questions and reports from Scientist interviews. Prepare for your interview. Get hired. Love your job.