how are you qualified for the position? describe your best achievement as a scientist
Senior Scientist Interview Questions
5,828 senior scientist interview questions shared by candidates
A model I am proud of implementing
Mostly it was around experience and Projects. One Python coding question
How do I handle conflict?
Where you want to be in 10 years
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
One scientific director ran a hypothetical experiment/process and in each step he told me what were the results and I had to respond based on that information. It was like an improvisation.
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?
Several behavioural questions related to work situation, how I handle the conflicts, how I deal with customers, how to manage IP-related issues, project management and leading the group
They gave me a table with column names and I had to answer some questions using SQL queries
Viewing 791 - 800 interview questions