I applied online. The process took 1 week. I interviewed at Warner Bros. Discovery (Bengaluru) in May 2024
Interview
It was an average straightforward interview process.
1st round: DSA coding round. (2 medium level problems)
2nd round: DSA coding round(1 medium level string problem) and talk about work experience.
3rd round: High-Level System Design (Design URL shortener).
I did well but the recruiters ghosted me.
Interview questions [3]
Question 1
1st round :
1. Return the number of times a substring is repeated in a given string. (sliding window problem)
2. Find the median between 2 sorted arrays.