DLL interview question

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.

Interview Answer

Anonymous

27 Oct 2025

Wrote the program, fully covering it in tests, and selectively in logging, with proper auth, validation, logging, tests, etc.