Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Someshwara Software (Champaign, IL)
Colloquio
Resume Screen -> Technical -> System Resume Screen → Technical → System
Initial resume screening identifies qualified candidates. Technical interviews assess coding and problem-solving skills. System design rounds evaluate architecture knowledge and scalability considerations for complex applications.
Domande di colloquio [1]
Domanda 1
Given an integer array nums and an integer k, return the kth largest element in the array.
Note that it is the kth largest element in the sorted order, not the kth distinct element.
Can you solve it without sorting?