Premium Employer

i

This company page is being actively managed by Myntra Team. If you also belong to the team, you can get access from here

Myntra Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Myntra Data Scientist Interview Questions and Answers

Updated 26 Jul 2024

Myntra Data Scientist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Transformer models.
Round 2 - Case Study 

Related to Mathematical intuition in Deep learning.

What people are saying about Myntra

View All
smartchamomile
Verified Icon
2w
works at
Myntra
Persistent vs. Common Wealth Bank of Australia: Which way to go?
Hey everyone, My friend's at a crossroads with job offers from Persistent and Common Wealth Bank of Australia. Pay's similar, so he's really trying to figure out which place is the better fit. Top priorities: 1) Work Culture 2) Job Security Anyone with experience or insights into either company, your help would be greatly appreciated!
Got a question about Myntra?
Ask anonymously on communities.

Interview questions from similar companies

Data Scientist Interview Questions & Answers

FirstCry user image Swapnil Telrandhe

posted on 2 Mar 2021

I applied via LinkedIn and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain VIF
  • Ans. 

    VIF stands for Variance Inflation Factor, a measure of multicollinearity in regression analysis.

    • VIF is used to detect the presence of multicollinearity in regression analysis.

    • It measures how much the variance of the estimated regression coefficient is increased due to multicollinearity.

    • A VIF value of 1 indicates no multicollinearity, while a value greater than 1 suggests increasing levels of multicollinearity.

    • A commonl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the projects that has been done in past

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. Explain your approach if you were given this problem statement: "Timeseries forecasting model has to be trained for predicting quantity of medicines required on 500 medical stores associated with TATA 1mg ...
  • Q2. Follow-up questions were there based on the approach which I explained for Question 1 which includes data collection and data preparation steps involved, choosing the right model for training, how to divid...
  • Q3. How underfitting and overfitting can be avoided when dealing with Machine Learning models?
  • Ans. 

    Avoiding underfitting and overfitting involves techniques like regularization, cross-validation, and proper model selection.

    • Use cross-validation to assess model performance on unseen data, helping to identify overfitting.

    • Implement regularization techniques (L1, L2) to penalize overly complex models.

    • Choose the right model complexity; simpler models can prevent overfitting.

    • Increase training data to provide more examples ...

  • Answered by AI
  • Q4. Can we use linear regression model for given problem considering till today's data as input to the model and forecasting for tomorrow?
  • Ans. 

    Linear regression can be used for forecasting, but its effectiveness depends on data patterns and relationships.

    • Linear regression assumes a linear relationship between input and output variables.

    • If the data shows a consistent trend, linear regression can provide reasonable forecasts.

    • Example: Predicting tomorrow's temperature based on historical temperature data.

    • However, it may not capture complex patterns or seasonalit...

  • Answered by AI
  • Q5. Coding question on rotation of matrix 'n' times by 90 degrees.
  • Ans. 

    Rotate a square matrix 90 degrees clockwise 'n' times efficiently.

    • A 90-degree clockwise rotation can be achieved by transposing the matrix and then reversing each row.

    • Example: For matrix [[1, 2], [3, 4]], after one rotation it becomes [[3, 1], [4, 2]].

    • To rotate 'n' times, calculate effective rotations as n % 4 since every 4 rotations return the matrix to its original state.

    • If n = 1, rotate once; if n = 2, rotate twice ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on reasoning when explaining a solution to the problem statement presented by the interviewer. My interviewer emphasized the importance of the effort expended and the approach taken to address the problem effectively.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

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

  • Q1. ML System design
  • Q2. CNN networks why are they better then NN

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay away, the HM is on a field trip.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your projects?
  • Q2. How do you approach the project if you are using logistic regression model?
  • Ans. 

    Approach involves data preprocessing, model training, evaluation, and interpretation.

    • Perform data preprocessing such as handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Train the logistic regression model on the training data.

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score.

    • Interpret the model coefficients to under...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you future goals?
  • Q2. What would you do if your interested field doesnt have any work in the company?
  • Ans. 

    I would seek opportunities to apply my skills in related fields within the company.

    • Explore other departments or teams within the company that may have projects related to my field of interest

    • Offer to collaborate with colleagues in different departments to bring a new perspective to their projects

    • Seek out professional development opportunities to expand my skills and knowledge in related areas

  • Answered by AI

Skills evaluated in this interview

What are the roles & responsibilities of a Data Scientist at Myntra?

Model Development

  • Design, develop, and deploy machine learning models and algorithms
  • Implement robust and reliable software solutions for model deployment

Read full roles & responsibilities

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple mediam DSA style questions around ML

Myntra HR Interview Questions

77 questions and answers

Q. Tell me about your work experience.
Q. Which is better for work, online or offline?
Q. What is your reason for leaving your previous job?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy topics arrays, sequence sum.

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

Questions related to basic coding were asked, and some background on projects and discussions alongside maths and statistics concepts

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to projects done at my previous company
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to my work at previous company
  • Q2. ML system design use case type of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to be good at coding wrt DSA basics like array, strings, stacks and recursion.
Also practice some level of basic PyTorch stuff and specially Bert architecture (in terms of code)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Recommendation System Questions
  • Q2. A B Testing Questions

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to leave your current organization

Myntra Interview FAQs

How many rounds are there in Myntra Data Scientist interview?
Myntra interview process usually has 2 rounds. The most common rounds in the Myntra interview process are Technical and Case Study.
How to prepare for Myntra Data Scientist 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 Myntra. The most common topics and skills that interviewers at Myntra expect are Python, Data Science, Machine Learning, NLP and Information Retrieval.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Myntra Be The Trend. Be Myntra.

Interview Questions from Similar Companies

Udaan Data Scientist Interview Questions
4.0
 • 360 Interviews
View all
Myntra Data Scientist Salary
based on 35 salaries
₹20.7 L/yr - ₹30 L/yr
42% more than the average Data Scientist Salary in India
View more details

Myntra Data Scientist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Data Analyst
293 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Software Engineer
217 salaries
unlock blur

₹17 L/yr - ₹29 L/yr

Manager
212 salaries
unlock blur

₹11 L/yr - ₹19 L/yr

Associate
206 salaries
unlock blur

₹6.1 L/yr - ₹12.9 L/yr

Senior Manager
203 salaries
unlock blur

₹20 L/yr - ₹33 L/yr

Explore more salaries
Compare Myntra with

Flipkart

3.9
Compare

Amazon

4.0
Compare

Meesho

3.7
Compare

LimeRoad

2.6
Compare
write
Share an Interview