tubitv | | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview process consisted of multiple rounds. There was no onsite interview.
-
First Round: Focused on machine learning foundations. Questions were detailed, covering traditional machine learning and deep neural networks. Candidates were expected to be familiar with the derivation of backpropagation.
-
Second Round: Coding interview. A specific problem was presented, which involved picking K elements. The candidate struggled to find an O(N) solution and instead used a simpler approach by updating a hash table.
Technical Questions
- Kth Largest Element in an Array
Tips & Insights
Be prepared for in-depth questions on machine learning concepts and practice coding problems that require efficient solutions.