J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez YANDEX (Almaty) en avr. 2023
Entretien
I was invited to interview as I had been in previous interview year before. It was coding interview. I was asked to solve 2 code questions - 1 in c++ (leetcode easy) and one in python (simple ml). I think that these questions were easy (even junior can solve them), but they look at quality of the code (var namings, code breakdown)
Questions d'entretien [1]
Question 1
1. Similar to rotate image in leetcode. 2. Write the classifier algo for their data. (spoiler - solved by yandex catboost)
1 intro, 1 coding, 1 advanced c++, 1 tdd, finals
everything as usual at Yandex, tdd is behavioural with extra steps
I was okay with it, but many can't endure all those interviews
The interview consists of two tasks. You write code in yandex.interview, without any testing but with syntax highlight. You should describe the algorithm firstly, then write it describing the code. The code must not contain any bugs, but on practise interviewer may help you and say that the code has an error. In this case it is expected that you will find the bug and fix it.