I cannot reveal the questions I got asked. But here's some that has very similar flavor: 1) Check if an integer is a palindrome (do not convert the integer to string) 2) Given 2 sorted arrays of integers, code to find a number from each array such that their sum are closest to some integer K? 3) What is the degree of freedom for lasso?
Data Scientist Python Interview Questions
40,238 data scientist python interview questions shared by candidates
Why is the sum of squares error used?
You have a function which gets k as input and in o(1) time returns a random number between 1 to k. Create a function that returns a random permutation (a list of the numbers 1 to n in a random order), optimize for speed (I think O(n) is best).
How might you determine if the size of a specific item is a significant feature in determining the customer's calculated propensity to buy it?
How to deal with outlier value?
find the avg of a list. data mining
Pseudo-code verbal: print 1 through 100, and for every number that's divisible by 2 print A, for every number that's divisible by 5 print B, and for every number that's divisible by 2 and 5 print AB
What are different Time Series forecasting techniques? Explain PCA with equations? How to solve Multicollinearity? What algorithm you would use to solve driver accepting a requesting? Which supervised algorithm you would pick to solve the above problem? How do you compare the results of the algorithm? Coding question on patients arriving at hospital and doctor attending the patients
How to verify that a catalog mailed to customers has been well-received?
Probability (Bayes' Rule, etc), statistics, algorithms, calculus.
Viewing 311 - 320 interview questions