[Sesame] [Software Engineer] Interview Experience
Interview Stages
Tech Screening Round
- Process: One technical screening round.
- Problem: Implement an Event handler class that processes user transcripts and returns the maximum length and unique users over a fixed window size. Similar to LeetCode 239 (Sliding Window Maximum).
- Focus: Data structure and algorithm implementation, particularly sliding window technique.