Expert level Angular Interview Questions Part -3

Anil Kumar
2 min readApr 11, 2021

PART 1 <<. — — — — — — — — — — — — — — — — — — — — — — —<< PART 2

Performance and optimization

  1. How to support accessibility ?
  2. How to check version of angular app?
  3. How to update old angular third party libraries?
  4. What is a lightweight injection token?
  5. Step to deploy angular app?
  6. How to configure differential loading?
  7. What is AOT ?
  8. What are the phases included in compilation ?
  9. What is non null type assertion operator?
  10. What is code folding?
  11. What is ivy ?
  12. How to disable type checking on template expression?
  13. How to make various environment build like development , staging , UAT , prod ?
  14. What is SSR ?
  15. What is Angular language service?

Mix and Advance

  1. What is annotation?
  2. What is JIT?
  3. What is module?
  4. What is ngcc?
  5. How handle NPM package dependencies?
  6. What is platform?
  7. What is polyfill?
  8. What is subscriber?
  9. What is view engine?
  10. What is zone?
  11. What is Bazel?
  12. What is web worker? Is SSR support the it?
  13. What is state function?
  14. How Dynamically component can be created?
  15. What is basere tag ? where we need to put it?
  16. Define mapping rules for mapping custom element to DOM?
  17. How to run angular change detection manually ?
  18. In script tag we have async , defer and preload, prefech differentiate them?
  19. How make anything draggable in angular?
  20. How to remove ngAfterViewChangeExpression changes?
  21. What is challenging work you have done in angular?
  22. How to increase the speed of app?
  23. What is ngModule?
  24. If we refresh the page how manage the state of the app?
  25. What is HMR? ( Hot Module Replacement )
  26. Difference between get, post, put and delete?
  27. What is a querylist ?
  28. What is multi slot projection?
  29. What is content projection?
  30. What best to handling errors?
  31. How to analyse the code?(code analyser)
  32. What mean by uglification?
  33. What is High order component?
  34. What is webpack?
  35. When we do ng serve who in background take care browser?
  36. Difference between session storage and local storage?
  37. Which are the main features of angular?
  38. Enlist the steps to upgrade from AngularJS to Angular.

PART 1 <<. — — — — — — — — — — — — — — — — — — — — — — — << PART 2

--

--