Spring Basic Questions



    Some of the basic questions which are generally asked during technical interview.
  • What are different modules in Spring.
  • What is IoC (Inversion of Control) in general.
  • IoC vs Dependency Injection.
  • What is MVC in Spring and role of DispatcherServlet in MVC.
  • AOP (Aspect Oriented Programming)
  • Join Point and Point Cut.
  • What are the Bean Scopes in Spring.
  • Singleton socpe vs Prototype scope.
  • Request scope vs Session scope vs GlobalSession scope.
  • Autowired and different type of Autowiring.
  • Basic bean injection
  • Cyclic Dependency and how to resolve it.

No comments: