I applied through university. The process took 1 week. I interviewed at Vymo (Bengaluru) in Jun 2021
Interview
- Coding Round via HackerRank
- Interview round 1 with live coding ad discussion over databases and development frameworks.
- Interview round 2 with live coding and discussion over the node
- Cultural Fitment Round
Interview questions [1]
Question 1
Perform 1 NF on a JSON object.
How do node.js work?
I applied through an employee referral. The process took 1 week. I interviewed at Vymo (New Delhi) in Jan 2021
Interview
The interview process took around a week with an hackerrank test followed with 2 technical round and 1 executive rounds. After that, HR called me for the offer letter discussion and I got offer later within a week after that call with HR.
Interview questions [1]
Question 1
Hackerrank Test :- There were 2 easy questions, I don't remember exactly.
1-Round : Zoom call with Senior manager . This round is mostly to understand what you've done in your current organization.
2-Round : 2 DS questions (Easy to Medium)+ Resume based Questions + DBMS questions + Linux Cmds .Along with that the interviewer asked me ..how to implement a Queue using linked list just the logic.
3-Round : In this round the interviewer asked me a question related to scalability like how will you improve the system as it is read heavy with 500k fetches per day..I don't exactly remember the complete question but it was on the similar lines then next asked some resume based questions and after that he gave me a DP question to solve.
4-Round: This will be a hiring manager round where the interviewer will explain about Vymo and what your role is going to be and some resume , behaviour based questions.
verdict - Selected
The process took 1 day. I interviewed at Vymo (Bengaluru) in Mar 2019
Interview
Three technical rounds:
1. F2F DS+ Algo
2. F2F DS+ Algo + Java
3. F2F Design
third round needs more inputs as for developer of having experience around 2 not more comfortable on design side.
Interview questions [1]
Question 1
Q2 – Let’s say we have an queue and any index is given by user for that queue. Reverse all the elements in that queue before that index by using only queue.
Ex – 1 2 3 4 5 6 7 8
Index = 4
Output : 5 4 3 2 1 6 7 8