Interview Stage
Round 1: Technical Phone Screen
- Process: One technical phone interview.
- Problem: A variation of the infection spread problem (similar to LeetCode problems), with an added condition that infection occurs if and only if there are exactly K infected neighbors.
- Focus: Implemented BFS solution but encountered a bug in the first subtask that took significant time to debug.