They asked about my degree of experience with various programming languages
Staff Data Scientist Interview Questions
413 staff data scientist interview questions shared by candidates
They described one task that they are working on, and asked what my solution is.
What sort of work do you hope to be doing in 5 years?
Questions included my educational background, how I see myself growing, and how I add value. Also took the time to get to know me personally and connect to gauge best fit.
The reason to apply for the company; Your thoughts and suggestions to a publication.
Interpret ROC plots and confusion matrices, would you put this model into production based on what you're seeing in the confusion matrix and ROC plots? Why? Why not?
Explain (in my work) why I did such and such as against this other method?
Interview 1 - Rotate array in such a way that sum of index*value is max - In a connected graph, randomly clicked any button with prob p, then nearby switches state changes. What is the expected no of switches open. Interview 2 - Two fair dice with 4 faces, you win if blue > black , end if blue = black and return is max (blue-black, 0). What is the expected win amount, build some recursive solution with E = prob3*(amount + E) + prob2*(amount + E) + … . solve it via coding simulation as well. (n no of loops each can have infinite no of trials) - 2sum based, with d as the difference between the two, but avoid repetitions and count (a,b) , (b,a) as one. Interview 3 - Hotel cancellation SD, with immediate profit improvement , - [1,0,0,0,1,1,0] → no of continuous subsets 4, if by prob p. with which we can get 1, what is the expected no of subsets. Sum from 1 to n P(x)*x or use recursive formula E(n,p) = prob getting same in boundary * E(n-1,p) + prob getting diff in boundary * (E(n-1,p) + 1)
What are you looking for in your next role? What may be one advice you have for your current manager?
Why do you want to work for labcorp? What do you know about the company? What is your relevant experience?
Viewing 111 - 120 interview questions