Asked to do a take home assignment, where you were given mock data in typescript object for users, then asked write an API for users to query them, being able to sort by id and name, with pagination. Also given an empty React project, for front end. Was told could use any tools for this.
Anónimo
Wrote the program, fully covering it in tests, and selectively in logging, with proper auth, validation, logging, tests, etc.