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

SDE - 2

Dunzo
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: JS Basics, Js Advanced concepts, React Js, Node JS, Leet code medium and easy questions
Tip
Tip

Tip 1 : Clear your basics
Tip 2 : Try to solve the question but don't giveup in the interview 
Tip 3 : Be polite and always ask for feedback

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

Tip 1 : Try to keep it as basic to understand
Tip 2 : Use a good design

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date22 Jun 2022
Coding problem2

Two coding Questions were asked in this round

1. Longest Repeating Substring

Moderate
10m average time
90% success
0/80
Asked in companies
IBMMakeMyTripCIS - Cyber Infrastructure

You are given a string 'str' of length 'N'. You can perform at most 'k' operations on this string. In one operation, you can choose any character of the string and change it to any other uppercase English alphabet character.


Return the length of the longest substring containing same characters after performing the above operations.


For example :

Input:
str="AABC"  k=1

Output:3

Explanation: Replace 'B' with 'A', we will get "AAAC" and the longest substring with same character is "AAA" of length 3.
Try solving now

2. Magic Grid

Moderate
0/80
Asked in companies
HCL TechnologiesDunzoD.E.Shaw

You are given a magic grid A with R rows and C columns. In the cells of the grid, you will either get magic juice, which increases your strength by |A[i][j]| points, or poison, which takes away |A[i][j]| strength points. If at any point of the journey, the strength points become less than or equal to zero, then you will die.

You have to start from the top-left corner cell (1,1) and reach at the bottom-right corner cell (R,C). From a cell (i,j), you can only move either one cell down or right i.e., to cell (i+1,j) or cell (i,j+1) and you can not move outside the magic grid. You have to find the minimum number of strength points with which you will be able to reach the destination cell.

Try solving now
02
Round
Hard
Video Call
Duration60 minutes
Interview date15 Jul 2022
Coding problem1

Questions resolving around JS, react js and code bases questions, logical questions (use cases)

1. Flatten Linked List

Moderate
0/80
Asked in companies
DunzoAmazonExpedia Group

You are given a Multilevel Linked List of integers, where in addition to the next pointer each node has a child pointer, which may or may not point to a separate list. These child lists may have one or more children of their own, and so on, to produce a multilevel data structure, as shown in the below figure. You are given the head of the first level of the list. Flatten the list so that all the nodes appear in a single-level linked list. You need to flatten the list in a way that all nodes at first level should come first, then nodes of the second level, and so on.

example

                FIGURE 1

Input for the above list is:
10 5 12 7 11 -1 4 20 13 -1 -1 -1 17 6 -1 -1 -1  2 -1 16 -1 9 8 -1 -1 -1 3 -1 19 15 -1 -1 -1 -1 -1
Problem approach

Tip 1 : Think of the best method to use
Tip 2 : Try to do it under minimum time complexity 

Try solving now
03
Round
Hard
Video Call
Duration75 minutes
Interview date25 Aug 2022
Coding problem1

I was asked to create an entire todo app from scratch in 75 mins ( app setup included )

1. App Development

Create an entire todo app according to their design and from scratch

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
4 rounds | 4 problems
Interviewed by Dunzo
1026 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