I applied through a recruiter. The process took 2 weeks. I interviewed at Stable in Jun 2024
Interview
This is for Stable - usestable.com
I had a recruiter reach out to me saying that their team was growing. I met with the recruiter, then with their CTO. After that, they gave me a comprehensive take-home assessment that was unpaid.
The take-home assessment was to build a webapp. There was some loose specifications provided. After submitting my assignment, I received feedback that I found to be nit-picky and outside the scope of the application. The reviewers seemed to care about 1:1 pixel matching of the Figma design and having search implemented in a way that wasn't clear from the given requirements.
Interview questions [1]
Question 1
For this take-home exercise, you'll implement a simple web application. We have provided a full stack skeleton project.
The repository consists of a frontend and backend folder. Node 20 is required for both.
The frontend is a React application. The backend is a Serverless Framework application.
Requirements
* The web application resembles provided figma mock-ups
* The mock mail item data provided is served to the frontend via an endpoint that supports pagination and search
* Users can paginate through the mail items when there are more than 6 mail items
* Users are able to search using the search bar
* The frontend uses a responsive design
We should be able to run the project locally by running the yarn dev command on the front and backend.