Me postulé en línea. Acudí a una entrevista en Yandex (Moscú, ) en nov 2019
Entrevista
Test tasks on their website for knowledge of algorithms and data structures. After passing the stage with test tasks, an interview follows with the solution of two algorithmic problems, after which two more interviews are held with the development teams
During the interview, I was asked to solve two algorithmic problems similar to LeetCode challenges. The first was a relatively easy two-pointers problem, while the second focused on calculating the median using a sliding window approach.
Preguntas de entrevista [1]
Pregunta 1
They specifically asked me to explain the time complexity of my solutions, making sure I could analyze the efficiency of both the two-pointers problem and the sliding window median approach.
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Yandex (Moscú, ) en mar 2021
Entrevista
There were 1 theoretical and 2 algorithmic tasks to test my knowledge of the programming language (C++).
Whole interview took 1 hour.
The interviewer was friendly and polite.
He corrected me in code, where I were wrong.
Preguntas de entrevista [1]
Pregunta 1
Theoretical task was to sum 20 float numbers with maxim precision.