Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy MIS Analyst Interview Questions, Process, and Tips

Updated 1 Oct 2024

Top Swiggy MIS Analyst Interview Questions and Answers

  • Q1. 1.what do you know about Swiggy and it's business model. 2.simple SQL queries 3. Vlookup.
  • Q2. Write a query to find out students has greater than 80 marks and from English subject?
  • Q3. Write a query employes join between such dates?
View all 8 questions

Swiggy MIS Analyst Interview Experiences

3 interviews found

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Rank Function Application in Google Sheet?
  • Ans. 

    Rank function in Google Sheets is used to assign a rank to a value in a list based on its order.

    • Rank function is used to determine the rank of a value in a list.

    • It can be used to rank values in ascending or descending order.

    • The syntax for the rank function is RANK(value, range, [is_ascending]).

  • Answered by AI
  • Q2. Joins From SQL?
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. Order Of query execution in SQL?
  • Ans. 

    The order of query execution in SQL is: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • FROM: Specifies the tables from which data will be retrieved.

    • WHERE: Filters the rows based on specified conditions.

    • GROUP BY: Groups the rows based on specified columns.

    • HAVING: Filters the groups based on specified conditions.

    • SELECT: Retrieves the columns specified in the query.

    • ORDER BY: Sorts the result set based on specified column

  • Answered by AI
  • Q4. Write a query to find out students has greater than 80 marks and from English subject?
  • Ans. 

    Query to find students with over 80 marks in English subject

    • Use SELECT statement to retrieve data

    • Filter the results using WHERE clause for marks greater than 80

    • Include condition for English subject using AND operator

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. When we use having clause ?
  • Ans. 

    HAVING clause is used in SQL to filter groups based on specified conditions after GROUP BY clause.

    • HAVING clause is used with GROUP BY clause to filter groups based on specified conditions.

    • It is used to filter the results of aggregate functions like COUNT, SUM, AVG, etc.

    • It is used to apply conditions to groups, similar to WHERE clause which applies conditions to individual rows.

    • Example: SELECT department, AVG(salary) FR...

  • Answered by AI
  • Q2. Aggregate Function Application?
  • Ans. 

    Aggregate functions are used to perform calculations on groups of rows in a table.

    • Aggregate functions include SUM, AVG, COUNT, MIN, and MAX.

    • They are commonly used in SQL queries to summarize data.

    • For example, you can use SUM to calculate the total sales for a specific product.

    • Another example is using AVG to find the average salary of employees in a department.

  • Answered by AI
  • Q3. Group by and order By?
  • Q4. Write a query employes join between such dates?
  • Ans. 

    Use a SQL query with JOIN to retrieve employees between specified dates.

    • Use the JOIN keyword to combine data from two tables

    • Specify the date range using the WHERE clause

    • Example: SELECT * FROM employees e JOIN dates d ON e.date = d.date WHERE d.date BETWEEN '2022-01-01' AND '2022-12-31'

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Swiggy MIS Analyst interview:
  • EXCEL FUNCTIONS
  • SQL JOINS
  • SQL CLAUSES
Interview preparation tips for other job seekers - Prepare well for advance excel and google sheet function and formulas Theoretically as well as practically.
also prepare deep from SQL basic to advance.

Skills evaluated in this interview

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Asking about ur self introduction and work experience

MIS Analyst Interview Questions Asked at Other Companies

asked in Swiggy
Q1. 1.what do you know about Swiggy and it's business model. 2.simple ... read more
asked in Swiggy
Q2. Write a query to find out students has greater than 80 marks and ... read more
Q3. How to start VBA code and what sub and what is sub called
asked in RBL Bank
Q4. Except excel what do you know Vba or python
Q5. How far have you the knowledge of Managing And it's systems..

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Dec 2020

I applied via Recruitment Consultant and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.what do you know about Swiggy and it's business model. 2.simple SQL queries 3. Vlookup.
  • Ans. 

    Swiggy is an Indian food delivery company that operates through a website and mobile app.

    • Swiggy was founded in 2014 and is headquartered in Bangalore, India.

    • It partners with local restaurants to provide food delivery services to customers.

    • Swiggy's business model is based on charging a commission fee from the restaurants for every order placed through their platform.

    • It has expanded to over 500 cities in India and has ov...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join as MIS in Swiggy. Work of MIS will be just copy paste nothing else. Join only if you have financial problems. Here you can't get any hike nor they will make permanent.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Basic work profile and background related question
Round 2 - Technical 

(1 Question)

  • Q1. Medium level questions on data analysis and data visualisation
Round 3 - Behavioral 

(1 Question)

  • Q1. The head of ops took the interview, he asked pretty standard questions on analytical problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on data visualisation and different kind of analysis

MIS Analyst Interview Questions & Answers

Meesho user image Subham Behera

posted on 14 Oct 2024

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

Define CTE and how it works

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

