https://github.com/deepakkashyap3013/senior-engg-interview-questions
Javascript Interview Questions ft Roadside coder
https://github.com/deepakkashyap3013/senior-engg-interview-questions
async-await asynchronous backend call-apply-bind callback currying-function-javascript forntend interview interview-preparation interview-questions javascript map-filter-reduce nodejs objects promises-in-javascript questions synchronous this var-let-const
Last synced: 3 months ago
JSON representation
Javascript Interview Questions ft Roadside coder
- Host: GitHub
- URL: https://github.com/deepakkashyap3013/senior-engg-interview-questions
- Owner: deepakkashyap3013
- Created: 2025-06-14T16:30:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T19:18:02.000Z (3 months ago)
- Last Synced: 2025-06-22T20:27:17.202Z (3 months ago)
- Topics: async-await, asynchronous, backend, call-apply-bind, callback, currying-function-javascript, forntend, interview, interview-preparation, interview-questions, javascript, map-filter-reduce, nodejs, objects, promises-in-javascript, questions, synchronous, this, var-let-const
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLKhlp2qtUcSaCVJEt4ogEFs6I41pNnMU5
- Size: 47.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# senior-engg-interview-questions
### Javascript concepts
- [Roadside coder yt](https://www.youtube.com/playlist?list=PLKhlp2qtUcSaCVJEt4ogEFs6I41pNnMU5)### Node specific questions
- [Check collection](./node-js-interview-questions.md)### SQL practice
- [SQL Practice](https://www.sql-practice.com/)
- [YT Video](https://www.youtube.com/watch?v=nYmoQ4r0DVw)### DSA Practice
- [Neetcode 150](https://neetcode.io/practice?tab=neetcode150)
- [Pattern Wise Explanation](https://github.com/Chanda-Abdul/Several-Coding-Patterns-for-Solving-Data-Structures-and-Algorithms-Problems-during-Interviews)
- [Google Docs](https://docs.google.com/document/d/1Uc2p_RUocMQkUHBardctQpRPeZMJ84tG6zV7BULkwOY/edit?tab=t.0)### System Design concepts:
- [Algomaster Article](https://blog.algomaster.io/p/30-system-design-concepts)
- [YT Video Link](https://www.youtube.com/watch?v=s9Qh9fWeOAk)### System Design Practice:
- [Neetcode System Design](https://neetcode.io/practice?tab=systemDesign)