Software Engineer · Senior-Level · Full Journey
I was referred for a Senior SDE position at Google. **Round 1:** * **Coding:** I had to design a `fancySet` with `add`, `delete`, and `getRandom` operations, all in O(1) time. Initially, I designed the `delete` operation with O(n) complexity. With a hint, I ma...