Upload Button Icon Add office photos

Filter interviews by

Swiggy Business Analyst Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Swiggy Business Analyst Interview Questions and Answers

  • Q1. DBMS Question Write SQL query to find mean waiting period for delivery partner given driver Id, ordered time and delivered time.
  • Q2. Ques.1 How many delivery boy have called customers more than 5 times?
  • Q3. 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. w ...read more
View all 16 questions

Swiggy Business Analyst Interview Experiences

25 interviews found

I applied via Referral and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of Joins in SQL, minimum and maximum number of rows possible from these joins
  • Ans. 

    Types of SQL joins and their minimum and maximum possible rows.

    • Types of joins: Inner, Left Outer, Right Outer, Full Outer, Cross

    • Minimum rows: Inner - 0, Left/Right Outer - 1, Full Outer - 0, Cross - product of rows

    • Maximum rows: Inner/Left/Right/Full Outer - product of rows, Cross - product of rows

  • Answered by AI
  • Q2. Mean, median, mode, measures of central tendency
Round 2 - Case Study 

1.Features you would look for if you have to buy an elevator
2. How do you estimate the number of trains passing through a station

Round 3 - Behavioral 

(1 Question)

  • Q1. Why do you want to join swiggy ? What are your plans for upcoming years ?
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and don't behave cocky. At Swiggy, candidate attitude and team fit is given a lot of importance.

Skills evaluated in this interview

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
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
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
  • Q2. SQL coding, shared screen and was asked to find cumulative sum of cost for a table.

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
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
  • Q2. SQL based basic questions. Output of left join and inner right join
  • 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
  • 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
  • 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

Skills evaluated in this interview

Swiggy interview questions for designations

 Senior Business Analyst

 (4)

 Associate Business Analyst

 (1)

 Analyst

 (1)

 Business Associate

 (8)

 MIS Analyst

 (3)

 Data Analyst

 (2)

 Content Analyst

 (2)

 Business Development Manager

 (2)

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
  • 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
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
  • 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
  • Q3. Myntra which is only offline now wants to make its presence offline. using myntra data, which city will it open the outlet

Get interview-ready with Top Swiggy Interview Questions

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

Interview Preparation Tips

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

Business Analyst Jobs at Swiggy

View all
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
  • Q2. SQL #2 Window funciton
Round 3 - Case Study 

RCA for CTR drop in youtube

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
  • Q2. Window functions

Business Analyst interview

user image Just Code It- Sarthak

posted on 20 Mar 2022

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

SQL Test by HackerRank

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

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Around SQL and Python and some questions on my work experience

Round 2 - Technical 

(2 Questions)

  • Q1. How to 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 if th...

  • Answered by AI
  • Q2. What is skewness and it's 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).

  • Answered by AI
Round 3 - Case Study 

One question was on Guesstimate and others were related to Problem solving

Skills evaluated in this interview

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, Analytics, Business Analysis and Machine Learning.
What are the top questions asked in Swiggy Business Analyst interview?

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

  1. Ques.1 How many delivery boy have called customers more than 5 tim...read more
  2. your uber rating is 4.2. for your first 80 rides. uber has started a new scheme...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 2-4 weeks to complete.

Tell us how to improve this page.

Swiggy Business Analyst Interview Process

based on 11 interviews in last 1 year

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • Case Study Round
View more

People are getting interviews through

based on 18 Swiggy interviews
Job Portal
Company Website
Referral
44%
28%
17%
11% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Swiggy Business Analyst Salary
based on 241 salaries
₹7.1 L/yr - ₹21 L/yr
41% more than the average Business Analyst Salary in India
View more details

Swiggy Business Analyst Reviews and Ratings

based on 17 reviews

3.7/5

Rating in categories

3.8

Skill development

3.0

Work-Life balance

3.6

Salary & Benefits

2.8

Job Security

3.6

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 17 Reviews and Ratings
Business Analyst

Bangalore / Bengaluru

1-3 Yrs

₹ 7.25-21 LPA

Explore more jobs
Delivery Boy
855 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
683 salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Sales Manager
539 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Assistant Manager
493 salaries
unlock blur

₹5.3 L/yr - ₹13.8 L/yr

Assistant Store Manager
424 salaries
unlock blur

₹1.6 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Swiggy with

Zomato

3.8
Compare

Dunzo

3.4
Compare

FoodPanda

3.7
Compare

Rapido

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview