Onsite Interview (Phenom)
February 27, 2026 · 1 reads
Summary
During my onsite interview with Phenom, I was presented with a coding challenge to sort an array containing only 0s, 1s, and 2s in-place, aiming for O(n) time and O(1) space complexity.
Interview Experiences & Insights
During my onsite interview with Phenom, I was presented with a coding challenge to sort an array containing only 0s, 1s, and 2s in-place, aiming for O(n) time and O(1) space complexity.