Accenture React Interview Experience
Recently, I appeared for an Accenture Frontend / React Developer interview . The interview covered JavaScript, React, accessibility, and performance optimization. Sharing some of the key questions and topics that were discussed. Introduction & Project Tell me about yourself. Explain your project, role, and responsibilities. Explain your project architecture. What challenges have you faced in your project? JavaScript What is Hoisting ? Give an example. What is a Closure ? Explain with an example. What is the difference between var, let, and const ? Explain the Event Loop . What are Promises and how do they work? Accessibility / WCAG What is WCAG ? Why is accessibility important? How do you make a React application accessible? What are ARIA attributes ? React What are React Hooks ? Difference between useState() and useRef() . Explain useEffect() . What is the difference between Context API and Redux ? What are Controlled and Uncontrolled Components ? Explain React rendering and reco...