18 Microsoft Data Science Interview Questions

This is a list of 18 questions which has been asked in several Microsoft data science / machine learning interviews. These questions have been compiled from Glassdoor and other sources. We shall be posting a series of related objective questions (capsule) quizzes in very near future.

  1. Can you explain the Naive Bayes fundamentals? How did you set the threshold?
  2. Can you explain SVM?
  3. How do you detect if a new observation is outlier? What is bias-variance trade off ?
  4. Basic statistical questions such as define variance, standard deviation etc
  5. Discuss how to randomly select a sample from a product user population.
  6. Describe how gradient boost works.
  7. What is L1 and L2 Norm? What is the difference between them?
  8. What is central limit theorem? How to determine is the distribution is normal?
  9. What algorithm can be used to summarise twitter feed?
  10. Simple probability questions that dealt with Bayesian equations
  11. What are some of the steps for data wrangling and cleaning before applying machine learning algorithms?
  12. How to deal with unbalanced binary classification?
  13. What is the difference between box plot and histogram?
  14. How do one go about solving the L2-regularised regression problem?
  15. Probability fundamentals
  16. Describe Markov chains?
  17. Describe different regularisation methods such as L1, L2 regularisation?
  18. Neural networks fundamentals


Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning and BI. I would love to connect with you on Linkedin. Check out my books titled as Designing Decisions, and First Principles Thinking.

Recent Posts

The Watermelon Effect: When Green Metrics Lie

We’ve all been in that meeting. The dashboard on the boardroom screen is a sea…

3 weeks ago

Coefficient of Variation in Regression Modelling: Example

When building a regression model or performing regression analysis to predict a target variable, understanding…

3 months ago

Chunking Strategies for RAG with Examples

If you've built a "Naive" RAG pipeline, you've probably hit a wall. You've indexed your…

3 months ago

RAG Pipeline: 6 Steps for Creating Naive RAG App

If you're starting with large language models, you must have heard of RAG (Retrieval-Augmented Generation).…

3 months ago

Python: List Comprehension Explained with Examples

If you've spent any time with Python, you've likely heard the term "Pythonic." It refers…

4 months ago

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

6 months ago