Me postulé en línea. El proceso tomó más de 1 semana. Acudí a una entrevista en Yandex (Moscú, ) en nov 2015
Entrevista
Applied through website. Got contacted by recruiter within few hours and scheduled Skype technical interview few days later. It was one hour interview with on of their software engineers, all about Java. After that they invite me to the on-site interview. It was total six 1-hour face-to-face sections with software engineers, 1 launch with HR and two sections with two different managers. One technical section was Android background checking and other five techical sections was based on algorithm problem solving. Managers asked about my previous experience and projects I have worked on. After few days got contacted again with news about my success and received offer one day later.
Preguntas de entrevista [4]
Pregunta 1
Given a NxM boolean matrix find a shortest way from on item to another. False means you can go here, True means you can't (obstacle). You can go left, right, top and bottom.
Given a matrix of numbers write a function that calculates sum of numbers within some bounds. You can do precalculations if needed. Main function must have O(1) complexity.
Me postulé a través de un reclutador. El proceso tomó 4 semanas. Acudí a una entrevista en Yandex (Moscú, ) en mar 2023
Entrevista
Very easy and transparent a review process. Interesting questions and tasks. I passed an architectural interview and algorithm interview. Both were well structured and interesting. Positive vibes from HR. Competitive offer and fully described feedback.
Preguntas de entrevista [1]
Pregunta 1
What would you do in a conflicting situation which is caused by different teams points
Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Yandex en feb 2023
Entrevista
30 mins of theory, 30 mins for 2 whiteboard algorithms that should take at least 1 hour. Some extra time for candidate's questions. Sometimes it has a pre-interview section when you need to code algos online alone.
Preguntas de entrevista [1]
Pregunta 1
Linked list rotation without usage of extra memory.