Wingify SSE Backend Interview (2025)
Summary
I had an SSE Backend interview at Wingify in 2025, which consisted of two rounds. The rounds covered a variety of topics including algorithms for non-overlapping meetings, SQL queries, in-place array ...
Interview Experience
Title: Wingify SSE Backend Interview (2025) - Content: **Round 1 :- **✅ Problem Statement You are given a list of meetings, where each meeting is represented as: [start_time, end_time, priority] Example: meetings = [ [1, 5, 2], # (start=1, end=5, priority=2) [2, 6, 1], [7, 9, 3] ...


