Media.net | SDE 2 | Bangalore | Rejected
Summary
I interviewed for an SDE 2 role at Media.net in Bangalore. I passed the DSA round but was rejected after the LLD round due to implementation issues.
Full Experience
Status: 2.10 YOE
Position: SDE 2
Location: Bangalore
Round 1: DSA
- Question 1: Probability of hitting
kheads using Dynamic Programming. (Standard DP probability math). - Question 2: Variation of Longest Substring Without Repeating Characters using the Sliding Window technique: https://leetcode.com/problems/longest-substring-without-repeating-characters/
Result: Hire.
Round 2: LLD (Low-Level Design)
- Question: Design an Uber-like platform with multiple specific constraints and conditions.
Verdict: Rejected. I was able to come up with a design after discussion, but when translating it to code, I had some syntax errors. Time ran out before I could successfully run and compile the final code.
Interview Questions (3)
Probability of hitting k heads
Compute the probability of obtaining exactly k heads in a series of coin tosses using dynamic programming.
Longest Substring Without Repeating Characters (variation)
Given a string, find the length of the longest substring without repeating characters using the sliding window technique.
Design an Uber-like platform
Design an Uber‑like platform with multiple specific constraints and conditions.