Skip to content

A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.

License

Notifications You must be signed in to change notification settings

arpit-uno/Front-end-Developer-Interview-Questions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end Job Interview Questions

Table of Contents

  1. General Questions
  2. CSS Questions
  3. JS Questions
  4. Fun Questions

General Questions:

  • What did you learn yesterday/this week?
  • What is a recent technical challenge you experienced and how did you solve it?
  • Text editor, tools (live reload).
  • Which version control systems are you familiar with?

CSS Questions:

  • What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why?
  • What are the different ways to visually hide content and whats the difference?
  • Have you used media queries?
  • BEM?
  • Flexbox/Grid?
  • Sass/Less/Stylus?
  • Is there any reason you'd want to use translate() instead of absolute positioning, or vice-versa? And why?

JS Questions:

  • Explain how this works in JavaScript
  • Explain how prototypal inheritance works
  • What is a closure, and how/why would you use one?
  • How do you organize your code? (module pattern, classical inheritance?)
  • What's the difference between .call and .apply?
  • Explain Function.prototype.bind.
  • Explain Ajax in as much detail as possible.
  • Have you ever used JavaScript templating?
  • CORS?
  • ES6?
  • Gulp/Webpack?
  • Angular/Vue/React/Ember? - Frameworks/libraries
  • Single page application
  • Promises and/or their polyfills?
  • What tools and techniques do you use debugging JavaScript code?

Fun Questions:

  • Who inspires you in the front-end community?
  • Do you have any pet projects? What kind?

About

A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published