J'ai postulé via la recommandation d'un employé. Le processus a pris 1 semaine. J'ai passé un entretien chez Vymo (New Delhi) en janv. 2021
Entretien
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.
Questions d'entretien [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
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Vymo (Bengaluru) en juin 2021
Entretien
- 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
Questions d'entretien [1]
Question 1
Perform 1 NF on a JSON object.
How do node.js work?
Le processus a pris 1 jour. J'ai passé un entretien chez Vymo (Bengaluru) en mars 2019
Entretien
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.
Questions d'entretien [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