Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Vymo (Bengaluru) nel mese di giu 2021
Colloquio
- 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
Domande di colloquio [1]
Domanda 1
Perform 1 NF on a JSON object.
How do node.js work?
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Vymo (Nuova Delhi) nel mese di gen 2021
Colloquio
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.
Domande di colloquio [1]
Domanda 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
La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Vymo (Bengaluru) nel mese di mar 2019
Colloquio
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.
Domande di colloquio [1]
Domanda 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