I applied online. The process took 2 months. I interviewed at Yandex (Moscow, Moskva) in Aug 2025
Interview
1 algorithm problem, where you need to place calls time consecutevily for HR, so that calls do not override each other. The interviewer asked my thought process first, and did not give me access to start coding before my verbal solution to the problem wouldn't be right.
Interview questions [1]
Question 1
Algorithm question 1229. Meeting Scheduler in Leetcode
A lot of questions about algorithms. there were questions about ios technologies. questions about mathematical graphs. in general, a difficult interview. comfortable interviewer and developers. the interview lasted a long time. as a result, I was offered an offer, but I chose another place
Interview questions [1]
Question 1
Two arrays are given: [1, 2, 3, 2, 0] and [5, 1, 2, 7, 3, 2]
Need to return [1, 2, 2, 3] ( the order is unimportant)