1. What is the difference between SPA vs MPA?
  2. What are the advantages of React?
  3. Difference between functional component/Class component?
  4. Make an React App that changes default displayed text to my name onClick(simple one)?
  5. Different ways to copy an object/Shallow/Deep copy?
  6. Sort an array/count duplicates in an array?
  7. Explain component Lifecycle methods->same on hooks?
  8. Difference between arrow function/normal functions?
  9. Workflow of redux?
  10. Why reducer is called pure function?
  11. What are controlled and uncontrolled components?
  12. ES6 features you have used?