Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy Senior Data Analyst Interview Questions and Answers

Updated 14 Jun 2022

Swiggy Senior Data Analyst Interview Experiences

1 interview found

I applied via Referral and was interviewed in Dec 2021. There were 3 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 based questions on hackerrank.

Round 3 - HR 

(1 Question)

  • Q1. Why Swiggy? Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL well . Be ready for intermediate and advanced SQL queries

Interview questions from similar companies

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

(1 Question)

  • Q1. Write SQL to print the user with the highest restaurant order. There are couple of joins to be used.
  • Ans. 

    Use SQL with joins to find user with highest restaurant order

    • Use JOIN to connect user table with order table

    • Group by user and sum the order amounts

    • Order by sum in descending order and limit to 1 result

  • Answered by AI
Round 2 - Aptitude Test 

Statistical Analysis related questions

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

SQL test on hackerrank

Interview Preparation Tips

Interview preparation tips for other job seekers - I took the test a bit too casually, and was not able to complete everything in time. I would recommend practicing medium to hard SQL questions before attempting this test.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

SQL and Python coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Bagging vs Boosting
  • Q2. Overfitting and Underfitting in GBDT
Round 3 - HR 

(2 Questions)

  • Q1. Questions on Recent project
  • Q2. Deep Learning vs classical ML
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is a logistic regression model?
  • Ans. 

    Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

    • Logistic regression is used when the dependent variable is binary (0/1, True/False, Yes/No, etc.)

    • It estimates the probability that a given input belongs to a particular category.

    • The model calculates the odds of the event happening.

    • It uses a logistic function to map the input values to ...

  • Answered by AI
  • Q2. Explain the random forest model.
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.

    • Random forest is a type of ensemble learning method.

    • It builds multiple decision trees during training.

    • Each tree is built using a subset of the training data and a random subset of features.

    • The final prediction is made by averaging the predictions of all the individual trees.

    • Random...

  • Answered by AI
  • Q3. Explain decision trees
  • Ans. 

    Decision trees are a popular machine learning algorithm used for classification and regression tasks.

    • Decision trees are a flowchart-like structure where each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome.

    • They are easy to interpret and visualize, making them popular for exploratory data analysis.

    • Decision trees can handle both numerical ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you see yourself in next 5 years?
  • Ans. 

    In the next 5 years, I see myself growing into a senior data scientist role, leading projects and mentoring junior team members.

    • Continuing to enhance my skills in data analysis, machine learning, and programming languages such as Python and R

    • Taking on more responsibilities in project management and client interactions

    • Working towards becoming a subject matter expert in a specific industry or domain

    • Mentoring and guiding ...

  • Answered by AI
  • Q2. What are you 5 years back.what is the difference?
  • Ans. 

    I was a student pursuing my undergraduate degree in Computer Science.

    • 5 years back, I was studying Computer Science in college.

    • Now, I have completed my degree and gained experience in data science through internships and projects.

    • I have developed strong analytical and programming skills over the past 5 years.

    • I have also learned new technologies and tools in the field of data science.

    • I have a better understanding of real

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Interviewer asked me basic SQL questions
  • Q2. In the second technical round he asked me advanced SQL topics (Windows Functions, Joins & Subqueries)
Round 2 - Coding Test 

In the second technical round interview asked me about advanced sql topics, theory questions and two coding questions in joins and window functions.

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

(2 Questions)

  • Q1. Tell me about your projects?
  • Q2. How do you approach the project if you are using logistic regression model?
  • Ans. 

    Approach involves data preprocessing, model training, evaluation, and interpretation.

    • Perform data preprocessing such as handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Train the logistic regression model on the training data.

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score.

    • Interpret the model coefficients to under...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you future goals?
  • Q2. What would you do if your interested field doesnt have any work in the company?
  • Ans. 

    I would seek opportunities to apply my skills in related fields within the company.

    • Explore other departments or teams within the company that may have projects related to my field of interest

    • Offer to collaborate with colleagues in different departments to bring a new perspective to their projects

    • Seek out professional development opportunities to expand my skills and knowledge in related areas

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain all of decision tree and random forest?
  • Ans. 

    Decision tree is a tree-like model of decisions and their possible consequences, while random forest is an ensemble learning method that builds multiple decision trees and merges them together.

    • Decision tree is a flowchart-like structure where each internal node represents a decision based on an attribute, each branch represents the outcome of the decision, and each leaf node represents a class label.

    • Random forest is a ...

  • Answered by AI
  • Q2. Some basic probability questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep statistics strong

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Data Engineering
  • Q2. Data Cleaning, Models
  • Q3. MLOps Pipeline, Data Preprocessing
Round 2 - One-on-one 

(2 Questions)

  • Q1. HR Questions mostly
  • Q2. Company and Culture fit
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round was a 45 min long aptitude and case study round which involved basic aptitude questions along with certain cases like "There has been a drop off in customers booking a hotel though the the total number of visits to the site has not dropped. How would you you design a system to analyze the problem and what kind of data will you collect." It was followed by a couple of HR questions

Round 2 - Assignment 

A mock data set of hotel bookings in different countries for last two years were given a week prior to the interview. We were to clean, prepare, derive insights and recommend actions. All of this needed to be documented as 15 page presentation. This presentation then needed to be presented in a 45 min meet.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process felt very different from other companies. They don't really care about your technical prowess, but rather want to get a good understanding of your aptitude level. Also prepare for top 20 HR questions along with a solid introduction.

Swiggy Interview FAQs

How many rounds are there in Swiggy Senior Data Analyst interview?
Swiggy interview process usually has 3 rounds. The most common rounds in the Swiggy interview process are Resume Shortlist, Coding Test and HR.

Tell us how to improve this page.

Swiggy Senior Data Analyst Salary
based on 6 salaries
₹6 L/yr - ₹7.5 L/yr
41% less than the average Senior Data Analyst Salary in India
View more details

Swiggy Senior Data Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Delivery Boy
873 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
583 salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Sales Manager
551 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Assistant Manager
498 salaries
unlock blur

₹3 L/yr - ₹13.5 L/yr

Assistant Store Manager
440 salaries
unlock blur

₹1.8 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview