Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy Service Delivery Leader Interview Questions and Answers

Updated 18 May 2021

Swiggy Service Delivery Leader Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you ensure that the allocated delivery people to you are doing enough work

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell them you will make a whatsapp group and have incentives for each of them

Interview questions from similar companies

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.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

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
Round 1 - Technical 

(2 Questions)

  • Q1. What’s your name & experience
  • Q2. Do you ready for job

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t like this app & company works improved your business management

I applied via LinkedIn and was interviewed in Mar 2022. There were 5 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 - Coding Test 

The test was based on SQL and the questions were similar to medium difficulty level questions in leetcode.

Round 3 - Technical 

(3 Questions)

  • Q1. Describe different types of joins
  • Ans. 

    Different types of joins are used in database queries to combine data from multiple tables.

    • Inner join: Returns only the matching records from both tables.

    • Left join: Returns all records from the left table and the matching records from the right table.

    • Right join: Returns all records from the right table and the matching records from the left table.

    • Full outer join: Returns all records when there is a match in either the ...

  • Answered by AI
  • Q2. 2 tables were given and I was asked to tell the number of rows in output based on different types of joins.
  • Q3. Calculated the rows based on joins and told the answer.
Round 4 - One-on-one 

(4 Questions)

  • Q1. Describe your previous experience
  • Ans. 

    I have 3 years of experience as a Business Analyst in the IT industry.

    • Worked on gathering and analyzing business requirements

    • Created functional specifications and user stories

    • Conducted stakeholder interviews and facilitated meetings

    • Performed data analysis and created reports

    • Collaborated with cross-functional teams to implement solutions

    • Utilized tools like JIRA and Confluence for project management

    • Improved business proc

  • Answered by AI
  • Q2. Shared the details regarding my experience
  • Q3. A SQL based puzzle based on window functions where I had to find 4 consecutive empty seats in a theater.
  • Q4. Solved using lag function.
Round 5 - Case Study 

The interviewer asked about my previous experience along with a few situation based questions and then gave me a case study to find out possible reasons for a decrease in the cancellations between order dispatch and order delivery.

Interview Preparation Tips

Topics to prepare for Meesho Business Analyst interview:
  • SQL
  • Problem solving
Interview preparation tips for other job seekers - SQL and problem solving are the most important for this interview.

Skills evaluated in this interview

Round 1 - Assignment 
Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimates, SQL, MS-Excel related questions.
Round 3 - Case Study 

A case study, few HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL, Excel are must. Python is good to have.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

3 coding questions and 20 mcq's

  • Q1. 

    Maximum Sum of Two Non-Overlapping Subarrays

    Given an integer array ARR and a positive integer K, your task is to determine two non-overlapping subarrays of length K that yield the maximum combined sum.

    ...

  • Ans. 

    The task is to find two non-overlapping subarrays of length K in an array, such that their sum is maximum.

    • Iterate through the array and calculate the sum of each subarray of length K

    • Store the maximum sum obtained from the first subarray

    • Iterate again and calculate the sum of each subarray of length K, excluding the previous subarray

    • Store the maximum sum obtained from the second subarray

    • Return the sum of the two maximum

  • Answered by AI
  • Q2. 

    Distinct Subsequences Problem Statement

    You are given a string 'S' of length 'N' which may include duplicate alphabets. Your goal is to calculate the number of distinct subsequences in the string.

    Exampl...

  • Ans. 

    The task is to find the count of distinct subsequences in a given string.

    • Use dynamic programming to solve the problem.

    • Create a 2D array to store the count of distinct subsequences for each prefix of the string.

    • Initialize the first row of the array with 1, as there is only one subsequence of an empty string.

    • For each character in the string, calculate the count of distinct subsequences by considering two cases: including...

  • Answered by AI
  • Q3. 

    Array Intersection Problem Statement

    Given two integer arrays/ lists ARR1 and ARR2 of sizes N and M respectively, you are required to determine their intersection. An intersection is defined as the set of...

  • Ans. 

    The task is to find the intersection of two integer arrays/lists.

    • Read the number of test cases

    • For each test case, read the size and elements of the first array/list

    • Read the size and elements of the second array/list

    • Find the intersection of the two arrays/lists

    • Print the intersection elements in the order they appear in the first array/list

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

