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

SDE - 2

Dunzo
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Algorithms, LLD, HLD, Coding, C++
Tip
Tip

Tip 1 : Practice atleast 200 questions from leetcode
Tip 2 : Practise atleast 20 design questions thoroughly 
Tip 3 : Understand all the LLD and SOLID principles concepts

Application process
Where: Linkedin
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : make the resume crisp and clear, not too long or too short
Tip 2 : Write the projects in detail

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date28 May 2022
Coding problem1

1. Group Anagrams Together

Moderate
0/80
Asked in companies
Dell TechnologiesPayPalArcesium

You have been given an array/list of strings 'STR_LIST'. You are supposed to return the strings as groups of anagrams such that strings belonging to a particular group are anagrams of one another.

Note :
An Anagram is a word or phrase formed by rearranging the letters of a different word or phrase. We can generalize this in string processing by saying that an anagram of a string is another string with the same quantity of each character in it, in any order.
Example:
{ “abc”, “ged”, “dge”, “bac” } 
In the above example the array should be divided into 2 groups. The first group consists of { “abc”, “bac” } and the second group consists of { “ged”, “dge” }.
Problem approach

Sort the words,
use a hasmap

Try solving now
02
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date1 Jun 2022
Coding problem1

It was a proper coding round

1. Rearrange string

Hard
50m average time
50% success
0/120
Asked in companies
eBayAdobeMicrosoft

You are given a string “S”. Your task is to rearrange the characters of a string “S”, such that it does not contain any two adjacent characters which are the same.

If it is possible to rearrange the string “S”, then print any possible arrangement. else, print “not possible” without quotes.

For Example:

For a string  “qaacde”, This string has two same adjacent characters.
So, one possible way to rearrange the string is “qacade”. Now, this string does not have two adjacent characters that are the same. 
Problem approach

I used a minHeap priority queue

Try solving now
03
Round
Medium
Online Coding Test
Duration60 minutes
Interview date4 Jun 2022
Coding problem1

Had to design a LLD quesrion

1. System Design Question

Design Vending machine

Problem approach

Tip 1: clear requirement gathering
Tip 2: make important classes
Tip 3: explain well

04
Round
Easy
HR Round
Duration60 minutes
Interview date5 Aug 2022
Coding problem1

1. Basic HR questions

Basic HR and Managerial questions

Problem approach

Tip 1: Be frank and honest
Tip 2: Give your opinion
Tip 3: polite

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 - 2
4 rounds | 7 problems
Interviewed by Dunzo
3164 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 5 problems
Interviewed by Dunzo
1549 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Dunzo
0 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 4 problems
Interviewed by Dunzo
1056 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29892 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6766 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5281 views
0 comments
0 upvotes