AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.9

based on 11.4k Reviews

Play video Play video Video summary

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern
golden leaf award AmbitionBox awards

Top Rated Internet/Product Company - 2025

golden leaf award
  • About
  • Reviews
    11.4k
  • Salaries
    49.5k
  • Interviews
    1.4k
  • Jobs
    252
  • Benefits
    1.5k
  • Photos
    100
  • Posts
    13

Filter interviews by

Flipkart Business Analyst Interview Questions and Answers

Updated 29 May 2025

11 Interview questions

A Business Analyst was asked 5mo ago
Q. What are your expectations?
Ans. 

A Business Analyst identifies business needs and provides solutions to improve processes and systems.

  • Understand stakeholder requirements through interviews and workshops.

  • Analyze data to identify trends and insights, e.g., sales performance.

  • Create documentation like business requirements documents (BRD) and use cases.

  • Facilitate communication between IT and business teams to ensure alignment.

  • Use tools like SWOT anal...

🔥 Asked by recruiter 7 times
A Business Analyst was asked 5mo ago
Q. Tell me about yourself.
Ans. 

I am a detail-oriented Business Analyst with a passion for data-driven decision-making and a strong background in project management.

  • Over 5 years of experience in business analysis across various industries, including finance and healthcare.

  • Skilled in gathering and documenting requirements, as demonstrated in a recent project where I improved a client's reporting process by 30%.

  • Proficient in using tools like SQL a...

Business Analyst Interview Questions Asked at Other Companies

asked in Evalueserve
Q1. You have 10 boxes of balls (each ball weighing exactly 10 gm) wit ... read more
View answers (9)
asked in UnitedHealth
Q2. There are 100 people standing in a circle, the first person has a ... read more
View answers (7)
asked in EXL Service
Q3. Doors numbered 1 to 100 are initially closed. In the first step, ... read more
View answers (9)
asked in Infosys
Q4. What is your strong point in terms of technical knowledge? Like J ... read more
View answers (9)
asked in EXL Service
Q5. If you have 333 digits to number the pages of a book, how many pa ... read more
View answers (8)
View All
A Business Analyst was asked 12mo ago
Q. How do you derive insights from SQL query results in Excel?
Ans. 

Use Excel functions like VLOOKUP or INDEX/MATCH to derive results from SQL queries in Excel.

  • Use VLOOKUP function to search for a value in a table and return a corresponding value from another column.

  • Use INDEX/MATCH function to perform a two-way lookup by matching values in two different ranges.

  • Import SQL query results into Excel using data connection or copy-paste method.

A Business Analyst was asked 12mo ago
Q. Write some SQL queries based on the provided table.
Ans. 

SQL queries are essential for data manipulation and retrieval in databases, crucial for business analysis.

  • Use SELECT to retrieve data, e.g., SELECT * FROM employees;

  • WHERE clause filters results, e.g., SELECT * FROM sales WHERE amount > 1000;

  • JOIN combines data from multiple tables, e.g., SELECT a.name, b.amount FROM customers a JOIN orders b ON a.id = b.customer_id;

  • GROUP BY aggregates data, e.g., SELECT product_...

What people are saying about Flipkart

View All
a data engineer
2w (edited)
Choosing the best company
I have around 3 years of experience and a mtech degree. Currently working as a data science engineer. I have an offer in hand with 10 LPA at enterprise minds , The client is flipkart, also waiting for other interview feedback. Should I join this company immediately or wait for other offers
Got a question about Flipkart?
Ask anonymously on communities.
A Business Analyst was asked 12mo ago
Q. What are your strengths and weaknesses?
Ans. 

My strength is analytical thinking, while my weakness is overanalyzing situations, which can delay decision-making.

  • Strength: Analytical Thinking - I excel at breaking down complex data to identify trends and insights.

  • Example: In my last project, I analyzed customer feedback data to improve product features, resulting in a 20% increase in satisfaction.

  • Weakness: Overanalyzing - I sometimes spend too much time evalua...

A Business Analyst was asked
Q. What is the Bias Variance trade-off and name some models with high bias and low variance?
Ans. 

