I applied online. The process took 2 months. I interviewed at Yandex (Moskau, ) in Feb 2024
Interview
It has been a really nice experience. Lots of Lagos and says design questions.the interviewers were great as well. Helpful and communicative Human Resources specialists. The only thing is the wait time that was quite long. I waited 2 weeks between rounds on average.
I applied online. The process took 2 months. I interviewed at Yandex (Sankt Petersburg, ) in Aug 2022
Interview
I processed online. It took 2 months. There were an algorithm contest with about 5 problems, two online tech interviews solving algorithms problems and several final sections with team leads.
Interview questions [1]
Question 1
Find 3 largest numbers in an array. O(n) Time Complexity
I had four interviews. One was with hr, one contained general questions about experience and technologies and one algorithmic task, in the others I had to solve two algorithmic tasks in an hour each for the specified time. The theoretical questions were only about the structures and methods used in the solution. I passed all the stages but did not receive an offer as they had no vacancies for my level.
Interview questions [1]
Question 1
A list of unsorted and duplicated numbers is given. It is necessary to output a list of maximum length consecutive numbers (with a difference of 1, e.g. list 4, 5, 6) without using sorting.