I applied online. The process took 5 days. I interviewed at Hypotenuse AI (Singapore) in Mar 2023
Interview
It was a 2-hour-long in-person coding interview only. It was very relaxed yet professional. The team asked questions on what is the ideal workplace for me, on entrepreneurship, and on my best tech projects as well.
Interview questions [2]
Question 1
They asked me to implement an algorithm similar to floodfill, to find adjacent and similar pixels in a grid.
They also asked on how to design at a high-level a StackOverflow clone, from UI mockups to database table schema to API routes. Minor addons were on how to handle pagination, how to refresh, how to handle race conditions (a user edits a question just as the poster deletes it).