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

SDE - 1

Dunzo
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: -
Topics: Software development, System Design, Competitive Programming, Devops, Backend, Frontend
Tip
Tip

Tip 1 : consistency beats intensity 
Tip 2 : smart work > brute work
Tip 3 : accepting mind > expecting mind

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

Tip 1: small and concise
Tip 2: honest, no false claims

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 min
Interview date1 Mar 2022
Coding problem1

Medium coding questions

1. Rotting Oranges

Moderate
20m average time
78% success
0/80
Asked in companies
Samsung R&D InstituteSalesforceSamsung

You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values:

  • Value 0 - representing an empty cell.
  • Value 1 - representing a fresh orange.
  • Value 2 - representing a rotten orange.
  • Every second, any fresh orange that is adjacent(4-directionally) to a rotten orange becomes rotten.

    Your task is to find out the minimum time after which no cell has a fresh orange. If it's impossible to rot all the fresh oranges then print -1.

    Note:
    1. The grid has 0-based indexing.
    2. A rotten orange can affect the adjacent oranges 4 directionally i.e. Up, Down, Left, Right.
    
    Problem approach

    Just followed standard procedures and good design Principles.

    Try solving now
    02
    Round
    Medium
    Online Coding Interview
    Duration90 mins
    Interview date11 May 2022
    Coding problem1

    Medium-hard questions

    1. Delete Leaf Nodes With Value X

    Moderate
    27m average time
    0/80
    Asked in companies
    MicrosoftDunzoSprinklr

    You are given a binary tree, in which the data present in the nodes are integers. You are also given an integer X.

    Your task is to delete all the leaf nodes with value X. In the process, if the newly formed leaves also have value X, you have to delete them too.

    For example:

    For the given binary tree, and X = 3:
    

    tree

    Problem approach

    Followed standard procedures

    Try solving now
    03
    Round
    Easy
    HR Round
    Duration90 min
    Interview date11 May 2022
    Coding problem1

    Techical- HR round

    1. Basic HR Questions

    Normal technical basic system design questions.
    Some HR questions

    Problem approach

    Tip 1: maintain your attention.
    Tip 2: answer honestly and truthfully 
    Tip 3: be geneuine

    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 - 1
    3 rounds | 5 problems
    Interviewed by Dunzo
    4719 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 6 problems
    Interviewed by Dunzo
    781 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 7 problems
    Interviewed by Dunzo
    726 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 5 problems
    Interviewed by Dunzo
    807 views
    0 comments
    0 upvotes
    Companies with similar interview experiences
    company logo
    SDE - 1
    5 rounds | 12 problems
    Interviewed by Amazon
    115097 views
    24 comments
    0 upvotes
    company logo
    SDE - 1
    4 rounds | 5 problems
    Interviewed by Microsoft
    58238 views
    5 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 7 problems
    Interviewed by Amazon
    35147 views
    7 comments
    0 upvotes