Dream11 Interview Experience for SDE II Last Updated : 20 May, 2024 Comments Improve Suggest changes Like Article Like Report Background With roughly 5 years of experience and based in Bengaluru, I embarked on the interview process for an SDE-2 role at Dream11. The journey began with a LinkedIn outreach from a recruiter and progressed to a series of interviews. Round 1: Coding AssessmentDate: March 29, 2024 Format: Virtual Tasks: Minimum Path Sum: Find the least sum path in a grid from top-left to bottom-right.First Missing Positive: Identify the smallest missing positive integer in an unsorted array, optimizing for O(n) time complexity and O(1) space.Outcome: Cleared Round 2: Database and Project DiscussionDate: April 8, 2024 Format: Virtual Mainly Focused on: Explained the internal architecture of a project.Discussed DB schema using an online tool.Answered questions on CDN, Load Balancers, and MySQL specifics like isolation levels and indexing.Outcome: Cleared Round 3: High-Level Design (HLD)Date: April 27, 2024 Location: On-Site Mumbai Details: Discussed technologies I’ve worked with.Designed a scalable notification system for Dream11 users.Proposed a solution involving Redis and Spark.Outcome: Cleared Round 4: Hiring Manager (HM) RoundDiscussion Points: Hiring philosophy if I were an interviewer.Feedback on previous rounds.Insights into payment system implementations.Service monitoring and system availability metrics.Reflections on past project failures and managerial disagreements.Outcome: Not selected Personal ReflectionsI received positive feedback but also noted areas for technical improvement. I utilized hints about Spark during the interview, despite not having hands-on experience. Advice for Future CandidatesPrepare for the virtual interview dynamic, especially when multiple interviewers are involved.Be well-versed in your past projects and the rationale behind your technology choices.For HLD interviews, study case studies and understand the foundational elements of distributed systems design.ConclusionThe interview process was comprehensive, testing both technical prowess and thought processes. Although I wasn’t selected, the experience provided valuable insights into the expectations for an SDE-2 role at a leading tech company like Dream11. Comment More infoAdvertise with us Anonymous Improve Article Tags : Interview Experiences Experiences Write It Up 2024 Dream11 Similar Reads Dream11 Interview Experience for SDE 2 Years of Experience: ~5 years Location: Bengaluru I recently participated in an SDE-2 interview with Dream11 and would like to share my experience. I was contacted by a recruiter on LinkedIn, and one week later, the first coding round was scheduled. Round 1: Coding RoundFormat: Virtual - 29th March, 4 min read Delhivery Interview Experience for SDE-I How I Applied: Through Naukri.com Total 2 rounds of Interview Round 1 (Technical Round): Quick Introduction.Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. ( https://leetcode.com/problems/min-stack/ ). (Slight variation of next greater element proble 1 min read Amazon Interview Experience for SDE Online Round: There were multiple sets. Each set contained four sections. Code Debugging section(20 minutes)Coding section(70 minutes)Work Style Assessment(10-15 minutes)Logical Ability(35 minutes) Except for the coding section and work style assessment other sections were MCQ type. In these section 2 min read Amazon Interview Experience for SDE As a recent computer science graduate, I was thrilled when I got the opportunity to interview for a position at Amazon. Here's how the process unfolded: Background:I graduated with a 7.5 GPA and had a few internships under my belt. My projects included a recommendation system and an e-commerce websi 2 min read Amazon Interview Experience for SDE Online Round: There were multiple sets. Each set contained four sections. Code Debugging section(20 minutes)-It demanded only 10-15 minutes and only minor changes were required for correctness.Coding section(70 minutes)- Two coding questions were asked. I do not remember exactly what were those but 2 min read Airtel Interview Experience for SDE It was a on-campus drive from Airtel. This interview had two rounds. Round 1: Technical Round The experience for this round varied widely around my college. The questions varied from star pattern printing (Basic for-loop question) to Kruskal's Algorithm question (Minimum spanning tree question). The 1 min read Like