Code Monkey home page Code Monkey logo

rohan-paul / awesome-javascript-interviews Goto Github PK

View Code? Open in Web Editor NEW
3.2K 64.0 788.0 12.1 MB

Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)

JavaScript 98.54% TypeScript 0.44% HTML 0.80% CSS 0.07% Python 0.14%
javascript reactjs nodejs mongodb css html5 expressjs github challenges redux webpack interview-preparation system-design interview-questions interview-prep interview

awesome-javascript-interviews's Introduction

Awesome JavaScript Interviews

Youtube Link


You can find me here..



Below are a collection of super-popular Interview questions, along with explanations and implementation examples that I was putting together for myself while preparing for my first Full-Stack JavaScript job interviews.

Table of Contents of this Readme file

  1. Most common Fundamental JavaScript Interview Topics & Questions

  2. Most common Tricky Javascript Interview Topics & Questions

  3. Most common Async/Await and Promise related Interview Topics & Questions

  4. Most common Node Interview Topics & Questions

  5. Most common Web-Development Architecture related Interview Topics & Questions

  6. Most common React Interview Topics & Questions

  7. Most common Redux Interview Topics & Questions

  8. Most common Angular Interview Topics & Questions

  9. Most common MongoDB Interview Topics & Questions

  10. Most common HTML Interview Topics & Questions

  11. Most common CSS Interview Topics & Questions

  12. Most common Git and Github related Interview Topics & Questions

  13. Understanding the Theory and the fundamentals of some super-popular Algorithm questions

  14. Github Repositories with large collections of problems-and-solutions of them most popular Interview challenges

  15. Overall multi-factor approach for winning this huge challenge and a great journey of getting the first Developer Job

  16. Other important resources

  17. Coding Challenge Practice Platforms

  18. More curated list of general resources for JavaScript Interviews

  19. Most frequently asked concepts for Front End Engineering Interview

  20. List of sites where you can hunt for a developer job

  21. Want a startup job?

  22. Best places to job hunt for remote jobs

  23. Here are a few places to hunt for ios, react, vue and more

  24. Want a list of just JavaScript jobs?

  25. Are you looking for a junior dev job?

  26. Women focused job boards!

  27. Want a job as a freelance dev? Here's a list

  28. Some useful websites for programmers

  29. When you get stuck

  30. For small project ideas

  31. General Coding advice

  32. Coding Style

  33. General Good Articles

  34. Collection of Leetcode Problem solution

  35. Collection of Cracking the Coding Interview Book Problem solution

  36. Most common System-Design Interview Topics & Questions

  37. System-Design related topics-Some very useful articles

  38. System-Design-Company engineering blog

[โ†‘] Back to top

Most common Fundamental JavaScript Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top


Most common Tricky Javascript Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common Async/Await and Promise related Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common Node Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common Web-Development Architecture related Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common React Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common Redux Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common Angular Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common MongoDB Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common HTML Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common CSS Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Most common Git and Github related Interview Topics & Questions

(Below Links are all within this Repository)

[โ†‘] Back to top

Understanding the Theory and the fundamentals of some super-popular Algorithm questions

[โ†‘] Back to top

Github Repositories with large collections of problems-and-solutions of them most popular Interview challenges

[โ†‘] Back to top

Overall multi-factor approach for winning this huge challenge and a great journey of getting the first Developer Job

[โ†‘] Back to top

Other important resources

[โ†‘] Back to top

Coding Challenge Practice Platforms

[โ†‘] Back to top

More curated list of general resources for JavaScript Interviews

[โ†‘] Back to top

Most frequently asked concepts for Front End Engineering Interview

  1. call, apply and bind method
  2. Polyfill for bind method
  3. Currying
  4. Debouncing
  5. async vs defer
  6. Event Bubbling & Capturing
  7. Prototype & Prototypal Inheritance
  8. Throttling
  9. Thinking Recursively
  10. Local Storage and Session Storage
  11. CORS
  12. sum(a)(b)(c)...(n)
  13. Web Storage APIs
  14. Event Loop
  15. Web Sockets
  16. Closures
  17. Callbacks & Promises
  18. Revise everything again
  19. Difference between deep clone and shallow clone and how to write your own deep clone fucntion/polyfill for deepclone
  20. ES6 data structures such as Map and Set. In certain cases, Map is much better suited than an Object. Probably even Server Sent Events would be a good thing to know.
  21. Observable and subscribers, subject, behaviour subject and repeatable subject