Online video call based round, Timing was 10-11 AM
Interview started with basic greetings, post that i explained by projects in brief and then we jumped right into dsa questoins.

  • Q1. 

    Number of Islands Problem Statement

    You are given a non-empty grid that consists of only 0s and 1s. Your task is to determine the number of islands in this grid.

    An island is defined as a group of 1s (re...

  • Ans. 

    The task is to find the number of islands in a grid consisting of 0s and 1s.

    • An island is a group of 1s connected horizontally, vertically, or diagonally

    • The grid is surrounded by 0s on all four edges

    • Use a depth-first search (DFS) or breadth-first search (BFS) algorithm to traverse the grid and count the number of islands

    • Initialize a visited array to keep track of visited cells

    • For each unvisited cell with a value of 1, p...

  • Answered by AI
  • Q2. 

    Arrangement Problem Statement

    Determine the number of permutations of list A = [1, 2, ..., N] such that for every index i, either A[i] is divisible by i or i is divisible by A[i].

    Input:

    The input start...
  • Ans. 

    The goal is to find the number of permutations of a list satisfying certain conditions.

    • Iterate through all permutations of the list

    • Check if each permutation satisfies the given conditions

    • Count the number of permutations that satisfy the conditions

    • Return the count for each test case

  • Answered by AI
  • Q3. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    An idempotent matrix is a square matrix that remains unchanged when multiplied by itself.

    • Check if the given matrix satisfies the property M*M = M

    • Iterate through each element of the matrix and perform the matrix multiplication

    • Compare the result with the original matrix

    • If they are equal, return true; otherwise, return false

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

This was EM round, started with me explaining my projects in deep and facing some counter questions on that, proceeded to os, dbms basic questions and some low level designing and lastly a puzzle to end interview.

  • Q1. Can you design an attendance management system?
  • Ans. 

    Design attendance management system

    • Create a database to store employee information

    • Implement a user interface for employees to mark their attendance

    • Develop a system to track and record attendance data

    • Generate reports and analytics based on attendance data

  • Answered by AI
Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

This was formality round, HR came and explained what meesho does and told my joining dates and compensation details.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteriaMeesho interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, DBMS, Dynamic Programming, Low level designTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Do medium level queustions
Tip 2 : Learn basic system design for startup interviews.

Application resume tips for other job seekers

Tip 1 : Put things on your resume that you know by your heart, otherwise will have a lot of difficulty in the HM round.
Tip 2 : Do not mention co-curricular activities on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 Moderate questions were asked. I managed to solve 2 completely and 1 partially.

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to system design were asked.
  • Q2. He asked me to design some functions of facebook.
Round 3 - HR 

(1 Question)

  • Q1. Introduction type questions were asked. In this it will prefer only CS students
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 4 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 - Coding Test 

SQL Assignment: Decent SQL questions were provided, Answers were provided with detailed approach. Time-in out sql problem, cohorts problem was there

Round 3 - Technical 

(1 Question)

  • Q1. Partition functions,creating dynamic buckets and sql puzzles were the highlights
Round 4 - Case Study 

Case study to understand the problem-solving aptitude was asked. Focus was more on the approach rather than the final outcome

Interview Preparation Tips

Interview preparation tips for other job seekers - Case study,sql,guesstimates and puzzles are something that should be handy

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 317 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Lenskart Interview Questions
3.2
 • 307 Interviews
Zepto Interview Questions
3.5
 • 221 Interviews
View all
Swiggy Service Delivery Leader Salary
based on 6 salaries
₹1 L/yr - ₹2.4 L/yr
92% less than the average Service Delivery Leader Salary in India
View more details

Swiggy Service Delivery Leader Reviews and Ratings

based on 4 reviews

2.8/5

Rating in categories

4.1

Skill development

2.8

Work-life balance

2.6

Salary

3.9

Job security

2.7

Company culture

3.9

Promotions

3.8

Work satisfaction

Explore 4 Reviews and Ratings
Delivery Boy
874 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
580 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Sales Manager
564 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Assistant Manager
498 salaries
unlock blur

₹3 L/yr - ₹13.5 L/yr

Assistant Store Manager
455 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Swiggy with

Zomato

3.8
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