Dunzo
More Experiences
Dunzo | Android | SDE-2
June 11, 2022 • 4 reads
Summary
I went through the interview process for an SDE-2 Android role at Dunzo, which covered data structures & algorithms, UI coding, low-level design, and a hiring manager discussion. I received an offer after completing these rounds.
Full Experience
I had my interview rounds for an SDE-2 Android position at Dunzo.
Round 1: DS Algo
This round involved an easy problem on stacks and linked lists, conducted through an external interviewing company.Round 2: UI Coding
I was tasked with developing a simple UI screen based on a provided design and JSON data. The evaluation primarily focused on the architectural choices I made. I had to submit the completed project at the end of this round.Round 3: LLD (Low-Level Design)
This round delved into the internals of Android basics and involved designing an image uploading library.Round 4: HM (Hiring Manager)
The final round was a generic discussion covering behavioral aspects and role-based questions.Interview Questions (2)
Q1
UI Screen Development with Architecture Focus
Other
I was tasked with developing a simple UI screen based on a provided visual design and JSON data. The primary evaluation criteria were around the architectural choices made. The completed project had to be submitted.
Q2
Design an Image Uploading Library
System DesignHard
The task involved designing an image uploading library, focusing on its internal architecture and components.