I applied online. The process took 2 months. I interviewed at Mayo Clinic (Houston, TX) in Dec 2024
Interview
The interview process begins with a Codility exam to evaluate technical skills, followed by a comprehensive interview involving three members of the team, focusing on problem-solving, collaboration, and role fit.
Interview questions [1]
Question 1
Can you describe a scenario where you used your programming skills to solve a critical technical issue?
I applied online. The process took 2 weeks. I interviewed at Mayo Clinic in Feb 2022
Interview
Applied; was asked to attend a panel interview with a few people on the team, and was told beforehand that it would be based on behavioral questions. There were several pre-selected behavioral questions with technical questions peppered in as I would mention technical items in my responses or they would see something on my resume they wanted to ask about. They were very nice.
The interview was two hours onsite in front of a panel of five people. There were several behavioral and technical questions. The technical questions included whiteboard code writing, analyzing bad code, and creating a SQL query. After the interview I was shown around the facility.
Interview questions [2]
Question 1
(Whiteboard question) Create a singleton class (a class which has only one instance). How would you test it? How would you improve your implementation?