Integrate interview question

Using your language of choice, build a REST API that provides CRUD operations for a given data model.

Interview Answer

Anonymous

28 July 2020

I wrote a REST API using C#/.NET Core. (This was a live coding exercise.)