• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Pivotal Certified Professional Core Spring 5 Developer Exam

 
Ranch Hand
Posts: 128
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Iuliana,

First and far most, thank you for putting together an exam guide for the Spring 5 certification.

I wanted to get certified in Spring 5 and started preparing for it by going through Spring 4 guide and official docs due to the lack of exact guide.

There is too much of XML configuration for equivalent annotations in Spring right, so the question is, how focused this guide is in terms of coverage of the topics for passing the exam?
Is this guide self sufficient or do we need any other resources in addition to the guide?

Thanks,
Raghu
 
Author
Posts: 56
15
Scala IntelliJ IDE Spring Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Raghavendra,

I revised the older version of the book following the list of official topica published here: https://pivotal.io/training/certification/spring-professional-certification
There will also be a mock exam available on the official GitHub repo for the book.

The exam is  a little bit difficult without participating to an official course.  But it is not impossible. I have received emails from people that have passed the Spring 5 certification exam by working with my previous book(which was writen for Spring 4) and filling up the gaps using the official Spring Documentation reference.
I can confidently assume at this point the 2nd edition of the book, written for Spring 5 will be even more helpful.

As for the XML part, I removed most of it in the 2nd revision. I kept just enough to allow a smooth transition into full Java Configurations.

The previous edition of the book does not cover Spring 5 unfortunately, because it was released for Spring 4.3.(and Spring 5 was not released until a year later).  What you can do is complement your learning process by following the official blog of Spring and the official Spring Reference documentation and it should be ok. Also, you can download study guide from the Pivotal site: https://pivotal.io/training/certification and follow them and retrieve the information yourself from the official documentation.

It all depends on the time you are willing to invest. The 2nd edition of the book might help you reduce the amount of invested time. But if you have already prepared using the previous edition of the book, it might be easier to just fill in the gaps using public documentation.

Just, check how confident you are in your understanding of Spring so far and take the leap. You've got this!

Cheers!
 
Raghavendra Desoju
Ranch Hand
Posts: 128
2
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for the detailed information.
reply
    Bookmark Topic Watch Topic
  • New Topic