|
| 1 | +Here I've noted only questions from my interviews. |
| 2 | + |
| 3 | +## If you want to get more information/materials check next repos: |
| 4 | + |
| 5 | +- https://github.com/h5bp/Front-end-Developer-Interview-Questions -- not only about js |
| 6 | +- https://github.com/nishant8BITS/123-Essential-JavaScript-Interview-Question |
| 7 | +- https://github.com/kolodny/exercises Some basic javascript coding challenges and interview questions |
| 8 | +- https://github.com/malachaifrazier/JavaScript-Interview-Questions Common Questions that may be Asked on a Job Interview |
| 9 | +- https://github.com/adam-s/js-interview-review What Do I Need to Know to Ace a JavaScript Interview? |
| 10 | +- https://github.com/mi-lee/js-interview-questions/blob/master/interview-questions.md |
| 11 | +- https://github.com/nathansmith/javascript-quiz |
| 12 | +- https://github.com/ChiperSoft/InterviewThis An open source list of developer questions to ask prospective employers |
| 13 | +- https://github.com/MaximAbramchuck/awesome-interview-questions Awesome Interviews ( multiple langs ) |
| 14 | +- https://github.com/apoterenko/javascript-interview-questions ( about 50 questions like "Explain ouput.." |
| 15 | +- https://github.com/kensterz/interview-questions-in-javascript Interview Algorithm Questions in Javascript |
| 16 | +- https://github.com/HIROSN/coding-interviews-es6 Coding Interview Questions (ECMAScript 2015) |
| 17 | +- https://github.com/mkshen/code-problems-solutions Interview coding questions and answers in Javascript - ES6 |
| 18 | +- https://github.com/khan4019/front-end-Interview-Questions Interview Questions for front-end-Developer ( Only for JS developer when they have to answer some side questions to make interviewer comfortable. ) by [That JsDude](http://www.thatjsdude.com/interview/index.html) |
| 19 | +- https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95#.i5mgmc4m0 10 Interview Questions Every JavaScript Developer Should Know AKA: The Keys to JavaScript Mastery |
| 20 | +- https://github.com/yangshun/tech-interview-handbook/blob/master/front-end/interview-questions.md - Front-end Job Interview Questions (and **Answers** - that might be most interesting for lazy persons who just want to know keys for interview ) |
| 21 | +- https://github.com/wwwebman/front-end-interview-questions Our front end interview questions and answers can help you to prepare for an interview better and faster |
| 22 | +- https://github.com/kennymkchan/interview-questions-in-javascript A mostly reasonable collection of technical software development interview questions solved in Javascript |
| 23 | +- https://github.com/fejes713/30-seconds-of-interviews A curated collection of common interview questions to help you prepare for your next interview. |
| 24 | +- https://github.com/rakesh-sankar/awesome-interview-question A curated list of interview questions of various domain. |
| 25 | +- https://github.com/ajzawawi/js-interview-prep A collection of JS interview questions ~~updated every day~~ |
| 26 | +- https://github.com/monkey3310/full-stack-interview Full Stack Interview Questions & Answers (inc. js-stack) |
| 27 | +- https://github.com/sudheerj/reactjs-interview-questions List of top 222 ReactJS Interview Questions & Answers |
| 28 | +- https://github.com/Pau1fitz/react-interview List of common React interview questions. |
| 29 | +- https://github.com/ElemeFE/node-interview How to pass the Node.js interview of ElemeFE |
| 30 | +- https://www.adaface.com/blog/react-interview-questions/ 100+ React Interview Questions (2020) |
| 31 | + |
| 32 | +## More specific questions: |
| 33 | + |
| 34 | +- [Top 50 React Interview Questions You Must Prepare In 2019](https://www.edureka.co/blog/interview-questions/react-interview-questions/) |
| 35 | +- [5 Essential React.js Interview Questions](https://www.codementor.io/reactjs/tutorial/5-essential-reactjs-interview-questions) |
| 36 | +- [(one more time ) Awesome Interviews - not only languages, but libraries/frameworks too](https://github.com/MaximAbramchuck/awesome-interview-questions) |
| 37 | +- JS Interview Algorithm [beginner](http://www.thatjsdude.com/interview/js1.html) / [intermediate](http://www.thatjsdude.com/interview/js2.html) |
| 38 | +- [13 Essential React.js Interview Questions](https://www.toptal.com/react/interview-questions) |
| 39 | +- [React Interview Questions and Answers](https://www.interviewbit.com/react-interview-questions/) |
| 40 | + |
| 41 | +## Also it may be helpful to check next books: |
| 42 | + |
| 43 | +- **"Javascript Technical Interview Questions"** by Xuanyi Chew https://leanpub.com/jsinterviewquestions |
| 44 | +- **"Quick JavaScript Interview Questions"** by Sandeep Kumar Patel https://leanpub.com/quickjavascriptinterviewquestions |
| 45 | +- **"JavaScript Interview Questions: Who Else Wants to Nail that Interview?"** by Volkan Özçelik https://o2js.com/assets/javascript-interview-questions.pdf |
| 46 | +- https://www.frontendhandbook.com/practice/interview-q.html The part about interview at `Front-End Developer Handbook` |
| 47 | +- http://www.w3resource.com/javascript-exercises/ JavaScript Exercises, Practice, Solution ( starter level, suppose. Most questions is about knowledge of basic API / lang construction ) |
| 48 | +- https://www.interviewcake.com/javascript-interview-questions ( JavaScript Interview Questions, like "Merging Meeting Times", "Two Egg Problem" -- the exersizes/questions can be solved no only via js - they are more algorithmic and give you mental pabulum ). Both - tasks/solutions are pretty cool |
| 49 | +- https://github.com/yangshun/tech-interview-handbook **Tech Interview Handbook** (Algorithms, front end and behavioral content for rocking your coding interview) |
| 50 | + |
| 51 | +## Some ideas can be found during online tests. Like next: |
| 52 | + |
| 53 | +- https://tests4geeks.com/category/javascript |
| 54 | +- http://perfectionkills.com/javascript-quiz-es6/ ( also check explains at https://gist.github.com/DmitrySoshnikov/3928607cb8fdba42e712 ) |
| 55 | +- http://dmitry.baranovskiy.com/post/91403200 - So, you think you know JavaScript? it's usefull to read https://www.nczonline.net/blog/2010/01/26/answering-baranovskiys-javascript-quiz/ ) |
| 56 | +- http://perfectionkills.com/javascript-quiz/ |
| 57 | +- https://www.adaface.com/assessment-test/javascript-online-test |
| 58 | + |
| 59 | +## You can get more practice in interview questions at: |
| 60 | + |
| 61 | +- https://codesignal.com/interview-practice |
| 62 | +- https://www.pramp.com |
| 63 | +- https://interviewbuddy.in |
| 64 | +- http://www.gainlo.co |
0 commit comments