NGS problem challenge on analyzing a sequencing dataset
Sr Data Scientist Interview Questions
278 sr data scientist interview questions shared by candidates
Explain what the below pseudo-code 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
Python Coding, business case study and scenarios
What is your strategy for balancing multiple projects?
What is Bias in machine learning models? How do you correct it?
I was given a MRI paper written by a PhD student from a UK university.
What's your method development experience with injectable products?
¿Por qué se escalan las variables? ¿Se tienen que estandarizar las variables para todos los modelos?
I was directed to read several scientific papers (that they selected) to discuss during the interviews. This seemed strange as it's something I haven't encountered for an interview. I was also asked very basic technical questions about procedures and controls. The interviewers were all quite young and didn't seem able to adapt their interview questions to my experience.
Why did you decide to apply to our company?
Viewing 111 - 120 interview questions