Probability (Bayes' Rule, etc), statistics, algorithms, calculus.
Data Scientist Interview Questions
Data Scientist Interview Questions
In een sollicitatiegesprek voor de functie data scientist (M/V/X) kunt u verwachten dat de werkgever vragen stelt die uw vaardigheden voor gegevensmodellering, probleemoplossing en programmeren onderzoeken. Wees voorbereid op algemene vragen die uw kennis van statistiek en data science. Stel u ook in op open vragen die uw creativiteit, sociale vaardigheden en formele opleiding in gegevensmodellering en programmeren testen.
Meest gestelde sollicitatievragen voor een data scientist (M/V/X) en hoe te antwoorden
Vraag 1: Welke gegevensmodelleertechnieken hebben uw voorkeur en waarom?
Vraag 2: Hoe zou u nepaccounts op Instagram detecteren die gebruikt worden om consumenten op te lichten?
Vraag 3: Beschrijf omstandigheden die een lijst, tupel of set in Python vereisen.
54,345 data scientist interview questions shared by candidates
-Resume related questions - Process of building a predictive model
Dynamic programming/backward induction on a multi-stage decision making problem
Work through problems on the hackerrank site, it's good preparation
what is your salary expectation?
Describe your previous projects
Statistics - performance metrics, Why GBM, why not xgboost , Differences between GBM and xgboost Then bias, overfitting ,underfitting, Regularisation , Lasso regression( explain). ... Followed by extended questions
write a code in R/SQL: Given a table with three column, (id, category, value) and each id has 3 or less category (price, size, color). Now, how can I find those id's for which the value of two or more category matches to one another? For eg: ID1 (price 10, size M, color Red), ID2 (price 10, Size L, Color Red) , ID3 (price 15, size L, color Red) Then the output should be two rows: ID1 ID2 and ID2 ID3
- What is over-fitting? How do you avoid it? - What types of regularization do we have? Which one is simpler to use? L1 or L2? - Explain decision trees? What are different metrics to classify dataset? - What is bagging? - We have two models, one with 85% accuracy, one 82%. Which one do you pick? - What is p-value and how can we use it?
Assumption of Linear Regression, etc.
Viewing 411 - 420 interview questions