🧑‍💻

Mock Interview - Junior Frontend Developer

Assess your HTML/CSS/JavaScript fundamentals, React basics, debugging, and collaboration skills.

Please answer all questions. Each question has 6 answer options.

Tell me about a small frontend feature you built. What was your approach and what did you learn?

What’s the difference between HTML, CSS, and JavaScript in a web page?

How would you debug a UI issue where a button looks clickable but doesn’t respond?

Explain `const`, `let`, and `var` in JavaScript.

What is a REST API? How do you fetch data from it in a frontend app?

What is React state, and when would you use state vs props?

How do you make a layout responsive?

What does accessibility (a11y) mean for a frontend developer? Give examples.

How do you prevent common performance issues in frontend apps?

How do you handle errors and edge cases when rendering data from an API?

What is Git, and how do you typically work with branches and pull requests?

How do you collaborate with designers and backend developers to ship a feature?