Me postulé en línea. Acudí a una entrevista en Antino Labs (Gurgaon, Haryana) en ene 2021
Entrevista
Interview process includes 3 rounds i guess.
HR - hr asked about the background and the experience.
Technical discussion - they test your basic knowledge.
Coding round -i did not got to this round.
Me postulé en línea. Acudí a una entrevista en Antino Labs (Bengaluru) en dic 2022
Entrevista
I got a call from HR and she scheduled the interview the next day. The interview round was approx 40 minutes over teams. The interview was a mix of both basic DSA questions and role-specific questions based on JS and NodeJS. I hope these questions help you if the interview is scheduled.
Preguntas de entrevista [1]
Pregunta 1
1. Introduce yourself. 2. Do you know recursion? 3. Write a program to print the sum up to nth term using recursion, loops are not allowed. 4. Modify the above code to make it Fibonacci code, such that it return nth term of Fibonacci series, 5. Use the above code to print Fibonacci up to nth term. 6. What is Hoisting? 7. What are REST API's? 8. What are the ways to increase the speed of processing when you're fetching the data from MongDB? 9. What is FS module in nodejs, how it works behind the scene? 10. What is JOI? (Cause I had used it in one of my projects and same was mentioned in the Resume) 11. There was 2 more questions about some package in nodejs which I hadn't used earlier, and I'm forgetting the name also.