Contribute OA questions
OAHelper
CompaniesProblemsTopicsInterview Experiences
Explore
M

Microsoft

SDE

Interview Date

22-08-2026

Result

Pending

Difficulty

Medium

Rounds

01

Drive Type

Off-Campus

Interview Date

22-08-2026

Result

Pending

Difficulty

Medium

Rounds

01

Drive Type

Off-Campus

Topics asked

DSA

Detailed experience

The interviewer started by asking me to find the length of the longest valid parentheses substring in an expression string; I initially walked through a stack-based approach running in O(N) time and O(N) space, but the interviewer asked if I could optimize the memory footprint, so I followed up with a two-pass left-to-right and right-to-left counter method that brought space complexity down to O(1). I was presented with an unsorted log file containing millions of user transaction IDs and asked to find the k most frequent transactions in real time; after establishing a baseline using a hash map combined with a min-heap of size k, the interviewer asked how the system would scale if data arrived distributed across multiple worker nodes, leading into a discussion on MapReduce partitioning and Count-Min Sketch. The interviewer framed a problem around a ride-sharing fleet where drivers and passenger pickups are modeled as bipartite vertices on a grid with fixed travel costs; they asked me to compute the minimum overall trip assignment cost, which I modeled as a maximum-weight bipartite matching problem and solved step-by-step using the Hungarian algorithm while explaining time and state constraints.

Posted on - 23 Sept 2026
Company OAsAll ProblemsTopicsCompany InsightsOA CalendarInterview ExperiencesPremium
OAHelper

Built by students, for students - practice company-specific OAs, DSA sheets, and real interview experiences to land your dream role.

© 2026 OAHelper.in·Terms·Privacy·Refunds·Trust & Safety·Contact·
Ready to crack your next OA?

Practice company-specific questions trusted by thousands of students across India.

Start PracticingGo Premium
OA Practice·DSA·Placements

Disclaimer: OAHelper is an independent educational platform. We (oahelper.in) do not own the images or questions shown. Content is uploaded by users.