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
Employer? Claim Account for FREE

Swiggy

Compare button icon Compare button icon Compare
3.8

based on 4.6k Reviews

Play video Play video Video summary
  • About
  • Reviews
    4.6k
  • Salaries
    21k
  • Interviews
    462
  • Jobs
    184
  • Benefits
    382
  • Photos
    17
  • Posts
    26

Filter interviews by

Swiggy Business Analyst Interview Questions and Answers

Updated 21 May 2025

19 Interview questions

A Business Analyst was asked 3mo ago
Q. What improvements would you suggest for Swiggy, and what metrics would you use to measure and evaluate them?
Ans. 

Enhancing Swiggy's user experience and operational efficiency through targeted improvements and measurable metrics.

  • Improve delivery time: Measure average delivery time and set a target to reduce it by 15% over the next quarter.

  • Enhance customer support: Track response time and resolution rate of customer queries, aiming for a 90% satisfaction score.

  • Expand restaurant partnerships: Monitor the number of new restauran...

A Business Analyst was asked 8mo ago
Q. How do you handle outliers?
Ans. 

Outliers can be handled by identifying, analyzing, and deciding whether to remove or adjust them based on their impact on the analysis.

  • Identify outliers using statistical methods like Z-score, IQR, or visualization techniques like box plots.

  • Analyze the outliers to understand if they are due to errors in data collection or represent true anomalies.

  • Decide whether to remove outliers if they are errors or adjust them ...

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 8mo ago
Q. What is skewness and what are its types?
Ans. 

Skewness is a measure of the asymmetry of a distribution.

  • Skewness indicates the lack of symmetry in a distribution.

  • Positive skewness means the tail on the right side of the distribution is longer or fatter.

  • Negative skewness means the tail on the left side of the distribution is longer or fatter.

  • Types of skewness: Positive skewness, Negative skewness, and Zero skewness (symmetric distribution).

A Business Analyst was asked 8mo ago
Q. How does NULL behave in different types of joins?
Ans. 

Null behaves differently in different types of joins in SQL

  • In INNER JOIN, rows with NULL values are excluded from the result set

  • In LEFT JOIN, rows with NULL values from the left table are included in the result set

  • In RIGHT JOIN, rows with NULL values from the right table are included in the result set

  • In FULL OUTER JOIN, rows with NULL values from either table are included in the result set

A Business Analyst was asked 8mo ago
Q. What is the difference between DDL and DML?
Ans. 

DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

  • DDL is used to create, modify, and delete database objects like tables, indexes, etc.

  • DML is used to insert, update, delete, and retrieve data from the database.

  • Examples of DDL statements include CREATE TABLE, ALTER TABLE, DROP ...

A Business Analyst was asked 9mo ago
Q. Write an SQL query to find the cumulative sum of cost for a given table.
Ans. 

Calculate cumulative sum of cost using SQL with window functions for a given table.

  • Use the SUM() function with OVER() clause for cumulative sum.

  • Example: SELECT cost, SUM(cost) OVER (ORDER BY date) AS cumulative_cost FROM expenses;

  • Ensure proper ordering to get accurate cumulative results.

  • You can partition data if needed using PARTITION BY clause.

A Business Analyst was asked 9mo ago
Q. Why did Flipkart's revenue drop 20% in December compared to November?
Ans. 

The drop in Flipkart's revenue in December compared to November can be attributed to seasonal factors, promotional activities, or changes in consumer behavior.

  • Seasonal factors such as holiday sales in November leading to higher revenue compared to December

  • Promotional activities like Black Friday or Cyber Monday driving higher sales in November

  • Changes in consumer behavior, such as delayed purchases or reduced spend...

Are these interview questions helpful?
A Business Analyst was asked
Q. Myntra, which is currently only online, wants to establish a physical presence. Using Myntra's data, in which city should it open its first brick-and-mortar store?
Ans. 

Myntra should analyze customer data, sales trends, and demographics to choose the best city for its offline outlet.

  • Analyze customer demographics: Identify cities with a high concentration of Myntra's target audience, such as young professionals.

  • Sales trends: Look at online sales data to find cities with the highest sales volume, indicating strong brand presence.

  • Competitor analysis: Evaluate cities where competitor...

A Business Analyst was asked
Q. Flipkart's sales this week were lower than last week, and competitors didn't run any special promotions. What metrics would you examine, and what framework would you use to analyze this?
Ans. 

Analyzing Flipkart's sales drop requires examining various metrics and frameworks to identify underlying issues.

  • 1. Sales Trends: Compare daily sales data from this week to last week to identify specific days with significant drops.

  • 2. Customer Traffic: Analyze website/app traffic to see if there was a decrease in visitors, indicating potential issues in attracting customers.

  • 3. Conversion Rate: Check if the conversi...

