My first interview round was with a technical architect . She presented an algorithm question for implementation.
Utilisateur anonyme
Given my experience at a Tier 1 company, I opted to implement it without using Java collections, which she initially agreed to. While the core logic worked well, one scenario not work well. She then suggested using Java collections for this. I explained that the specific collections we were discussing might not fully address the optimization need for that particular case. However, her expectation was to adapt the solution using appropriate collections to achieve optimal performance.