Upload Button Icon Add office photos
Engaged Employer

i

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

Flipkart Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Flipkart Data Scientist Interview Questions and Answers

Updated 2 Dec 2024

Flipkart Data Scientist Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Business Related case study, signed NDA

Round 2 - Technical 

(2 Questions)

  • Q1. Count number of Parameters in BERT
  • Ans. 

    BERT has 110 million parameters in its base version and 345 million in its large version, enabling complex language understanding.

    • BERT Base: 110 million parameters, 12 layers, 768 hidden units.

    • BERT Large: 345 million parameters, 24 layers, 1024 hidden units.

    • Parameters include weights and biases in the neural network.

    • More parameters generally allow for better performance on NLP tasks.

  • Answered by AI
  • Q2. 3 sum array problem
  • Ans. 

    The 3-sum problem involves finding triplets in an array that sum to zero.

    • Sort the array to simplify finding triplets. Example: [-1, 0, 1, 2, -1, -4] becomes [-4, -1, -1, 0, 1, 2].

    • Use a loop to fix one element and apply two-pointer technique for the remaining elements.

    • Skip duplicates to avoid repeated triplets. For instance, in [-1, -1, 0, 1], only consider unique triplets.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Data Scientist Interview Questions & Answers

user image Jayanti Gautam

posted on 24 Sep 2024

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

(1 Question)

  • Q1. Explain bagging vs boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model corrects the errors made by the previ...

  • Answered by AI
Round 2 - Case Study 

How to judge if the comment is actually describing a product

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Came for campus. Asked questions around basics of ML namely CV, L1, L2 loss & their assumptions, Boosting and Bagging
Round 2 - One-on-one 

(1 Question)

  • Q1. Gave a case study on solving a NLP problem

Top trending discussions

View All
Interview Hub
2w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Flipkart?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Explain dynamic programming with memoization

Round 3 - HR 

(2 Questions)

  • Q1. Where are you from, and why are you joining the company
  • Q2. Why are you joining the company

Interview Preparation Tips

Interview preparation tips for other job seekers - First, they will ask about the breadth of your ML skills and the depth going forward
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coding and data structure
Round 2 - Technical 

(1 Question)

  • Q1. ML Breadth and depth
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What do you know about Uber?
  • Q2. Went over my current role

Flipkart HR Interview Questions

397 questions and answers

Q. What is your experience with Flipkart?
Q. What is your experience with walk-in interviews at the office?
Q. What do you like about Flipkart's complaint process?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. What was the most interesting project you worked on
  • Q2. Design and experiment to validate the new recommendation engine
  • Ans. 

    Designing an experiment to validate a recommendation engine involves A/B testing, metrics, and user feedback for effectiveness.

    • A/B Testing: Split users into two groups, one using the new engine and the other using the old one, to compare performance metrics.

    • Key Metrics: Measure click-through rates, conversion rates, and user engagement to assess the effectiveness of the new engine.

    • User Feedback: Collect qualitative fee...

  • Answered by AI
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It been for 45 mins. question asked from python,ML,Deep learning and maths.

Round 2 - Technical 

(1 Question)

  • Q1. 1) explain correlation and convaraince 2) how logistic differ from linear regression
  • Ans. 

    Correlation measures the strength and direction of a linear relationship between two variables, while covariance measures the extent to which two variables change together.

    • Correlation ranges from -1 to 1, where 1 indicates a perfect positive relationship, -1 indicates a perfect negative relationship, and 0 indicates no relationship.

    • Covariance can be positive, negative, or zero. A positive covariance indicates that as o...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test 45 mins 30 ques

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is Linearregression
  • Ans. 

    Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

    • Linear regression is used to predict the value of a dependent variable based on the value of one or more independent variables.

    • It assumes a linear relationship between the independent and dependent variables.

    • The goal of linear regression is to find the best-fitting line that minimi...

  • Answered by AI
  • Q2. What is random forest
  • Ans. 

    Random forest is an ensemble learning method used for classification and regression tasks.

    • Random forest is a collection of decision trees that are trained on random subsets of the data.

    • Each tree in the random forest independently predicts the target variable, and the final prediction is made by averaging the predictions of all trees.

    • Random forest is robust to overfitting and noisy data, and it can handle large datasets...

  • Answered by AI
  • Q3. WHat is xgboost
  • Ans. 

    XGBoost is an optimized distributed gradient boosting library designed for efficient and accurate large-scale machine learning.

    • XGBoost stands for eXtreme Gradient Boosting.

    • It is a popular machine learning algorithm known for its speed and performance.

    • XGBoost is used for regression, classification, ranking, and user-defined prediction problems.

    • It is based on the gradient boosting framework and uses decision trees as bas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Describe LSTM and GRU
  • Ans. 

    LSTM and GRU are types of recurrent neural networks used for processing sequential data.

    • LSTM (Long Short-Term Memory) networks are capable of learning long-term dependencies in data.

    • GRU (Gated Recurrent Unit) networks are simpler than LSTM and have fewer parameters.

    • LSTM has three gates (input, output, forget) while GRU has two gates (update, reset).

    • LSTM is better at capturing long-term dependencies but is more complex,...

  • Answered by AI
  • Q2. Define Hypothesis Testing
  • Ans. 

    Hypothesis testing is a statistical method used to make inferences about a population based on sample data.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • It aims to determine if there is enough evidence to reject the null hypothesis in favor of the alternative hypothesis.

    • Common methods of hypothesis testing include t-tests, chi-square tests, and ANOVA.

    • The p-value is used to dete...

  • Answered by AI

Skills evaluated in this interview

Flipkart Interview FAQs

How many rounds are there in Flipkart Data Scientist interview?
Flipkart interview process usually has 2 rounds. The most common rounds in the Flipkart interview process are Technical, One-on-one Round and Case Study.
How to prepare for Flipkart 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 Flipkart. The most common topics and skills that interviewers at Flipkart expect are Python, Data Science, Deep Learning, Machine Learning and Neural Networks.
What are the top questions asked in Flipkart Data Scientist interview?

Some of the top questions asked at the Flipkart Data Scientist interview -

  1. Gave a case study on solving a NLP prob...read more
  2. Count number of Parameters in B...read more
  3. Explain bagging vs boost...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Flipkart Data Scientist Salary
based on 106 salaries
₹22.5 L/yr - ₹36 L/yr
93% more than the average Data Scientist Salary in India
View more details

Flipkart Data Scientist Reviews and Ratings

based on 3 reviews

2.5/5

Rating in categories

1.2

Skill development

4.0

Work-life balance

2.6

Salary

2.5

Job security

1.6

Company culture

1.9

Promotions

1.9

Work satisfaction

Explore 3 Reviews and Ratings
Data Scientist - Operations Research

Bangalore / Bengaluru

2-4 Yrs

₹ 8-50 LPA

Explore more jobs
Senior Executive
2.9k salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Team Lead
2.1k salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Operations Executive
1.9k salaries
unlock blur

₹2.2 L/yr - ₹6.3 L/yr

Assistant Manager
1.8k salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Data Entry Operator
1.4k salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Flipkart with

Amazon

4.0
Compare

Myntra

3.9
Compare

Snapdeal

3.8
Compare

Meesho

3.7
Compare
write
Share an Interview