Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy Associate Business Analyst Interview Questions and Answers for Freshers

Updated 20 Feb 2025

Swiggy Associate Business Analyst Interview Experiences for Freshers

1 interview found

I appeared for an interview before May 2016.

Interview Questionnaire 

3 Questions

  • Q1.  famous gold puzzle
  • Q2. Case study related: sales were increasing but the monthly profits were falling.
  • Q3.  problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value).
  • Ans. 

    To reduce per delivery cost from Rs. 75, we can focus on optimizing logistics and operational processes.

    • Analyze the current delivery process to identify inefficiencies

    • Implement route optimization software to minimize travel time and fuel consumption

    • Negotiate better rates with suppliers and shipping partners

    • Invest in technology to automate manual tasks and reduce labor costs

    • Streamline inventory management to minimize st

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: based on Cg.
No test was conducted.

Round: Group Activity
Experience: Nil
I selected this round by mistake.
there was only 1 round.

Round: HR Interview
Experience: We had 3 rounds of interview - first HR followed by two case study rounds. There were three panellist, one HR and the other two technical ones.

First round was specificaly HR round. They asked puzzles as well for this round. But even in the subsequent rounds, they didn't limit themselves to case studies but asked a few basic introduction questions as well. Some standard puzzles were asked in this round - a famous gold puzzle was asked to me. When I told that I know the answer, then they didn't grill me on it. The panellist were insti guys only - so questions like 'Why Saarang coreship ?' and 'Why choosing this track ?' were asked. The HR round also had a bit of senior junior interaction taste - question like 'Most interesting thing in insti' was asked. The 2nd and 3rd round were case study rounds both related to food-delivery only, Swiggy being related to that field. 1st one was a classic case study - sales were increasing but the monthly profits were falling. I solved it and gave suggestions to them. They were asking for data to support our claim. Out of 20-25 students from the first round, only 4 went to 2nd round and subsequently 3 to the 3rd round. 3rd round case study was about problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value). This was an open ended question and so was different from the first case study.



Tips: As it is a startup so I expected questions broadly related to 3 categories - HR, puzzles, and case studies. For puzzles and case studies - Day 1.0 is the book. Casing point is the book from which you can get even more difficult case studies. I also found a very good link in Quora - in which all the possible puzzles were given. Some HR questions like 'Why startup ?' & 'Why not the convenional company ?' were expected. I reffered to websites like 'themuse.com' for career planning which was very useful.

College Name: IIT Madras

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About personality

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very knowledgeable. The company want you to be very knowledgeable, smart and interesting.

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you reduce the delivery time of the order?
  • Ans. 

    Reducing delivery time can be achieved by optimizing the supply chain, improving communication, and automating processes.

    • Analyze the supply chain and identify bottlenecks

    • Implement automation tools to streamline processes

    • Improve communication between departments and with customers

    • Use data analytics to forecast demand and plan accordingly

    • Consider outsourcing or partnering with third-party logistics providers

    • Invest in tec...

  • Answered by AI
  • Q2. Questions based on Case Studies

Interview Preparation Tips

Interview preparation tips for other job seekers - The process consisted of two rounds. First was the business analysis kind of round which included the questions like how can you reduce the delivery time of the order? The second round was technical round where the person asked the questions on SQL and Excel

I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Knowledge about data summarisation.and some tools like Power bi and advance excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always speak first answer like perfect and effective answer without any hesitation...

I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fibonacci series, Prime function, linked lisk value access, query

Interview Preparation Tips

Interview preparation tips for other job seekers - First a test based on amcat. Followed by two technical interview. First Tech Interview basis and overview of you concept of ds and algo will ne asked. In second Tech interview indepth concept of topics such as arrays, linked list, os,algo, etc will be asked. Prepare ds and algo concept, dbms query & concept, internet basis such as protocols, methods,etc.

