What is previous experience and how is it suitable for them?
Senior Scientist Interview Questions
5,839 senior scientist interview questions shared by candidates
What is a time in your previous work that you struggled, how did you overcome it? What is the thing that you've worked on that you're the most proud of?
Mostly it was around experience and Projects. One Python coding question
What is the most effective way of purifying ......? How will you formulate so and so.....? Really guys? Although it was fun to take you all for a ride!
If you couldn't be a researcher, what career what you pursue instead?
They asked me how I spent my time while doing the coding interview question.
Can you explain what the pseudo-code below is trying to do? array[N] # array of N integers, indexed 0 to N-1; # assume it’s populated with [1,4,2,-2,-9,10,2,12,2,-4,-4,-4,-4,2,6,7] peak = array[0] index = 0 output = [] # array of tuples For x in 1..N-1 if (array[x]*array[x-1] > 0) if peak < 0 and array[x] < peak peak = array[x] index = x if peak >= 0 and array[x] > peak peak = array[x] index = x else output.insert( (index, peak) ) peak = array[x] index = x end if end for return output
how are you qualified for the position? describe your best achievement as a scientist
Basic probability & stats questions -- just go through the book Practical Statistics for Data Scientists & Brilliant.org and you'll be all set. But make sure to brush up on PM knowledge as well, since this seems to be what they're really looking for.
They asked very basic SQL questions for data wrangling. It’s not about the questions but if you can fit their Mold of thinking.
Viewing 791 - 800 interview questions