Bias-Variance trade-off is the balance between overfitting and underfitting. High bias models are simple but inaccurate, low variance models are complex but overfit.

  • Bias-Variance trade-off is a fundamental concept in machine learning.

  • High bias models are simple and have low variance, but are inaccurate.

  • Low bias models are complex and have high variance, but can overfit the data.

  • Examples of high bias models are lin...

A Business Analyst was asked
Q. A car manufacturer has observed a decline in profits by 40% year over year. What would be the possible reasons for this?
Ans. 

Possible reasons for a car manufacturer's decline in profits by 40% year over year

  • Decreased demand for cars due to economic downturn

  • Increased competition from other car manufacturers

  • Rising production costs and expenses

  • Decline in consumer confidence and spending

  • Changes in government regulations impacting the automotive industry

Are these interview questions helpful?
A Business Analyst was asked
Q. What are the major differences between a Linear Regression and a Logistic Regression?
Ans. 

Linear Regression is used for continuous data while Logistic Regression is used for categorical data.

  • Linear Regression predicts continuous values while Logistic Regression predicts probabilities.

  • Linear Regression uses a straight line to fit the data while Logistic Regression uses an S-shaped curve.

  • Linear Regression uses Mean Squared Error as the cost function while Logistic Regression uses Log Loss.

  • Linear Regressi...

A Business Analyst was asked
Q. Visualize an Uber database of drivers and riders (users) and write a SQL query to get the top 100 drivers by city.
Ans. 

SQL query to get top 100 Uber drivers by city

  • Join drivers and users tables on city

  • Aggregate driver ratings and count of rides

  • Order by rating and count of rides

  • Limit to top 100

A Business Analyst was asked
Q. How would you optimize restaurant listings on Swiggy?
Ans. 

Optimizing the listing of Restaurants on Swiggy involves using data-driven strategies to improve visibility, relevance, and user experience.

  • Analyze user behavior and preferences to understand their needs and preferences

  • Implement a ranking algorithm based on factors like ratings, reviews, popularity, and delivery time

  • Optimize search functionality to ensure accurate and relevant results

  • Collaborate with restaurants t...

1 2

Flipkart Business Analyst Interview Experiences

11 interviews found

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2024

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

(2 Questions)

  • Q1. Tell me about a project you faced difficulties?
  • Add your answer
  • Q2. Given a table ..asked some SQL questions
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Shared a table ...asked to write some SQL queries
  • Ans. 

    SQL queries are essential for data manipulation and retrieval in databases, crucial for business analysis.

    • Use SELECT to retrieve data, e.g., SELECT * FROM employees;

    • WHERE clause filters results, e.g., SELECT * FROM sales WHERE amount > 1000;

    • JOIN combines data from multiple tables, e.g., SELECT a.name, b.amount FROM customers a JOIN orders b ON a.id = b.customer_id;

    • GROUP BY aggregates data, e.g., SELECT product_id, C...

  • Answered by AI
    Add your answer
  • Q2. Sman queries result how to derive in excel
  • Ans. 

    Use Excel functions like VLOOKUP or INDEX/MATCH to derive results from SQL queries in Excel.

    • Use VLOOKUP function to search for a value in a table and return a corresponding value from another column.

    • Use INDEX/MATCH function to perform a two-way lookup by matching values in two different ranges.

    • Import SQL query results into Excel using data connection or copy-paste method.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Question was moderate level

Skills evaluated in this interview

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

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

Casestudy relate dto ab testing

Round 2 - Coding Test 

Sql tests on joins and emp database

Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to switch
  • Ans. 

    I am looking for new challenges and opportunities for growth in my career.

    • Seeking opportunities to expand my skill set

    • Interested in working on different projects and industries

    • Want to learn new technologies and methodologies

    • Desire for career advancement and professional development

  • Answered by AI
    Add your answer
  • Q2. Why do you want to join flipkart?
  • Ans. 

    I want to join Flipkart because of its innovative work culture and market leadership in the e-commerce industry.

    • Impressed by Flipkart's innovative approach to e-commerce

    • Excited about the opportunity to work in a market leader in the industry

    • Interested in contributing to Flipkart's growth and success

    • Appreciate Flipkart's focus on customer satisfaction and user experience

  • Answered by AI
    Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Harshkumar Mukeshbhai Patel