A Business Analyst was asked
Q. If Flipkart wants to replace its payment options from credit card to UPI, what would be the null and alternative hypotheses? What metrics would you use to evaluate this change?
Ans. 

Formulating hypotheses for Flipkart's payment option transition from credit cards to UPI.

  • Null Hypothesis (H0): There is no significant difference in transaction success rates between credit card and UPI payments.

  • Alternate Hypothesis (H1): UPI payments have a significantly higher transaction success rate compared to credit card payments.

  • Metrics to check: Transaction success rate, average transaction time, customer ...

1 2

Swiggy Business Analyst Interview Experiences

26 interviews found

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Feb 2025

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

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

The questions were related to Data Interpretation/Logical Reasoning and general aptitude.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Questions related to SQL queries, window functions, 2-3 sql queries had to write
  • Add your answer
  • Q2. Statistics related questions, left skewed, right skewed etc.
  • Add your answer
  • Q3. Questions related to basics of ML
  • Add your answer
Round 3 - Case Study 

A company wants to open a new store, what would the factors you would consider.
A ride sharing company wants dynamic pricing in place of flat pricing, what factors you would consider.

Round 4 - HR 

(2 Questions)

  • Q1. General Project and HR related questions.
  • Add your answer
  • Q2. Things you want to improve in swiggy and metrics to measure and evaluate them.
  • Ans. 

    Enhancing Swiggy's user experience and operational efficiency through targeted improvements and measurable metrics.

    • Improve delivery time: Measure average delivery time and set a target to reduce it by 15% over the next quarter.

    • Enhance customer support: Track response time and resolution rate of customer queries, aiming for a 90% satisfaction score.

    • Expand restaurant partnerships: Monitor the number of new restaurant sig...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the JD, R2 won't be outside the JD. Practice puzzles also.
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

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 were 2 interview rounds.

Round 1 - Coding Test 

Technical + Analytics
I gave my coding test this august 2024, it was purely based on SQL coding
8 question, 3 easy, 3 intermediate and 3 hard.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction and explain any one of the projects plus what was the analytics you used
  • Ans. 

    Implemented a project to optimize marketing campaigns using predictive analytics

    • Developed a predictive model to identify the most effective marketing channels

    • Utilized data from past campaigns to train the model

    • Used techniques such as regression analysis and decision trees to analyze the data

    • Generated insights on customer behavior and preferences to improve campaign targeting

  • Answered by AI
    Add your answer
  • Q2. SQL coding, shared screen and was asked to find cumulative sum of cost for a table.
  • Ans. 

    Calculate cumulative sum of cost using SQL with window functions for a given table.

    • Use the SUM() function with OVER() clause for cumulative sum.

    • Example: SELECT cost, SUM(cost) OVER (ORDER BY date) AS cumulative_cost FROM expenses;

    • Ensure proper ordering to get accurate cumulative results.

    • You can partition data if needed using PARTITION BY clause.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very very well prepared with SQL and you should be aware of advanced sql, not only concepts but solving questions
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 21 May 2025

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. Starting from how joins work to advanced sql.
  • Add your answer
  • Q2. A question on case study
  • Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2024

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

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

Round 1 - Coding Test 

8 sql questions
1 hard, 4 easy and 3 medium

Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself. Your responsibilities in current role.
  • Ans. 

    I am a Business Analyst with experience in data analysis, process improvement, and stakeholder management.

    • Analyze data to identify trends and insights

    • Improve business processes through automation and optimization

    • Manage relationships with stakeholders to gather requirements and ensure project success

  • Answered by AI
    Add your answer
  • Q2. SQL based basic questions. Output of left join and inner right join
  • Add your answer
  • Q3. Any notable project you’ve done which made any remarkable change in business
  • Ans. 

    Implemented a data analytics project that optimized inventory management, resulting in a 20% reduction in costs.

    • Analyzed historical sales data to forecast demand and optimize inventory levels

    • Implemented a new inventory management system based on data-driven insights

    • Collaborated with cross-functional teams to ensure successful implementation

    • Monitored key performance indicators to track the impact of the project

  • Answered by AI
    Add your answer
  • Q4. Difference between DDL and DML
  • Ans. 

    DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

    • DDL is used to create, modify, and delete database objects like tables, indexes, etc.

    • DML is used to insert, update, delete, and retrieve data from the database.

    • Examples of DDL statements include CREATE TABLE, ALTER TABLE, DROP TABLE...

  • Answered by AI
    Add your answer
  • Q5. How null behaves in different types of joins
  • Ans. 

    Null behaves differently in different types of joins in SQL

    • In INNER JOIN, rows with NULL values are excluded from the result set

    • In LEFT JOIN, rows with NULL values from the left table are included in the result set

    • In RIGHT JOIN, rows with NULL values from the right table are included in the result set

    • In FULL OUTER JOIN, rows with NULL values from either table are included in the result set

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Business Analyst Interview Questions & Answers