I applied via Walk-in and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self introduction and knowledge checking
Round 2 - Technical 

(1 Question)

  • Q1. SQL and Excel based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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 - Aptitude Test 

Basic attitude test conducted first.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Questions related to Advanced MS Excel, Basic SQL Queries.
  • Q2. Count total no. of cities ?
  • Ans. 

    The total number of cities cannot be counted without specific data or context.

    • The total number of cities can vary depending on the country, region, or dataset being considered.

    • One would need a list of cities or a specific area of focus to accurately count the total number of cities.

    • For example, the total number of cities in the United States is different from the total number of cities in India.

  • Answered by AI
  • Q3. What is Index and Match ?
  • Ans. 

    Index and Match are functions in Excel used to lookup values in a table based on specific criteria.

    • Index function returns the value of a cell in a table based on the row and column number provided.

    • Match function returns the position of a value in a range.

    • Index and Match functions are often used together to perform more flexible lookups than VLOOKUP or HLOOKUP.

    • Example: =INDEX(A1:D10, MATCH(123, B1:B10, 0), 3) will retur...

  • Answered by AI
  • Q4. What is Vlookup and Hlookup ?
  • Ans. 

    Vlookup and Hlookup are functions in Excel used to search for a value in a table and return a corresponding value.

    • Vlookup stands for vertical lookup and is used to search for a value in the first column of a table and return a value in the same row from a specified column.

    • Hlookup stands for horizontal lookup and is used to search for a value in the first row of a table and return a value in the same column from a speci...

  • Answered by AI
  • Q5. How to calculate Vlookup?
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value.

    • Use the formula =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • lookup_value is the value to search for in the first column of the table

    • table_array is the range of cells that contains the data

    • col_index_num is the column number in the table from which to retrieve the data

    • range_lookup is optional and ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on MS Excel & SQL Queries
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference Between Rank and Dense Rank
  • Ans. 

    Rank assigns unique ranks to each distinct value, while Dense Rank assigns consecutive ranks to each distinct value.

    • Rank does not skip ranks when there are ties, while Dense Rank does

    • Rank will have gaps in ranks if there are ties, while Dense Rank will not

    • Rank function is used to assign a unique rank to each distinct row, while Dense Rank function is used to assign consecutive ranks to each distinct row

  • Answered by AI
  • Q2. Some Basic Joins
  • Q3. Socks Pair Puzzle Qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare BASIC SQL and some puzzles questions

MIS Executive Interview Questions & Answers

Zepto user image Ankith Shetty

posted on 17 Jul 2024

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

(2 Questions)

  • Q1. Tell me about yourself and about the current job profile in the existing company?
  • Q2. What you know about Online business
  • Ans. 

    Online business refers to conducting commercial transactions over the internet.

    • Online business allows companies to reach a global audience

    • E-commerce platforms like Amazon and eBay are examples of online businesses

    • Digital marketing plays a crucial role in promoting online businesses

    • Online businesses often use analytics to track customer behavior and improve sales

    • Online payment gateways like PayPal and Stripe facilitate

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. About myself and current job profile
  • Q2. Why you want to change the company
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Basic work profile and background related question
Round 2 - Technical 

(1 Question)

  • Q1. Medium level questions on data analysis and data visualisation
Round 3 - Behavioral 

(1 Question)

  • Q1. The head of ops took the interview, he asked pretty standard questions on analytical problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on data visualisation and different kind of analysis

Swiggy Interview FAQs

How many rounds are there in Swiggy MIS Analyst interview?
Swiggy interview process usually has 1-2 rounds. The most common rounds in the Swiggy interview process are Technical and Aptitude Test.
What are the top questions asked in Swiggy MIS Analyst interview?

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

  1. 1.what do you know about Swiggy and it's business model. 2.simple SQL queries ...read more
  2. Write a query to find out students has greater than 80 marks and from English s...read more
  3. Write a query employes join between such dat...read more

Tell us how to improve this page.

Swiggy MIS Analyst Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 355 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
Zomato Interview Questions
3.8
 • 319 Interviews
Info Edge Interview Questions
3.9
 • 319 Interviews
Lenskart Interview Questions
3.2
 • 299 Interviews
Zepto Interview Questions
3.5
 • 199 Interviews
View all
Swiggy MIS Analyst Salary
based on 51 salaries
₹2.3 L/yr - ₹5.2 L/yr
At par with the average MIS Analyst Salary in India
View more details

Swiggy MIS Analyst Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

4.4

Skill development

3.8

Work-life balance

3.9

Salary

3.7

Job security

4.7

Company culture

2.9

Promotions

4.4

Work satisfaction

Explore 7 Reviews and Ratings
Delivery Boy
867 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Sales Manager
582 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Fleet Manager
582 salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Assistant Manager
485 salaries
unlock blur

₹3 L/yr - ₹13.5 L/yr

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