[โ†‘] Back to top

List of sites where you can hunt for a developer job

[โ†‘] Back to top

Want a startup job?

[โ†‘] Back to top

Best places to job hunt for remote jobs:

[โ†‘] Back to top

Here are a few places to hunt for ios, react, vue and more

[โ†‘] Back to top

Want a list of just JavaScript jobs?

[โ†‘] Back to top

Are you looking for a junior dev job?

[โ†‘] Back to top

Women focused job boards!

[โ†‘] Back to top

Want a job as a freelance dev? Here's a list

[โ†‘] Back to top

Some useful websites for programmers

  • When you get stuck
  • For small project ideas
  • General Coding advice
  • Coding Style
  • General Good Articles
  • [โ†‘] Back to top

    When you get stuck

    • Codementor : A mentorship community to learn from fellow developers via live 1:1 help and more.
    • devRant : Community where you can rant and release your stress
    • Learn Anything : Community curated knowledge graph of best paths for learning anything
    • Quora : A place to share knowledge and better understand the world
    • Stack Overflow : subscribe to their weekly newsletter and any other topic which you find interesting
    • Stackoverflow High Scored JS Questions : Dashboard to track top Javascript questions asked on Stackoverflow

    [โ†‘] Back to top

    Ideas For small project ideas

    [โ†‘] Back to top

    General Coding advice

    [โ†‘] Back to top

    Coding Style

    [โ†‘] Back to top

    Collection of Leetcode Problem solution

    [โ†‘] Back to top

    Collection of Cracking the Coding Interview Book Problem solution

    [โ†‘] Back to top

    UX-CSS-Design Sense Related

    Most common System-Design Interview Topics & Questions

    (Below Links are all within this Repository)

    [โ†‘] Back to top

    System-Design related topics-Some very useful articles

    [โ†‘] Back to top

    Design a Google document system

    [โ†‘] Back to top

    Design a random ID generation system

    [โ†‘] Back to top

    Design a key-value database

    [โ†‘] Back to top

    Design the Facebook news feed function

    [โ†‘] Back to top

    Design the Facebook timeline function

    [โ†‘] Back to top

    Design a function to return the top k requests during past time interval

    [โ†‘] Back to top

    Design an online multiplayer card game

    [โ†‘] Back to top

    Design a graph search function

    [โ†‘] Back to top

    Design a picture sharing system

    [โ†‘] Back to top

    Design a search engine

    [โ†‘] Back to top

    Design a recommendation system

    [โ†‘] Back to top

    Design a tinyurl system

    [โ†‘] Back to top

    Design a garbage collection system

    [โ†‘] Back to top

    Design a scalable web crawling system

    [โ†‘] Back to top

    Design the Facebook chat function

    [โ†‘] Back to top

    Design a trending topic system

    [โ†‘] Back to top

    Design a cache system

    [โ†‘] Back to top

    System-Design-Company engineering blog

    [โ†‘] Back to top

    awesome-javascript-interviews's People

    Contributors

    abstrekt avatar arjunkumar09 avatar arrekhey avatar bikashdaga avatar creotip avatar dependabot[bot] avatar ebennetteng avatar fadifrancis avatar jamreludhi avatar kens-visuals avatar letscode-17 avatar neil1023 avatar rohan-paul avatar sadanandpai avatar spekulatius avatar theajinkya avatar vrq avatar

    Stargazers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    Watchers

     avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

    awesome-javascript-interviews's Issues

    Add a video resource

    How about adding a video resource for some of this concept?
    I know there is a resource section, but I would love to add some videos i believed helped me understand this concepts.
    If you agree, i could send a PR.

    Facebook link - content not availbale

    I have noticed that after clicking the Facebook link in the README:

    image

    On the facebook site I received content not available (the message is in Hebrew):

    image

    Is the facebook link relevant to the README?

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.