spring 3 certification – recommended study plan

Table of contents for the Spring 3 certification series of posts:

  1. Jeanne’s core spring 3 certification experiences (Background information)
  2. About the test (includes Scope of the test and Spring 2.5 vs 3.0 exam)
  3. What did I read and how were the resources I tried
  4. My study plan
  5. Skills guru mock exam
  6. What I would recommend as a study plan
  1. Make sure you understand everything in the course student guide
  2. Look at my study notes (or equivalent if someone else puts up Spring 3 study notes) and make sure everything looks familiar. You don’t have to be able to recite the syntax from memory.
  3. Take the second skill guru exam. (I found the first exam to be a better indicator of readiness with less out of scope content and would have preferred to take it later.) If you pass, skip to step #7. If not you may still pass the real exam, but it is probably better to study more.
  4. Look at the Spring 2.5 exam sample questions to get a feel for the level of difficulty to expect. (Yes, it really was this easy.) Questions harder than this in the skills guru exam shouldn’t cause you to worry.
  5. Do any labs you didn’t cover in class for areas you feel week.
  6. Skim the official reference – only focusing on the sections covered in the class student guide.
  7. Take the BlackBeltFactory exam if you feel you need more practice. If you fail some of the sections, don’t worry – this is harder than the real exam. You want to make sure you know the container/AOP sections cold. The level of difficulty is closer here and it is the lions share of the exam.
  8. Take the first skill guru exam. If you pass, you will definitely pass the real exam. If you don’t pass, pay attention to why. Even on this exam, some questions are out of scope and many are harder than on the real exam.
  9. Good luck!

Previous page: Skills guru mock exam

17 thoughts on “spring 3 certification – recommended study plan

  1. Hi i think this is too much.

    I cleared my certification last month. if you have attended the spring course i think the study guide should be be good enough to clear the test.

  2. Your blog was very helpful in preparation to Spring egzam. I cleared my certification with 94% result. Thanks for your work!

  3. Great blog post but I have to agree with Sudheer. All this is way to much preparation.

    I attended the Core Spring course and then reread the material once and did all labs once more (about 16h in total).

    It’s not that the exam is easy it just that as long as you understand the main principals and design of Spring most questions are easy to answer.

  4. Given the width of the framework and the general guidelines of the topics to be expected in the certification exam, unless you have a good preparation strategy, its is hard to pass this test. The most time I spent was in doing lots of example code. In fact I spent an equal amount of time on all the topics which I think we an overkill from an exam point of view, but helped me understand the framework in general. If I knew what to expect from the exam, I would have spent bulk of my time doing example code on all possible scenarios about the container and aop which formed about 60% of the questions. If one’s preparation is a majority of reading one would probably answer only about 20% of the questions. So the gist is, work out a lot of example code. I would highly recommend people to follow the plan outlined on this blog for a deep understanding of the framework. Thanks Jeanne for all the information. Gavin’s study notes were also helpful in organizing my own study notes.
    Btw, I did pass the test and it wasn’t as easy as I had expected.

  5. It seems there is a small mistake in “study notes” related to transaction propagation:
    “Required uses the existing transaction and throws an exception if there isn’t one.”. This is true for MANDATORY. For REQUIRED should be:
    “uses the existing transaction and starts a new transaction if there isn’t one.”

  6. Thank you for noticing the error. I didn’t focus so much on that section because it isn’t Spring specific. Should have proofread before putting it online though!

  7. Hi Guys,

    http://knowledgeblackbelt.com provide various courses and exams for Spring. These are divided into various section like Spring core, Spring Jdbc, Spring MVC.

    You can earn point there by doing some contribution as defined in website and then can participate in these exams which are very helpful for Spring Certification.

  8. Hi, just wanted to say a big thank you, I passed my certification last week and all the info and resources here were fantastic. Again, many thanks.

    Alex

  9. Hi
    Can somebody explain how the Spring certification will be helpful for a better career.

  10. Allada: Taking the class helps you learn Spring. That’s a helpful skill in a job. Taking the cert per se doesn’t necessarily make you have a better career.

  11. I need to take spring certification exam in a month’s time and I’ve completed all the labs and study material.. plan to revise it once more in this 4 weeks.. will that be enough??

Leave a Reply

Your email address will not be published. Required fields are marked *