Interview Questions

Below I have shared the Interview questions which are directly observed by me, my friends, colleagues, and others who faced the interview by themselves.

Servion - Frontend Questions

HTML

  1. What are the new features in HTML5

CSS

  1. Difference between Flex and Grid
  2. How will you make responsive with Flex

JavaScript

  1. Difference between var, let, and const
  2. What is Temporal Dead Zone
  3. What is Memoizing
  4. What is Closure
  5. What is Hoisting in JS
  6. What are Arrow functions and its differences

React

  1. What is the advantage of Virtual DOM and drawbacks of Virtual DOM
  2. What are the things you do for Optimizing React
  3. What is Lazy Loading
  4. Difference between useMemo and useCallback
  5. Have you used NextJS?
  6. What are all you do with Webpack
Finsire - Frontend Questions

CSS

  1. What is Flex
  2. What are the positions in CSS and explain it

JavaScript

  1. What is "debounce" and then what is "throttle"
  2. What is Closure
  3. What is Hoisting in JS
  4. What are Arrow functions and its differences

React

  1. What are Ref's
  2. Difference between useEffect and useLayoutEffect
  3. What Plugin you use for forms?
  4. What Library you use for form validation?