posted on 19 Dec 2024

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

Sql joins and ranks and all

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a detail-oriented Business Analyst with a passion for data-driven decision-making and a strong background in project management.

    • Over 5 years of experience in business analysis across various industries, including finance and healthcare.

    • Skilled in gathering and documenting requirements, as demonstrated in a recent project where I improved a client's reporting process by 30%.

    • Proficient in using tools like SQL and Ta...

  • Answered by AI
    Add your answer
  • Q2. What is expected
  • Ans. 

    A Business Analyst identifies business needs and provides solutions to improve processes and systems.

    • Understand stakeholder requirements through interviews and workshops.

    • Analyze data to identify trends and insights, e.g., sales performance.

    • Create documentation like business requirements documents (BRD) and use cases.

    • Facilitate communication between IT and business teams to ensure alignment.

    • Use tools like SWOT analysis ...

  • Answered by AI
    Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test which is easily done

Round 2 - Technical 

(2 Questions)

  • Q1. What are joins? What is windows function
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them. Window functions perform calculations across a set of table rows that are related to the current row.

    • Joins are used in SQL to combine data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Window functions are used to perform calculations on a set of rows rela...

  • Answered by AI
    Add your answer
  • Q2. Aggregation and ctes and subqueries
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the SQL ready

Skills evaluated in this interview

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 26 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. QL Question and Schema design
  • Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 30 May 2024

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

120, it was good interview

Round 2 - Case Study 

120, it was good interview

Round 3 - Coding Test 

120, it was good interview

Round 4 - HR 

(3 Questions)

  • Q1. Introduction and Current job
  • Add your answer
  • Q2. Weakness strength
  • Ans. 

    My strength is analytical thinking, while my weakness is overanalyzing situations, which can delay decision-making.

    • Strength: Analytical Thinking - I excel at breaking down complex data to identify trends and insights.

    • Example: In my last project, I analyzed customer feedback data to improve product features, resulting in a 20% increase in satisfaction.

    • Weakness: Overanalyzing - I sometimes spend too much time evaluating ...

  • Answered by AI
    Add your answer
  • Q3. What makes you good fiy
  • Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 29 May 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. Lot of Complicated SQL questions.
  • Add your answer
  • Q2. How to launce BNPL product on Flipkart
  • Ans. 

    Launching a BNPL product on Flipkart involves market research, partnerships, tech integration, and marketing strategies.

    • Conduct market research to understand customer needs and preferences for BNPL services.

    • Identify and partner with financial institutions to provide credit facilities.

    • Integrate BNPL options into the existing Flipkart checkout process for seamless user experience.

    • Develop a risk assessment model to evalua...

  • Answered by AI
    Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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 3 interview rounds.

Round 1 - Group Discussion 

Topic was given to a group of 10 students and 10 were shortlisted.

Round 2 - Technical 

(2 Questions)

  • Q1. Included guesstimates and business case studies.
  • Add your answer
  • Q2. Number of netflix users in Delhi
  • Ans. 

    The number of Netflix users in Delhi is not publicly available.

    • The exact number of Netflix users in Delhi is not disclosed by Netflix.

    • One way to estimate the number of users in Delhi could be to look at the overall subscriber base in India and make assumptions based on population demographics.

    • Market research firms may have data on the number of Netflix users in India, but specific data for Delhi may not be available.

  • Answered by AI
    Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Questions based on situations and about the reason to join this role.
  • Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2020

I appeared for an interview before Nov 2019.

Interview Questionnaire 