user image Aniket Joglekar

posted on 8 Feb 2024

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

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

Round 1 - Coding Test 

Hackerrank SQL questions and one case study question

Round 2 - Technical 

(2 Questions)

  • Q1. SQL questions related to rank, dense rank, joins
  • Add your answer
  • Q2. Flipkart wants to replace its payment options from credit card to upi. so what will be the null and the alternate hypothesis for this. and what will be the metrics to check
  • Ans. 

    Formulating hypotheses for Flipkart's payment option transition from credit cards to UPI.

    • Null Hypothesis (H0): There is no significant difference in transaction success rates between credit card and UPI payments.

    • Alternate Hypothesis (H1): UPI payments have a significantly higher transaction success rate compared to credit card payments.

    • Metrics to check: Transaction success rate, average transaction time, customer satis...

  • Answered by AI
    Add your answer
Round 3 - One-on-one 

(3 Questions)

  • Q1. Your uber rating is 4.2. for your first 80 rides. uber has started a new scheme where they give additional 10% of to those customers who have a rating of 4.5 and above. what is the minimum number of trips ...
  • Ans. 

    The minimum number of trips required to achieve a rating of 4.5 is 20.

    • To calculate the minimum number of trips required, we need to find the difference between the current rating and the desired rating.

    • Since the desired rating is 4.5 and the current rating is 4.2, the difference is 0.3.

    • Each trip contributes to the rating, so we need to divide the difference by the rating increment per trip.

    • The rating increment per trip...

  • Answered by AI
    View 5 more answers
  • Q2. Flipkart's this week sales was lesser than last week. there was no schemes run by its competitors. so what metrics will you check and also come up with a framework for it
  • Ans. 

    Analyzing Flipkart's sales drop requires examining various metrics and frameworks to identify underlying issues.

    • 1. Sales Trends: Compare daily sales data from this week to last week to identify specific days with significant drops.

    • 2. Customer Traffic: Analyze website/app traffic to see if there was a decrease in visitors, indicating potential issues in attracting customers.

    • 3. Conversion Rate: Check if the conversion ra...

  • Answered by AI
    Add your answer
  • Q3. Myntra which is only offline now wants to make its presence offline. using myntra data, which city will it open the outlet
  • Ans. 

    Myntra should analyze customer data, sales trends, and demographics to choose the best city for its offline outlet.

    • Analyze customer demographics: Identify cities with a high concentration of Myntra's target audience, such as young professionals.

    • Sales trends: Look at online sales data to find cities with the highest sales volume, indicating strong brand presence.

    • Competitor analysis: Evaluate cities where competitors hav...

  • Answered by AI
    Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

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

I applied via Approached by Company and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

SQL And Excel Test with Intermidiate to Entry level questions

Round 2 - Coding Test 

SQL Test with questions on Window fx and logic

Round 3 - Case Study 

Case on various company and there problems

Round 4 - One-on-one 

(2 Questions)

  • Q1. Why revenue of Flipkart dropped 20% in December, Compared to November.
  • Ans. 

    The drop in Flipkart's revenue in December compared to November can be attributed to seasonal factors, promotional activities, or changes in consumer behavior.

    • Seasonal factors such as holiday sales in November leading to higher revenue compared to December

    • Promotional activities like Black Friday or Cyber Monday driving higher sales in November

    • Changes in consumer behavior, such as delayed purchases or reduced spending a...

  • Answered by AI
    Add your answer
  • Q2. Why you want to join Swiggy
  • Ans. 

    I want to join Swiggy because of its innovative technology, fast-paced environment, and impact on the food delivery industry.

    • Swiggy's cutting-edge technology and data-driven approach to food delivery excites me

    • I am drawn to the fast-paced and dynamic work environment at Swiggy

    • Swiggy's significant impact on the food delivery industry and its rapid growth potential are appealing to me

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL questions and Problem Solving
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

SQL round - 6 problems 2 case studies

Round 2 - Technical 

(2 Questions)

  • Q1. SQL #1 Self join
  • Add your answer
  • Q2. SQL #2 Window funciton
  • Add your answer
Round 3 - Case Study 

RCA for CTR drop in youtube

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2024

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

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

Round 1 - Coding Test 

Mostly sql question asked, moderate level

Round 2 - One-on-one 

(2 Questions)

  • Q1. Sql join and sub query
  • Add your answer
  • Q2. Window functions
  • Add your answer
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

