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. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Recent Posts

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

15 hours ago

Mean Squared Error vs Cross Entropy Loss Function

Last updated: 1st May, 2024 As a data scientist, understanding the nuances of various cost…

15 hours ago

Cross Entropy Loss Explained with Python Examples

Last updated: 1st May, 2024 In this post, you will learn the concepts related to…

15 hours ago

Logistic Regression in Machine Learning: Python Example

Last updated: 26th April, 2024 In this blog post, we will discuss the logistic regression…

6 days ago

MSE vs RMSE vs MAE vs MAPE vs R-Squared: When to Use?

Last updated: 22nd April, 2024 As data scientists, we navigate a sea of metrics to…

7 days ago

Gradient Descent in Machine Learning: Python Examples

Last updated: 22nd April, 2024 This post will teach you about the gradient descent algorithm…

1 week ago