Upload Button Icon Add office photos

Microsoft Corporation

Compare button icon Compare button icon Compare

Filter interviews by

Microsoft Corporation Data Scientist 2 Interview Questions and Answers

Updated 20 Nov 2024

Microsoft Corporation Data Scientist 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ml fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Ml system design
  • Ans. 

    Designing a machine learning system involves selecting appropriate algorithms, data preprocessing, model evaluation, and deployment strategies.

    • Understand the problem and define objectives

    • Select appropriate algorithms based on the problem (e.g. regression, classification, clustering)

    • Preprocess data (e.g. cleaning, normalization, feature engineering)

    • Split data into training and testing sets for model evaluation

    • Tune hyper...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Coding round sting based problem
Round 4 - Technical 

(1 Question)

  • Q1. Sql and multiple small coding questions
Round 5 - Technical 

(1 Question)

  • Q1. Problem solving

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic ml related questions,past project discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. AI, ML related, statistical analysis of the graph.
Round 3 - Behavioral 

(1 Question)

  • Q1. Work culture, check
Round 4 - cross functional lob 

(1 Question)

  • Q1. Work culture, project discussion, scenario based questions
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions, why sap salary discussions

Data Scientist 2 Interview Questions Asked at Other Companies

asked in Angel One
Q1. If you have many features and a categorical column, what strategy ... read more
asked in Angel One
Q2. 1. How to handle model overfitting and model underfitting situati ... read more
asked in Angel One
Q3. What is the difference between Decision Trees and Random Forest. ... read more
asked in Angel One
Q4. 1. What are the assumptions of Linear Regression ? 2. What is the ... read more
asked in Swiggy
Q5. Have you used ranking algorithms? If yes, explain any approach to ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does fbpropher forecasting model works and how is can be used to forecsst trafffic
  • Ans. 

    fbprophet is a forecasting model developed by Facebook that uses time series data to make predictions.

    • fbprophet is an open-source forecasting tool developed by Facebook's Core Data Science team.

    • It is based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.

    • fbprophet can be used to forecast traffic by providing historical data on traffic patterns and usi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thourough with maths of forecasting techniques and parameter tuning
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How can Logistic regression be applied for multiclasstext classification
  • Ans. 

    Logistic regression can be applied for multiclasstext classification by using one-vs-rest or softmax approach.

    • One-vs-rest approach: Train a binary logistic regression model for each class, treating it as the positive class and the rest as the negative class.

    • Softmax approach: Use the softmax function to transform the output of the logistic regression into probabilities for each class.

    • Evaluate the model using appropriate...

  • Answered by AI

Skills evaluated in this interview

What people are saying about Microsoft Corporation

View All
a senior analyst
2d
Microsoft Assessment coming up—any prep tips?
Hey everyone, I have a Microsoft Assessment coming up. If you have any insights or advice on how to prepare, please share!
Got a question about Microsoft Corporation?
Ask anonymously on communities.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly related to Projects and JD

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. DSA Based question on Sliding window
  • Ans. 

    Sliding window technique efficiently solves problems involving contiguous subarrays or substrings.

    • Used to find maximum sum of 'k' consecutive elements in an array. Example: For array [1, 2, 3, 4, 5] and k=3, max sum is 12.

    • Helps in finding the longest substring without repeating characters. Example: In 'abcabcbb', the longest is 'abc' with length 3.

    • Can be applied to problems like finding the smallest subarray with a sum...

  • Answered by AI
  • Q2. CNN, LMMs, etc.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to ensure scalability
  • Ans. 

    Scalability ensures systems can handle growth in data and users efficiently without performance loss.

    • Use cloud services like AWS or Azure for elastic scaling based on demand.

    • Implement microservices architecture to allow independent scaling of components.

    • Optimize algorithms and data structures for performance; for example, using hash tables for quick lookups.

    • Leverage distributed computing frameworks like Apache Spark fo...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA Codes were there with python

Round 2 - HR 

(1 Question)

  • Q1. Explain your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through your projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your project
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company

    • Used Python and scikit-learn for data preprocessing and model building

    • Performed feature engineering to improve model performance

    • Evaluated model using metrics like accuracy, precision, and recall

    • Implemented the model in a production environment for real-time predictions

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is p-value
  • Ans. 

    A p-value measures the strength of evidence against the null hypothesis in statistical hypothesis testing.

    • A p-value ranges from 0 to 1, with lower values indicating stronger evidence against the null hypothesis.

    • Common thresholds for significance are 0.05, 0.01, and 0.001.

    • For example, a p-value of 0.03 suggests there is a 3% probability of observing the data if the null hypothesis is true.

    • A p-value does not indicate the...

  • Answered by AI
  • Q2. How would you treat outlier
  • Ans. 

    Outliers can skew data analysis; handling them involves detection, assessment, and appropriate treatment methods.

    • Identify outliers using statistical methods like Z-scores or IQR (Interquartile Range).

    • Visualize data with box plots or scatter plots to spot outliers easily.

    • Assess the impact of outliers on your analysis; determine if they are errors or valid observations.

    • Consider transforming data (e.g., log transformation...

  • Answered by AI

Microsoft Corporation Interview FAQs

How many rounds are there in Microsoft Corporation Data Scientist 2 interview?
Microsoft Corporation interview process usually has 5 rounds. The most common rounds in the Microsoft Corporation interview process are Technical.
How to prepare for Microsoft Corporation Data Scientist 2 interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Microsoft Corporation. The most common topics and skills that interviewers at Microsoft Corporation expect are Machine Learning, SQL, Python, microsoft and Data Science.
What are the top questions asked in Microsoft Corporation Data Scientist 2 interview?

Some of the top questions asked at the Microsoft Corporation Data Scientist 2 interview -

  1. ml system des...read more
  2. sql and multiple small coding questi...read more
  3. ml fundament...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 894 Interviews
Oracle Interview Questions
3.7
 • 892 Interviews
Zoho Interview Questions
4.3
 • 535 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
View all
Microsoft Corporation Data Scientist 2 Salary
based on 16 salaries
₹21.2 L/yr - ₹65 L/yr
86% more than the average Data Scientist 2 Salary in India
View more details

Microsoft Corporation Data Scientist 2 Reviews and Ratings

based on 2 reviews

3.4/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
2.5k salaries
unlock blur

₹15 L/yr - ₹54 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹24.8 L/yr - ₹95 L/yr

Software Engineer2
1.2k salaries
unlock blur

₹22 L/yr - ₹72 L/yr

Software Developer
1.1k salaries
unlock blur

₹15 L/yr - ₹52.7 L/yr

Support Engineer
615 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare Microsoft Corporation with

Google

4.4
Compare

Amazon

4.0
Compare

Deloitte

3.7
Compare

TCS

3.6
Compare
write
Share an Interview