6 Questions

  • Q1. Visualize a Uber database of drivers and riders(users) and write a SQL query to get the top 100 drivers by city.
  • Ans. 

    SQL query to get top 100 Uber drivers by city

    • Join drivers and users tables on city

    • Aggregate driver ratings and count of rides

    • Order by rating and count of rides

    • Limit to top 100

  • Answered by AI
    View 1 more answer
  • Q2. How do you optimize the listing of Restaurants on Swiggy?
  • Ans. 

    Optimizing the listing of Restaurants on Swiggy involves using data-driven strategies to improve visibility, relevance, and user experience.

    • Analyze user behavior and preferences to understand their needs and preferences

    • Implement a ranking algorithm based on factors like ratings, reviews, popularity, and delivery time

    • Optimize search functionality to ensure accurate and relevant results

    • Collaborate with restaurants to imp...

  • Answered by AI
    View 2 more answers
  • Q3. What are the major differences between a Linear Regression and a Logistic Regression?
  • Ans. 

    Linear Regression is used for continuous data while Logistic Regression is used for categorical data.

    • Linear Regression predicts continuous values while Logistic Regression predicts probabilities.

    • Linear Regression uses a straight line to fit the data while Logistic Regression uses an S-shaped curve.

    • Linear Regression uses Mean Squared Error as the cost function while Logistic Regression uses Log Loss.

    • Linear Regression is...

  • Answered by AI
    Add your answer
  • Q4. What is the Bias Variance trade-off and name some models with high bias and low variance?
  • Ans. 

    Bias-Variance trade-off is the balance between overfitting and underfitting. High bias models are simple but inaccurate, low variance models are complex but overfit.

    • Bias-Variance trade-off is a fundamental concept in machine learning.

    • High bias models are simple and have low variance, but are inaccurate.

    • Low bias models are complex and have high variance, but can overfit the data.

    • Examples of high bias models are linear r...

  • Answered by AI
    Add your answer
  • Q5. A car manufacturer has observed a decline in profits by 40% year over year. What would be the possible reasons for this?
  • Ans. 

    Possible reasons for a car manufacturer's decline in profits by 40% year over year

    • Decreased demand for cars due to economic downturn

    • Increased competition from other car manufacturers

    • Rising production costs and expenses

    • Decline in consumer confidence and spending

    • Changes in government regulations impacting the automotive industry

  • Answered by AI
    View 2 more answers
  • Q6. If you have 100 unbiased coins and one of them is defective. You have a weighing balance to check the weight of the coins. What is the minimum number of times you need to weigh the coins to identify the de...
  • View 2 more answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the projects which you have worked upon. Practice case studies on varied businesses from a problem-solving perspective with an analytical approach.

Skills evaluated in this interview

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 21 May 2017

Interview Questionnaire 

1 Question

  • Q1. Question 1: General HR questions, some based on the CV Question 2: A marketing specific question
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: The test basically tests your ability to solve questions as quickly as possible as it's a 60 minute test for 60 questions. The level of difficulty is pretty decent, so one just needs to be focused right from the beginning. English can trouble a bit, so some practice in English sections is also advisable.
Tips: Prepare from Arun Sharma Quantitative Aptitude and Logical Reasoning for CAT. It's a wholesome book and has enough questions to practice and build concepts. Join a test series so that you get a timed analysis of your performance, the ability to skip tough questions and to score as many marks as possible.
Duration: 40 minutes

Round: Group Discussion
Experience: It went pretty well. We had a great discussion. The approach was to list out all the problems one by one and think of probable solutions for each of them. During this, general group dynamics should be taken in consideration. Respect the views and thoughts of other people. Add value to the discussion by thinking critically and bringing new content every now and then. Always be specific and speak to the point.
Tips: Read. Read and Read.
Follow google news, read relevant articles in newspapers, magazines, social media sites or any other place.
Follow Quora, It'a an amazing source to boost your knowledge around any topic.
Duration: 50 minutes

Round: HR Interview
Experience: Be spontaneous, little humorous and lastly very confident. Communication skills improve with time, so start as early as possible. Take part in discussions. Speak up !
Tips: Have a sound knowledge about the industry and the company. They just check your approach. So be very clear and critical on the approach. Have good reasons to back what ever you present. Rest will be fine.

Skills: Communication And Confidence, Analytical Skills, Business Logic, Business Acumen
College Name: Institute of Management, Nirma University
Anonymous
More about working at Flipkart
golden leaf award AmbitionBox awards

Top Rated Internet/Product Company - 2025

golden leaf award
golden leaf award AmbitionBox awards

#5 Top Rated Internet/Product Company - 2024

golden leaf award
  • HQ - Bangalore,Karnataka, India
  • Internet
  • 10k-50k Employees (India)
  • Public
  • Retail

Flipkart Interview FAQs

