Dunzo interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Dunzo
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: OOPS, ANDROID, DSA, DP, Algorithms, Kotlin, Java
Tip
Tip

Tip 1 : Make a Good Resume 
Tip 2 : Build real world Projects & a Good Github Account 
Tip 3 : Do internships

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Should Contain Key points, Avoid unnecessary lengthy paragraphs 
Tip 2 : Should contain Links like Github, Projects, Websites you build

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date15 Mar 2022
Coding problem1

This was a coding Round, No interviewer was there

1. Maximum Sum Of Nodes

Moderate
30m average time
70% success
0/80
Asked in companies
DunzoWalmartSprinklr

You have been given a binary tree with an integer value associated to each node. You are supposed to choose a subset of these nodes such that the sum of these chosen nodes is maximum. Keep in mind that no two of the chosen nodes must be adjacent to each other.

Note :
Two nodes are said to be adjacent to each other if they are directly connected to each other. This means that if a node is taken as part of the sum, then none of its children can be considered for the same and vice versa.
For example :
For the given binary tree

Example

Nodes used in consideration for maximum sum such that no two of them are adjacent are highlighted. Maximum sum of nodes = 1 + 1 + 1 + 4 + 5 = 12.
Try solving now
02
Round
Medium
Online Coding Test
Duration90 Minutes
Interview date18 Mar 2022
Coding problem1

Interviewer was Friendly

1. Shortest Distance

Moderate
15m average time
85% success
0/80
Asked in companies
OptumDunzoFlipkart limited

Ninjaland is a country consisting of ‘N’ states and ‘M’ paths. There are two types of paths that connect any two states. One is the normal path, and the other is a special path. Both paths have their respective lengths. You can use either of the paths to travel between two states. Your task is to determine the shortest distance between the two given states such that at most, one(possibly zero) special path is included in this path.

Note:
1. All the paths are directed.

2. Multiple paths can be present between two states.

3. All the states are connected with each other.

4. It does not have any self-loop.

5. At least one path always exists between the two given states.
For Example:
If ‘N’ = 3, ‘M’ = 2, and given values of paths are 
[ [1, 2, 2, 3],
  [2, 3, 4, 2] ]
You have to calculate the shortest distance between ‘X’ = 1 and ‘Y’ = 3

diagram

In the diagram, we can observe no direct edge from state 1 to state, 3 but we can go from state 1 to state 2 using the normal path of length 2 and then from state 2 to state 3 using the special path of length 2. So the total length will be 4, and we can clearly see that no other path can be smaller than this. Hence, the answer is 4.
Try solving now
03
Round
Hard
Online Coding Interview
Duration50 Minutes
Interview date21 Mar 2022
Coding problem2

Interviewer was Friendly

1. Serialize and Deserialize Binary Tree

Hard
15m average time
85% success
0/120
Asked in companies
UbereBayApple

You have been given a binary tree of integers. You are supposed to serialize and deserialize (refer to notes) the given binary tree.


You can choose any algorithm to serialize/deserialize the given binary tree. You only have to ensure that the serialized string can be deserialized to the original binary tree.


Note :
Serialization is the process of translating a data structure or object state into a format that can be stored or transmitted (for example, across a computer network) and reconstructed later. The opposite operation, that is, extracting a data structure from stored information, is deserialization.
Try solving now
Easy
30m average time
80% success
0/40
Asked in companies
AdobeOlaWalmart

You are given an input string 'S'. Your task is to find and return all possible permutations of the input string.

Note:
1. The input string may contain the same characters, so there will also be the same permutations.

2. The order of permutation does not matter.
Try solving now
04
Round
Hard
HR Round
Duration50 Minutes
Interview date24 Aug 2022
Coding problem1

Manager Took this Round and He was Very Friendly. He asked some really basic Questions

1. Basic HR Questions

Tell me about yourself
Explain the projects mentioned in your project.
Have you done any internships? If yes, Explain the role you fulfilled there?
Are you open to learn new tech skills or you prefer sticking to the previous ones?
If you are team leader, and the team is not working as expected. How will you manage the team?

Problem approach

Tip 1 : If they asked for technology preference then tell your preference. If they asked to work on any technology say yes because after selection you mostly got your preferred technology and if anyone not get they also chance to work on preferred tech according to project req.
Tip 2 : Always put good points about company (eg. Flexibility, Environment, Learning, Growth etc)

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Dunzo
945 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Dunzo
780 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Dunzo
725 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Dunzo
806 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7976 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes