SDE
Interview Date
13-08-2026
Result
Pending
Difficulty
Medium
Rounds
01
Drive Type
Off-Campus
Topics asked
Detailed experience
Find the maximum area of water a container can trap between vertical lines on an x-axis using the two-pointer approach. Given a network of computers with connection costs, find the minimum total cost to connect all nodes together using Kruskal's or Prim's minimum spanning tree algorithm. Determine if a source string matches a pattern containing wildcard characters '*' and '?' using 2D dynamic programming.