An open API service indexing awesome lists of open source software.

https://github.com/kansiris/front-end-developer-interview-questions


https://github.com/kansiris/front-end-developer-interview-questions

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Front-end Job Interview Questions

This file contains a number of front-end interview questions that can be used when vetting potential candidates. It is by no means recommended to use every single question here on the same candidate (that would take hours). Choosing a few items from this list should help you vet the intended skills you require.

**Note:** Keep in mind that many of these questions are open-ended and could lead to interesting discussions that tell you more about the person's capabilities than a straight answer would.

## Table of Contents

1. [General Questions](src/questions/general-questions.md)
1. [HTML Questions](src/questions/html-questions.md)
1. [CSS Questions](src/questions/css-questions.md)
1. [JS Questions](src/questions/javascript-questions.md)
1. [Accessibility Questions](https://scottaohara.github.io/accessibility_interview_questions/) (external link)
1. [Testing Questions](src/questions/testing-questions.md)
1. [Performance Questions](src/questions/performance-questions.md)
1. [Network Questions](src/questions/network-questions.md)
1. [Coding Questions](src/questions/coding-questions.md)
1. [Fun Questions](src/questions/fun-questions.md)

## Getting Involved

1. [Contributors](#contributors)
1. [How to Contribute](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/.github/CONTRIBUTING.md)
1. [License](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/LICENSE.md)

## Contributors:

This project started in 2009 as a collaboration of [@paul_irish](https://twitter.com/paul_irish) [@bentruyman](https://twitter.com/bentruyman) [@cowboy](https://twitter.com/cowboy) [@ajpiano](https://twitter.com/ajpiano) [@SlexAxton](https://twitter.com/slexaxton) [@boazsender](https://twitter.com/boazsender) [@miketaylr](https://twitter.com/miketaylr) [@vladikoff](https://twitter.com/vladikoff) [@gf3](https://twitter.com/gf3) [@jon_neal](https://twitter.com/jon_neal) [@sambreed](https://twitter.com/sambreed) and [@iansym](https://twitter.com/iansym).

This project is currently maintained by:

- [@roblarsen](https://github.com/roblarsen)
- [@cezaraugusto](https://github.com/cezaraugusto)
- [@vvscode](https://github.com/vvscode)

It has since been active thanks to these [incredibly wonderful people](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/CONTRIBUTORS.md).

Feeling inspired? Check our [Contributing guide](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/.github/CONTRIBUTING.md) to get started!