← Back to Directory

Media.net

Mid-sized

Media.net is an advertising technology company that provides contextual advertising and monetization solutions for digital publishers. It is known for operating one of the largest contextual ad networks and powering Yahoo and Bing's contextual ads marketplace.

2 interview notes · updated Jul 2026

Media.net·Software Engineer·Technical Phone Screen

May 2026
Media.net SWE interview with a competitive programming style problem that had a twist I wasn't ready for. The core question was manageable but the M-queries extension changed the whole complexity story.
  • Given an array of N numbers and a target T, find a contiguous subarray whose sum is closest to T. Then handle M different values of T efficiently.

“My first instinct was prefix sums plus binary search, which gets you to O(N log N) per query.”

View Post

Media.net·Product Manager·Onsite - Product Sense / Strategy

May 2026
PM interview at Media.net with a product sense question about office navigation. Pretty short and conceptual, felt more like a warm-up brain teaser than a deep strategy discussion.
  • As a PM, how would you design a naming system for conference rooms in a new office so that people who are unfamiliar with the space can navigate easily?

“I went with a zone-based approach, like grouping rooms by floor and giving each zone a theme with sequential names so you could infer location from the name itself.”

View Post