General Frontend Developer interview prep
1 live role at i2b Technologies Pvt LtdJavaScript, React, CSS and browser fundamentals — the front-of-house engineering interview for product and services companies.
Typical Frontend Developer interview rounds
- 1 JavaScript / DOM round. Core JS, closures, async, event loop and DOM manipulation.
- 2 Framework round. React (hooks, state, rendering) or Angular/Vue depending on the stack.
- 3 Machine coding. Build a small UI component live — a counter, autocomplete or modal.
- 4 CSS & accessibility. Layout, flexbox/grid, responsiveness and accessibility basics.
Commonly-asked Frontend Developer questions
- Explain the difference between let, const and var.
- What is a closure in JavaScript? Give a practical use.
- Explain the event loop and how async/await works under the hood.
- What is the difference between == and === in JavaScript?
- Explain the difference between == null and === null, and what hoisting is.
- What are React hooks? Explain useState and useEffect.
- What is the virtual DOM and how does React's reconciliation work?
- Explain the difference between props and state in React.