I applied online. The process took 6 days. I interviewed at Zemuria Venture Studio (Puducherry) in Jul 2025
Interview
My Interview Experience at Zemuria*
I recently had the opportunity to interview for a Full Stack Developer position at Zemuria. Here's my experience:
- *Application Process*: I applied online through email id
- *Technical Interview*: The technical interview was scheduled between 6-8 pm and lasted for a curated time period. I was asked to build a full-stack application with authentication functionality.
- *Challenge*: Although I was given some extra time to complete the task, it was still a challenging experience. I had to submit my code via a GitHub link.
Interview questions [1]
Question 1
Build a Notes CRUD Application Objective Design and implement a web-based Notes application with CRUD functionality, authentication, and optional encryption and public notes features. Requirements Mandatory:
CRUD Operations for Notes: Create: Users can create a new note with a title and content. Read: Users can view a list of their notes and the details of a specific note. Update: Users can edit the title and/or content of their existing notes. Delete: Users can delete their notes.
Authentication: Implement user authentication (e.g., email/password or OAuth). Users can sign up, log in, and log out. Only authenticated users can perform CRUD operations on their own notes. Ensure notes are private to the user who created them (except for public notes, if implemented).
The technical interview included a coding challenge to build a full-stack application with authentication functionality within a set timeframe. Be ready to showcase your skills in both front-end and back-end development