Pencil interview question

Store and create an index over question objects in MongoDB, and write a NodeJS + Express based server that exposes a RESTful API to query the index and return questions that match the query.

Interview Answer

Anonymous

24 Mar 2022

I created the GIT repo and API for public access.