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.
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso YANDEX (Almaty) nel mese di apr 2023
Colloquio
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)
Domande di colloquio [1]
Domanda 1
1. Similar to rotate image in leetcode. 2. Write the classifier algo for their data. (spoiler - solved by yandex catboost)