Upload Button Icon Add office photos

Microsoft Corporation

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Microsoft Corporation Data Scientist Interview Questions, Process, and Tips for Experienced

Updated 5 Nov 2024

Top Microsoft Corporation Data Scientist Interview Questions and Answers for Experienced

Microsoft Corporation Data Scientist Interview Experiences for Experienced

4 interviews found

Data Scientist Interview Questions & Answers

user image Harsh Bhamore

posted on 1 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Decision Trees
  • Ans. 

    Decision Trees are a popular machine learning algorithm used for classification and regression tasks.

    • Decision Trees are a tree-like structure where each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome.

    • They are easy to interpret and visualize, making them popular for exploratory data analysis.

    • Decision Trees can handle both numerical and c...

  • Answered by AI
  • Q2. How will you finetune LLMs
  • Ans. 

    LLMs can be finetuned by adjusting hyperparameters, training on specific datasets, and using techniques like transfer learning.

    • Adjust hyperparameters such as learning rate, batch size, and number of layers to improve performance.

    • Train the LLM on domain-specific datasets to improve its understanding of specialized language.

    • Utilize transfer learning by starting with a pre-trained LLM model and fine-tuning it on a smaller...

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

user image Ayush Goyal

posted on 31 Mar 2024

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

I was interviewed in Oct 2023.

Round 1 - Coding Test 

Based on topological sort

Round 2 - Technical 

(1 Question)

  • Q1. Ml baiscs like LR, SVM
Round 3 - Technical 

(1 Question)

  • Q1. Ml design questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join

Data Scientist Interview Questions Asked at Other Companies for undefined

asked in Coforge
Q1. coding question of finding index of 2 nos. having total equal to ... read more
asked in Walmart
Q2. How can you tune the hyper parameters of XGboost,Random Forest,SV ... read more
Q3. How did you prevent your model from overfitting ? What did you do ... read more
asked in Walmart
Q4. What do these hyper parameters in the above mentioned algorithms ... read more
asked in Nielsen
Q5. Write pandas query to separate the names as first and last name f ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain L1 & L2 regularization
  • Ans. 

    L1 & L2 regularization are techniques used in machine learning to prevent overfitting by adding a penalty term to the cost function.

    • L1 regularization adds the absolute values of the coefficients as penalty term (Lasso regression)

    • L2 regularization adds the squared values of the coefficients as penalty term (Ridge regression)

    • L1 regularization encourages sparsity in the model, while L2 regularization tends to shrink the c...

  • Answered by AI
  • Q2. Explain error metric
  • Ans. 

    Error metric is a measure used to evaluate the performance of a model by comparing predicted values to actual values.

    • Error metric quantifies the difference between predicted values and actual values.

    • Common error metrics include Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), and R-squared.

    • Lower values of error metric indicate better performance of the model.

    • Error metric helps in und...

  • Answered by AI
  • Q3. Where do you see yourself

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

2 coding questions - one on binary tree and list operations.

Round 3 - Technical 

(2 Questions)

  • Q1. Xgboost explanation
  • Ans. 

    Xgboost is a popular machine learning algorithm known for its speed and performance in handling large datasets.

    • Xgboost stands for eXtreme Gradient Boosting, which is an implementation of gradient boosted decision trees.

    • It is widely used in Kaggle competitions and other machine learning tasks due to its efficiency and accuracy.

    • Xgboost is known for its ability to handle missing data, regularization techniques, and parall...

  • Answered by AI
  • Q2. Data structures question compulsory

Skills evaluated in this interview

Microsoft Corporation interview questions for designations

 Senior Data Scientist

 (3)

 Data Scientist 2

 (1)

 Data Science

 (1)

 Data Analyst

 (3)

 Data Scientistoncampusinterview

 (1)

 Data Engineer

 (1)

 Data Entry Operator

 (2)

 Data Entry jobs

 (2)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Nothing much technical

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Go in formals
2. Fluency in English is important (depends on interview panel)
3. Clarity on what your talking about

Interview Questionnaire 

1 Question

  • Q1. What PCA, Decision tree and computer vision
  • Ans. 

    PCA is a dimensionality reduction technique, decision tree is a classification algorithm, and computer vision is a field of study focused on enabling computers to interpret and understand visual information.

    • PCA is used to reduce the number of variables in a dataset while retaining the most important information.

    • Decision trees are used to classify data based on a set of rules and conditions.

    • Computer vision involves usin...

  • Answered by AI

Skills evaluated in this interview

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

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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Binary tree question was asked

Round 2 - Technical 

(1 Question)

  • Q1. Several tech question related to past projects and random forest etc were asked.
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and several other questions

I was interviewed before Oct 2019.

Interview Questionnaire 

1 Question

  • Q1. Case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic about your work experience. Think before you speak. Take your time to formulate ideas and thought process on scenario based questions. Under no circumstances lie about your capabilities because it is very easy for the interviewer to figure out the veracity of your resume. Be concise on your resume so that you get the opportunity to drive your conversation.

Microsoft Corporation Interview FAQs

How many rounds are there in Microsoft Corporation Data Scientist interview for experienced candidates?
Microsoft Corporation interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Microsoft Corporation interview process for experienced candidates are Technical, Coding Test and One-on-one Round.
How to prepare for Microsoft Corporation Data Scientist interview for experienced candidates?
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, microsoft, Computer science, Python and SQL.
What are the top questions asked in Microsoft Corporation Data Scientist interview for experienced candidates?

Some of the top questions asked at the Microsoft Corporation Data Scientist interview for experienced candidates -

  1. How will you finetune L...read more
  2. Explain L1 & L2 regularizat...read more
  3. Explain Decision Tr...read more

Tell us how to improve this page.

Microsoft Corporation Data Scientist Interview Process for Experienced

based on 4 interviews

Interview experience

4.3
  
Good
View more
Microsoft Corporation Data Scientist Salary
based on 170 salaries
₹17.8 L/yr - ₹65 L/yr
180% more than the average Data Scientist Salary in India
View more details

Microsoft Corporation Data Scientist Reviews and Ratings

based on 14 reviews

3.8/5

Rating in categories

3.1

Skill development

4.0

Work-life balance

3.4

Salary

3.4

Job security

3.8

Company culture

3.0

Promotions

3.1

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
698 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
602 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Microsoft Corporation with

Google

4.4
Compare

Amazon

4.1
Compare

Deloitte

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview