Software Developer applicants have rated the interview process at Pango+ with 3 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 50% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
HR - a standard getting to know(by phone)
Manager - align expectations (by phone)
Code interview (by Zoom)
People were very nice. The process took a few days.
The code question was standard.
Interview questions [1]
Question 1
Implement a log class in Python.
A log message includes: text, environment, severity and time (passed in as a parameter)
The class should support efficient retrieval of log messages by time and/or severity and/or environment.
After a while of thinking out loud, the interviewer said that retrieving by time is less important/common than the other two.
At the end, the interviewer asked whether a relational database or not would be a better fit, had we wanted to save the log messages on disk, and explain why.