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
- Exam Roadmap
- Readiness Checklist
- Domain pages below
- Mock Exams and Review
Domain Pages
| Domain | Use it to answer |
|---|---|
| Spring Core and Dependency Injection | How does Spring create and wire objects? |
| Configuration, Profiles, Scopes, and Lifecycle | How does Spring decide what beans exist and when? |
| Spring Boot and Auto-Configuration | What does Boot add, and why did a bean get created? |
| Spring MVC and REST | How does an HTTP request become a controller method call? |
| Data Access and Transactions | Where do repositories, JPA, and transactions fit? |
| Spring Security | Who is the user, and what can they access? |
| Testing | Which test type proves which behavior? |
| AOP and Proxies | Which Spring features depend on proxy behavior? |
| Events, Scheduling, Async, and Observability | What 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.