Cabify Interview Question

Design and implement a checkout system without database.

Interview Answer

Anonymous

Mar 17, 2019

I implemented it with Sinatra. I failed to deliver a scale-able solution. Also I forgot to add test for edge cases.