Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Dunzo Team. If you also belong to the team, you can get access from here

Dunzo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dunzo MIS Analyst Interview Questions and Answers

Updated 2 Aug 2023

Dunzo MIS Analyst Interview Experiences

2 interviews found

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2022

I applied via Company Website and was interviewed in Sep 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 - Technical 

(2 Questions)

  • Q1. Basic SQL Questions on Joins, writing queries
  • Q2. Two case studies - one dealing with root cause analysis, other with revenue sources of Dunzo (finding out where there revenue comes from, where their most costs occur)
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on previous work experience (internships), personal life, one guesstimate

Interview Preparation Tips

Topics to prepare for Dunzo MIS Analyst interview:
  • SQL
  • Case Studies
Interview preparation tips for other job seekers - Prepare well for SQL using Ankit Bansal's YouTube videos, case studies also there are many resources. Know your old projects and experiences well.

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2023

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

I applied via LinkedIn and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerrank test of SQL, excel and tableau

Round 2 - Technical 

(1 Question)

  • Q1. Question on joins and simple problems
Round 3 - Technical 

(2 Questions)

  • Q1. SQL and Tableau Fundamentals
  • Q2. SQL joins difference
  • Ans. 

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

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left tab...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong in SQL

Skills evaluated in this interview

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. What advanced Excel features, such as PivotTables, COUNTIFS, and ... read more

Interview questions from similar companies

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

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 & 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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why swtiching your company
Round 2 - Coding Test 

Given a on spot question and we have to solve the problem. As i attended for MIS Job its in Excel. They have a set of questions in that question will be like basic to advanced formulas. We have to solve infront of Interviewer.

Interview Preparation Tips

Topics to prepare for Udaan MIS Analyst interview:
  • Pivot Table
  • VLOOKUP
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

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

Dunzo Interview FAQs

How many rounds are there in Dunzo MIS Analyst interview?
Dunzo interview process usually has 3-4 rounds. The most common rounds in the Dunzo interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Dunzo MIS 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 Dunzo. The most common topics and skills that interviewers at Dunzo expect are Management, SQL Queries, Analytical skills, Microsoft Applications and Networking.
What are the top questions asked in Dunzo MIS Analyst interview?

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

  1. SQL joins differe...read more
  2. Two case studies - one dealing with root cause analysis, other with revenue sou...read more
  3. Basic SQL Questions on Joins, writing quer...read more

Tell us how to improve this page.

Dunzo MIS Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 434 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 333 Interviews
Zepto Interview Questions
3.5
 • 240 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
Tata 1mg Interview Questions
3.6
 • 151 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
Urban Company Interview Questions
3.4
 • 136 Interviews
Ninjacart Interview Questions
3.9
 • 96 Interviews
View all
Dunzo MIS Analyst Salary
based on 5 salaries
₹5 L/yr - ₹9.5 L/yr
58% more than the average MIS Analyst Salary in India
View more details

Dunzo MIS Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

3.0

Salary

1.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Community Operations Specialist
116 salaries
unlock blur

₹2.6 L/yr - ₹4.3 L/yr

Key Account Manager
106 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Store Manager
104 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Procurement Manager
104 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Delivery Boy
91 salaries
unlock blur

₹0.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Dunzo with

Swiggy

3.8
Compare

Zepto

3.5
Compare

Porter

3.9
Compare

Rapido

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