Me postulé en línea. Acudí a una entrevista en Someshwara Software (Champaign, IL)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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?