How many rounds are there in Flipkart Business Analyst interview?
Flipkart interview process usually has 2-3 rounds. The most common rounds in the Flipkart interview process are Technical, Coding Test and HR.
How to prepare for Flipkart Business Analyst 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 Business Analysis, SQL, Python, SAS and QlikView.
What are the top questions asked in Flipkart Business Analyst interview?

Some of the top questions asked at the Flipkart Business Analyst interview -

  1. If you have 100 unbiased coins and one of them is defective. You have a weighin...read more
  2. A car manufacturer has observed a decline in profits by 40% year over year. Wha...read more
  3. How do you optimize the listing of Restaurants on Swig...read more

Tell us how to improve this page.

Flipkart Interviews By Designations

  • Flipkart Data Entry Operator Interview Questions
  • Flipkart Operations Executive Interview Questions
  • Flipkart Senior Executive Interview Questions
  • Flipkart Team Lead Interview Questions
  • Flipkart Software Developer Interview Questions
  • Flipkart Executive Interview Questions
  • Flipkart Graduate Trainee Interview Questions
  • Flipkart Assistant Manager Interview Questions
  • Show more
  • Flipkart Data Analyst Interview Questions
  • Flipkart Customer Service Executive Interview Questions

Interview Questions for Popular Designations

  • Business Development Executive Interview Questions
  • Business Development Manager Interview Questions
  • Business Development Associate Interview Questions
  • Senior Business Analyst Interview Questions
  • Business Associate Interview Questions
  • Business Executive Interview Questions
  • Business Development Interview Questions
  • Business Manager Interview Questions
  • Show more
  • Area Business Manager Interview Questions
  • Lead Business Analyst Interview Questions

Overall Interview Experience Rating

4.5/5

based on 12 interview experiences

Difficulty level

Moderate 75%
Hard 25%

Duration

Less than 2 weeks 100%
View more

Business Analyst Interview Questions from Similar Companies

Amazon
Amazon Business Analyst Interview Questions
4.0
 • 53 Interviews
Eternal Limited
Eternal Limited Business Analyst Interview Questions
3.7
 • 14 Interviews
Info Edge
Info Edge Business Analyst Interview Questions
3.9
 • 9 Interviews
PolicyBazaar
PolicyBazaar Business Analyst Interview Questions
3.7
 • 7 Interviews
Uber
Uber Business Analyst Interview Questions
4.2
 • 5 Interviews
Indiamart Intermesh
Indiamart Intermesh Business Analyst Interview Questions
3.6
 • 2 Interviews
Care Health Insurance
Care Health Insurance Business Analyst Interview Questions
3.6
 • 2 Interviews
Naukri
Naukri Business Analyst Interview Questions
4.1
 • 1 Interview
Nykaa
Nykaa Business Analyst Interview Questions
3.5
 • 1 Interview
Times Internet
Times Internet Business Analyst Interview Questions
3.5
 • 1 Interview
View all
Flipkart Business Analyst Salary
based on 310 salaries
₹6.8 L/yr - ₹28.2 L/yr
61% more than the average Business Analyst Salary in India
View more details

Flipkart Business Analyst Reviews and Ratings

based on 30 reviews

3.8/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.6

Salary

3.9

Job security

3.6

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 30 Reviews and Ratings
Business Analyst Jobs at Flipkart
Flipkart
Business Analyst

Bangalore / Bengaluru

2-5 Yrs

₹ 4.5-17 LPA

Explore more jobs
Flipkart Salaries in India
Senior Executive
2.5k salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Team Lead
2k salaries
unlock blur

₹1.2 L/yr - ₹10 L/yr

Operations Executive
1.8k salaries
unlock blur

₹1.2 L/yr - ₹6.3 L/yr

Assistant Manager
1.7k salaries
unlock blur

₹6 L/yr - ₹22.4 L/yr

Executive
1.4k salaries
unlock blur

₹1.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Flipkart with
Amazon

Amazon

4.0
Compare
Myntra

Myntra

3.9
Compare
Snapdeal

Snapdeal

3.8
Compare
Meesho

Meesho

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Flipkart Interview Questions >
  • Flipkart Business Analyst Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter