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. 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.

Recent Posts

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

1 week ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

2 weeks ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 weeks ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

3 weeks ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

3 weeks ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

3 weeks ago