Python/Django Developer applicants have rated the interview process at NIH with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 79% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
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
Interview questions [1]
Question 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.