GitHub Interview Question

Make a data storage API that stores unique objects via GET, PUT, DELETE http requests

Interview Answer

Anonymous

Jun 26, 2021

Simple and concise, not over-engineered. I took it as a real world business request

12