Best of luck

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.

    • Experienced in conducting market research and competitor analysis

    • Proficient in using various data analysis tools such as Excel, SQL, and Tableau

    • Skilled in identifying business needs and translating them into functional requirements

    • Excellent communication and presentation skills

    • Ability to work colla...

  • Answered by AI
  • Q2. What do you want work here?
  • Ans. 

    I want to work here because of the company's reputation, growth opportunities, and alignment with my skills and interests.

    • I am impressed by the company's reputation in the industry.

    • I see great potential for growth and advancement within the company.

    • The company's values and mission align with my own.

    • I believe my skills and experience would be a valuable asset to the company.

    • I am excited about the opportunity to contribu...

  • Answered by AI
  • Q3. What makes you unique?
  • Ans. 

    I have a unique combination of technical skills and business acumen, allowing me to bridge the gap between IT and business stakeholders.

    • I have a strong background in both technology and business domains.

    • I can effectively communicate with both technical and non-technical stakeholders.

    • I have a track record of successfully translating business requirements into technical solutions.

    • I possess a deep understanding of various...

  • Answered by AI
  • Q4. What do you know about the company?
  • Ans. 

    The company is a leading technology firm specializing in software development and consulting services.

    • The company was founded in 2005 and has since grown to have a global presence.

    • They offer a wide range of services including business analysis, software development, and project management.

    • Some of their notable clients include Fortune 500 companies in various industries.

    • They have a strong focus on innovation and staying...

  • Answered by AI
  • Q5. What are your key professional strengths?
  • Ans. 

    My key professional strengths include analytical thinking, problem-solving, and effective communication.

    • Analytical thinking: I have a strong ability to analyze complex business problems and identify key insights.

    • Problem-solving: I am skilled at finding creative solutions to challenges and implementing them effectively.

    • Effective communication: I can communicate complex ideas and findings clearly and concisely to stakeho...

  • Answered by AI
  • Q6. What are your biggest weaknesses?
  • Ans. 

    My biggest weaknesses include perfectionism, overthinking, and public speaking anxiety.

    • Perfectionism: I tend to spend too much time on tasks to ensure they are flawless.

    • Overthinking: I sometimes overanalyze situations, which can lead to indecisiveness.

    • Public speaking anxiety: I get nervous when presenting in front of large audiences.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tension free
Practice, practice, practice.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Oct 2023.

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 

Python, SQL, Quant, Statistics, Numpy

Round 3 - One-on-one 

(2 Questions)

  • Q1. SQL, Python, Puzzle total 9Q
  • Q2. Table, Query, 2 puzzle, Python 1 code (4 Sub code)
Round 4 - One-on-one 

(1 Question)

  • Q1. Yet to declare result for the round 2 i feel +ve for round 2 result lets se

Swiggy Interview FAQs

How many rounds are there in Swiggy Associate Business Analyst interview for freshers?
Swiggy interview process for freshers usually has 3 rounds. The most common rounds in the Swiggy interview process for freshers are Technical and One-on-one Round.
How to prepare for Swiggy Associate Business Analyst interview for freshers?
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, Analytical, Analytical Chemistry, Automation Testing and Continuous Improvement.
What are the top questions asked in Swiggy Associate Business Analyst interview for freshers?

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

  1. problem identification - how to reduce per delivery cost from Rs. 75 (hypothet...read more
  2. famous gold puz...read more
  3. case study related: sales were increasing but the monthly profits were falli...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Udaan Interview Questions
3.9
 • 338 Interviews
Meesho Interview Questions
3.7
 • 338 Interviews
Info Edge Interview Questions
3.9
 • 327 Interviews
Lenskart Interview Questions
3.2
 • 323 Interviews
Zepto Interview Questions
3.5
 • 254 Interviews
BlackBuck Interview Questions
3.8
 • 182 Interviews
Tata 1mg Interview Questions
3.6
 • 159 Interviews
Uber Interview Questions
4.2
 • 149 Interviews
Digit Insurance Interview Questions
3.9
 • 148 Interviews
View all
Swiggy Associate Business Analyst Salary
based on 5 salaries
₹8 L/yr - ₹15 L/yr
41% more than the average Associate Business Analyst Salary in India
View more details

Swiggy Associate Business Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

2.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Delivery Boy
877 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Sales Manager
581 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Fleet Manager
572 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Assistant Manager
490 salaries
unlock blur

₹2.6 L/yr - ₹13 L/yr

Assistant Store Manager
443 salaries
unlock blur

₹1.7 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Swiggy with

Eternal Limited

3.7
Compare

Dunzo

3.4
Compare

FoodPanda

3.7
Compare

Rapido

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview