J'ai postulé en ligne. J'ai passé un entretien chez GoodRx en juil. 2023
Entretien
I applied online and got a recruiter call. The first round was a technical chat with the Hiring manager about my background. The second round was a 60min python debugging exercise in coderpad with two DEs on the team. There was some shell code to read data from an API, make necessary transformations using pandas and write it back to a PostgreSQL db using SQLAlchemy library. I was asked to fill the gaps and fix errors as much as possible. Think about the edge cases in the data values. I was allowed to use google search as well. I was very nervous because I was expecting python coding questions but not a pandas exercise so didn't perform well. The interviewers were very friendly and supportive during the process.
Questions d'entretien [1]
Question 1
read binary data response from an API into pandas df and transform the necessary columns and write to postgres db.