My Interview Experience at Omnify
I went through three rounds during the interview process:
1. Assignment Round
A basic technical task was given to assess understanding and implementation skills.
2. HR Round
Questions included:
Tell me about yourself
Tech stack overview
Any past internship experience
3. Technical Round
Covered both backend and frontend topics.
Backend topics:
In-depth explanation of JWT (JSON Web Tokens)
Difference between authentication and authorization
SQL queries (very important – practice well!)
Interviewers were quite cooperative; listen carefully to their hints.
Frontend topics:
Flow of JWT from frontend to backend
How the browser verifies JWT
What happens to the JWT on page refresh
Questions about the assignment: what tech was used, how it was implemented
Coding Question:
Join two arrays (array of objects)
I found it tricky during the interview.
Later realized it's simple using map() and merging the remaining properties.
Cloud-Related:
If you've mentioned AWS or Cloud in your resume, be ready for basic questions.
Final Thoughts:
Based on my performance, I knew I might not get the offer.
Still, I’m sharing this so that others can prepare and get a sense of the kind of questions asked.
Best of luck to everyone! 💪