SDE
Interview Date
09-08-2026
Result
Pending
Difficulty
Medium
Rounds
01
Drive Type
Off-Campus
Topics asked
Detailed experience
Find the median from a continuous stream of incoming numbers in real time using a two-heap structure. Design an LRU (Least Recently Used) cache with get and put operations operating in O(1) time complexity. Determine the minimum number of cuts required to partition a string such that every resulting substring is a palindrome.