Zomato | SDE 2 | R1
Summary
This was the first round for an SDE 2 position at Zomato. The interview included a data structures and algorithms question about maximum bipartite matching and a system design question about creating ...
Interview Experience
1) You have a class with m boys and n girls who are attending an upcoming party. You need to determine the maximum number of boy-girl pairs that can be formed for the party. You're given an m x n matrix called a grid where each element is either 0 or 1. If grid[i][j] == 1, this means the i-th boy c...


