Pergunta de entrevista da empresa Antino Labs

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.