Mostly it was around experience and Projects. One Python coding question
Data Scientist Senior Interview Questions
3,392 data scientist senior interview questions shared by candidates
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
They gave me a table with column names and I had to answer some questions using SQL queries
They asked very basic SQL questions for data wrangling. It’s not about the questions but if you can fit their Mold of thinking.
Technical interviewer based abroad asked me: Were you born and raised in the United States?
While i/v date was scheduled to match the trip from UK, no details were given until at the 11th hour. No introduction to their environment was given. How to apply Scrum in Data Science? How to revive entrepreneurship?
What is A/B testing? How do you divide the groups.
they asked me about the my general background, brief introduce about myself?
How would you evaluate a forecast
How would you evaluate an A/B test if the distribution of values is skewed?
Viewing 411 - 420 interview questions