Skip to main content

Certification Track

Use this track when the goal is Spring Professional exam readiness, not deep reading.

The book explains Spring slowly. The certification track should help you decide:

  • what to learn first
  • what to memorize
  • what traps to expect
  • which book chapter to open when a topic is weak
  • whether you are ready for mock questions

Best Path

  1. Exam Roadmap
  2. Readiness Checklist
  3. Domain pages below
  4. Mock Exams and Review

Domain Pages

DomainUse it to answer
Spring Core and Dependency InjectionHow does Spring create and wire objects?
Configuration, Profiles, Scopes, and LifecycleHow does Spring decide what beans exist and when?
Spring Boot and Auto-ConfigurationWhat does Boot add, and why did a bean get created?
Spring MVC and RESTHow does an HTTP request become a controller method call?
Data Access and TransactionsWhere do repositories, JPA, and transactions fit?
Spring SecurityWho is the user, and what can they access?
TestingWhich test type proves which behavior?
AOP and ProxiesWhich Spring features depend on proxy behavior?
Events, Scheduling, Async, and ObservabilityWhat happens outside the normal request path?

Study Rule

Do not read everything again. Use the checklist to find weak areas, then open only the linked book chapters for those weak areas.