J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Yandex (Moscou, ) en juin 2016
Entretien
Interview process was smart. Contacted by HR after application on hh.ru.
There were three steps of interview process: skype(1 hour), onsite(4 hours) and 'homework'(1 week). Interviewers were very professional and helped me a lot to succeed.
Questions d'entretien [2]
Question 1
Skype interview: fibonacci number effectively, exponentiation by squaring. Python-specific questions(what is context manager, descriptor, meta class, etc). My favorite sorting algos and their complexities. Big O. Omega and Theta notations.
Onsite interview.
1. Effective data structure for read, write and delete in O(1).
2. Rand(3) out of given Rand(2).
3. Sort array bigger than RAM.
4. DFS implementation.
5. Iterator which skips each second element (Java implementation was asked).
6. Brainteaser about size of in a train with light bulbs.