The document lists interview questions related to the MERN stack, covering topics such as React, Node.js, API management, state management, and JavaScript operations. Key concepts include lazy loading, authentication, MVC architecture, and event looping. It also addresses differences between synchronous and asynchronous operations, as well as state management techniques like Redux and context API.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
21 views1 page
ATOA Interview Questions
The document lists interview questions related to the MERN stack, covering topics such as React, Node.js, API management, state management, and JavaScript operations. Key concepts include lazy loading, authentication, MVC architecture, and event looping. It also addresses differences between synchronous and asynchronous operations, as well as state management techniques like Redux and context API.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
ATOA Interview questions (based on MERN)
1. Why we use react over html,css,js?
2. What is lazy loading? 3. How would authentication and authorisation work? 4. Explain how backend works? 5. What to choose as backend technology when we have various options like php,node, python? 6. What is prop drilling? 7. How to overcome prop drilling? 8. Is context api better or redux better? 9. What are synchronous and asynchronous operations? 10. Why do we use Node.js? 11. What is a REST API? 12. What are API responses? 13. What is the MVC architecture? 14. What is event looping? 15. What is the difference between blocking and non-blocking operations? 16. What hooks do you know? 17. What is Redux, and do you use it in your projects? 18. What is middleware in Node.js? 19. Have you encountered CORS errors in your applications? 20. What is state management? 21. Explain about virtual DOM? 22. What is the need of react? 23. About JSON Web Token 24. What is the purpose of Package.json? 25. Node is Single Threaded or multi Threaded? 26. Is JavaScript multithreaded or single-threaded? 27. Why was multithreading introduced in ES6 JavaScript? 28. Callbacks(Implementation) 29. Callback Hell 30. Promises 31. Async and await uses 32. Event Loop and its uses 33. Callstack and Callback Queue 34. JavaScript is synchronous in nature — explain this. 35. How does the JavaScript event loop handle asynchronous operations? 36. How does JavaScript handle multithreading (or does it)?
The Complete Node.js Guide : A Detailed Guide to Learning Node.js, Featuring In-Depth Explanations, Practical Examples, and Best Practices for Professional Developers