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 Software Developer Interview Questions and Answers

Updated 24 May 2022

Dunzo Software Developer Interview Experiences

1 interview found

I was interviewed in Jan 2022.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was strictly a DSA round where 2 coding problems asked from me.

  • Q1. 

    Distance To Nearest 1 in a Binary Matrix Problem

    Given a binary matrix MAT containing only 0s and 1s of size N x M, find the distance of the nearest cell containing 1 for each cell in the matrix.

    The dis...

  • Ans. 

    Given a binary matrix, find the distance of the nearest cell having 1 in the matrix for each cell.

    • Use BFS to traverse the matrix and find the nearest cell having 1 for each cell.

    • Initialize the output matrix with maximum possible distance.

    • If the current cell has 1, distance is 0, else update distance based on the nearest cell having 1.

  • Answered by AI
  • Q2. 

    Arithmetic Subarrays Problem Statement

    You are provided with an array A of length N. Your task is to determine the number of arithmetic subarrays present within the array A.

    Explanation:

    An arithmetic s...

  • Ans. 

    Count the number of arithmetic subarrays in an array.

    • An arithmetic subarray has 3 or more elements with the same difference between consecutive elements.

    • Loop through the array and check for all possible subarrays with 3 or more elements.

    • If the difference between consecutive elements is the same, increment the count.

    • Return the count for each test case.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Again it was a DSA round.

  • Q1. 

    Maximum Coins Collection Problem

    Imagine a two-dimensional grid with 'N' rows and 'M' columns, where each cell contains a certain number of coins. Alice and Bob want to maximize the total number of coins ...

  • Ans. 

    Given a matrix of coins, Alice and Bob have to collect maximum coins with certain conditions.

    • Alice starts from top left corner and Bob starts from top right corner

    • They can move to (i+1, j+1) or (i+1, j-1) or (i+1, j)

    • They have to collect all the coins that are present at a cell

    • If Alice has already collected coins of a cell, then Bob gets no coins if goes through that cell again

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNoDunzo interview preparation:Topics to prepare for the interview - Data Structures like Trees, Linked Lists, Binary Search, DP, Graphs,OOPS, OS, DBMSTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Read last year interview experiences of the company you apply for.
Tip 2 : In the last 2-3 days before your interview, just revise your concepts and problems.

Application resume tips for other job seekers

Tip 1 : Keep it simple and clean. Don't make it flashy. 
Tip 2 : Highlight your experiences and projects.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

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

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain Deadlock?
  • Q2. Explain Red Black Tree?
  • Q3. Find local minima in a 1-D array?
  • Q4. Find local minima in 2-D array?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy level to Medium level

Round 2 - Coding Test 

2 Easy questions of DSA

Round 3 - One-on-one 

(2 Questions)

  • Q1. One DSA question
  • Q2. Normal discussion about tech stack
Round 4 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Why do you want to join digit?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go easy.. Nothing is hard in digit hiring
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium questions, Questions on DSA and Node.js.

Round 2 - Technical 

(2 Questions)

  • Q1. Valid parenthesis
  • Q2. Three sum problem

Interview Preparation Tips

Topics to prepare for Zetwerk Software Developer interview:
  • js
  • node.js
  • dsa
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a coding round where i need to solve 3 DSA Questions in 1.5 hour

Round 2 - Technical 

(2 Questions)

  • Q1. This is Technical round where i was asked to implement the Two Question of Dsa one is bases on greedy and another is dp , another one is leetcode hard (finding maxaimal area of rectangle in matrix of 1 and...
  • Q2. Greedy Q was direct i don't remember clearly. I was selected for the 2nd round
Round 3 - One-on-one 

(1 Question)

  • Q1. It was also a technical round but bases on LLD problem statement. I was given a problem statement to design a society security system and the they need psudo code for complete implementation using correct ...
Round 4 - HR 

(1 Question)

  • Q1. I was not selected for 4th round but heard that there were Q on cs fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The question was about Nodejs
  • Q2. The question was to build a linked list in Nodejs
Round 2 - Technical 

(2 Questions)

  • Q1. The first question was related to DSA
  • Q2. The question was related to SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search for closest element
  • Ans. 

    Binary search to find the closest element in a sorted array

    • Implement binary search to find the target element in the array

    • Keep track of the closest element found so far while searching

    • Update the closest element if a closer one is found during the search

  • Answered by AI
  • Q2. String manipulation
Round 2 - Technical 

(1 Question)

  • Q1. Low level Design for an online e-commerce website
  • Ans. 

    Low level design for an online e-commerce website involves designing the architecture and components of the website.

    • Identify the main components such as user interface, database, payment gateway, product catalog, etc.

    • Design the database schema to store user information, product details, orders, etc.

    • Implement user authentication and authorization mechanisms for secure access.

    • Integrate payment gateway for processing tran...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Developer interview:
  • DSA
  • Design patterns

Skills evaluated in this interview

Tell us how to improve this page.

Dunzo Software Developer Salary
based on 8 salaries
₹17 L/yr - ₹37 L/yr
191% more than the average Software Developer Salary in India
View more details

Dunzo Software Developer Reviews and Ratings

based on 5 reviews

3.1/5

Rating in categories

2.7

Skill development

3.1

Work-life balance

3.4

Salary

1.3

Job security

2.2

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 5 Reviews and Ratings
Community Operations Specialist
115 salaries
unlock blur

₹2.6 L/yr - ₹4.2 L/yr

Store Manager
104 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Procurement Manager
103 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Delivery Boy
91 salaries
unlock blur

₹0.5 L/yr - ₹4.5 L/yr

Inward Executive
90 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Dunzo with

Swiggy

3.8
Compare

Zepto

3.5
Compare

Porter

4.1
Compare

Rapido

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