I applied online. I interviewed at Someshwara Software (Champaign, IL)
Interview
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.
Interview questions [1]
Question 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?