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).
Data Scientist Internship Interview Questions
54,205 data scientist internship interview questions shared by candidates
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
Draw the curve log(x+10). What is the derivative of 1/x
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.
Dynamic programming/backward induction on a multi-stage decision making problem
Viewing 391 - 400 interview questions