Interview Things
⚠️
This page contains some common questions that I ever faced when got into a job interview as a Frontend Engineer. Mostly contains technical questions. I'll prepare a quick answer later.
Description | Site Name |
---|---|
React Interview Cheatsheet | 300 React Interview Question |
Most Interview Questions for Frontend Engineer | Frontend Interview Handbook |
Software Developer Interview FAQ | FullStack Cafe |
- How UseEffect in React works? useEffect Hooks in React
- What do you know about OOP? OOP Explanation video in 7 minutes
- Explain the asynchronous process in JS. Full explanation
- Is setTimeout is asynchronous or synchronous? It's asynchronous
- What is callback hell in JS? Explanation about Callback hell in JS
- Controlled vs uncontrolled components? Explanation about both
- Real DOM vs Virtual DOM? Quick explanation
- Call by reference vs Call by Value in JS? Call by value vs call by reference
- Access token vs ID token? Here's the difference
- CSS padding vs Margin Here's the explanations
- Explain about CSS positions? CSS Positions
- HTML vs XHTML? HTML vs XHTML by W3schools
- JS vs JSX? JS vs JSX based on official React Docs
- UseRef and forwardRef? Tweet Discussion with Theodorus Clarence