SQL Test by HackerRank

Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Jan 2025

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

I applied via Company Website and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Quest on window function , joins, sql problems
  • Add your answer
Round 2 - Case Study 

If we add "add to cart" option directly from search bar on amazon/flipkart. would that be a good or bad decision.

Round 3 - HR 

(1 Question)

  • Q1. Weakness, strength
  • Add your answer
Anonymous

Top trending discussions

View All
Personal Finance
1w
a senior executive
Flatmate Issues - Need Advice!
My flatmate earns 20LPA, but I'm at 12LPA. They're always planning expensive weekends, and I can't always join due to budget. They make me feel guilty when I don't. Should I move out even though I don't have other friends and it'll be a financial strain? What do you guys suggest?
Got a question about Swiggy?
Ask anonymously on communities.
More about working at Swiggy
  • HQ - Bangalore,Karnataka, India
  • Internet
  • 1k-5k Employees (India)
  • Logistics

Swiggy Interview FAQs

How many rounds are there in Swiggy Business Analyst interview?
Swiggy interview process usually has 2-3 rounds. The most common rounds in the Swiggy interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Swiggy 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 Swiggy. The most common topics and skills that interviewers at Swiggy expect are SQL, Python, Machine Learning, Analytics and Business Analysis.
What are the top questions asked in Swiggy Business Analyst interview?

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

  1. your uber rating is 4.2. for your first 80 rides. uber has started a new scheme...read more
  2. Ques.1 How many delivery boy have called customers more than 5 tim...read more
  3. How can you understand the supply of restaurant in a particular area of a cit...read more
How long is the Swiggy Business Analyst interview process?

The duration of Swiggy Business Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Swiggy Interviews By Designations

  • Swiggy Business Analyst Interview Questions
  • Swiggy Sales Manager Interview Questions
  • Swiggy Fleet Manager Interview Questions
  • Swiggy Assistant Store Manager Interview Questions
  • Swiggy Store Manager Interview Questions
  • Swiggy MIS Executive Interview Questions
  • Swiggy Business Associate Interview Questions
  • Swiggy Team Lead Interview Questions
  • Show more
  • Swiggy Delivery Boy Interview Questions
  • Swiggy Product Manager 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.1/5

based on 25 interview experiences

Difficulty level

Moderate 82%
Hard 18%

Duration

Less than 2 weeks 53%
2-4 weeks 41%
4-6 weeks 6%
View more

Business Analyst Interview Questions from Similar Companies

Meesho
Meesho Business Analyst Interview Questions
3.7
 • 43 Interviews
Info Edge
Info Edge Business Analyst Interview Questions
3.9
 • 9 Interviews
Oyo Rooms
Oyo Rooms Business Analyst Interview Questions
3.3
 • 9 Interviews
Ola Cabs
Ola Cabs Business Analyst Interview Questions
3.3
 • 9 Interviews
Uber
Uber Business Analyst Interview Questions
4.2
 • 5 Interviews
Zepto
Zepto Business Analyst Interview Questions
3.5
 • 4 Interviews
Tata 1mg
Tata 1mg Business Analyst Interview Questions
3.6
 • 4 Interviews
Udaan
Udaan Business Analyst Interview Questions
3.9
 • 3 Interviews
Digit Insurance
Digit Insurance Business Analyst Interview Questions
3.9
 • 3 Interviews
CarDekho Group
CarDekho Group Business Analyst Interview Questions
3.7
 • 3 Interviews
View all
Swiggy Business Analyst Salary
based on 264 salaries
₹7 L/yr - ₹22 L/yr
33% more than the average Business Analyst Salary in India
View more details

Swiggy Business Analyst Reviews and Ratings

based on 22 reviews

3.5/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.4

Salary

2.9

Job security

3.6

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 22 Reviews and Ratings
Business Analyst Jobs at Swiggy
Swiggy
Swiggy - Business Analyst (2-4 yrs)

2-4 Yrs

₹ 5-22 LPA

Swiggy
Swiggy - Business Analyst - Paid Remarketing (2-3 yrs)

2-3 Yrs

₹ 5-19.5 LPA

Explore more jobs
Swiggy Salaries in India
Delivery Boy
895 salaries
unlock blur

₹0.4 L/yr - ₹5.1 L/yr

Fleet Manager
656 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Sales Manager
570 salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Assistant Manager
509 salaries
unlock blur

₹5.6 L/yr - ₹14.2 L/yr

Store Manager
466 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Swiggy with
Eternal Limited

Eternal Limited

3.7
Compare
Dunzo

Dunzo

3.4
Compare
FoodPanda

FoodPanda

3.6
Compare
Rapido

Rapido

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Swiggy Interview Questions >
  • Swiggy 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