[Target] [General SDE] Interview Experience
Interview Stages
Round 1: Online Assessment
- Process: Online coding challenge.
- Problem: Compute the edit distance between two strings (supporting delete, replace, insert operations). Given Q queries, find the string from S candidates with the minimum edit distance to the target string.
- Focus: Algorithm efficiency and correctness.