Me postulé en línea. Acudí a una entrevista en NIH
Entrevista
Codility test for Python, JavaScript, and sql knowledge, then HR screening interview. The questions in the codility test were challenging, but not ridiculously so. The HR interviewer was cordial and was focused on describing company culture, answering questions, etc
Preguntas de entrevista [1]
Pregunta 1
The Python question was interesting and complex. It involved writing functions that resolved the following scenario - two angry frogs. Given a list of “platforms” represented by random integers, calculate the furthest these two frogs may path away from one another. They must start side by side, and can only move from a platform with a lower number to a platform with a higher number.