Jomu Visser wrote:Hi everyone! This is my first time posting here, so please go easy on me!
I am a new Java coder, teaching myself, and started really studying seriously in January doing the University of Helsinki MOOC. After getting into it a bit, I had made it my goal to pass the OCA exam in August, 2019. I have been working through Jeanne and Scott's OCA exam prep book, and so far, it seems to be going ok. However, I have just read that the new, Java 11 exam is out there, which is quite tough. I know, I know, I need to first deal with OCAJP, which I still plan to do, but.....let's say that I manage to pass the OCA (OCP next year). Will employers still view it as an asset or will it be old news? If so, how "old news" will it be, in your opinions?
Don't get me wrong-I still plan to do both exams as this OCA book is really helping solidify in my mind the smaller details that make up Java, and it certainly will not HURT me to do these exams.Just curious as to your opinions of the value of having OCA these days.
Thanks in advance!
Enthuware - Best Mock Exams and Questions for Oracle Java Certifications
Quality Guaranteed - Pass or Full Refund!
And once you have some experience nobody will ask you what certifications you have any more.Jomu Visser wrote:. . . make up for lack of industry experience so far . . .
Junilu Lacar wrote:
Below are some references you might want to take a look at to get a better idea of good design. Knowing about basic design principles and how to apply them to your programs is what will really set you apart from other candidates, especially if it's for an entry-level junior position. In my opinion, it's never too soon to learn about design.
Perspective: Code is design - https://www.developerdotstar.com/mag/articles/PDF/DevDotStar_Reeves_CodeAsDesign.pdf
Simple Design: https://martinfowler.com/bliki/BeckDesignRules.html
Book about the 4 Rules of Simple Design: https://leanpub.com/4rulesofsimpledesign
SOLID design: https://en.wikipedia.org/wiki/SOLID
"Clean Code" by Robert Martin - I wish all programmers would read this book first before they try to write any code in a professional capacity.
Finally, here's what Uncle Bob has to say about certifications:
Ricky Bee wrote:Nice, nice, nice!
The book Clean Code looks particularly yummy.
Paul Anilprem wrote:OCAJP/OCAPJP 8 will not be "old" for another couple of years at least. Java 8 exams already include some of the most important topics (streams and lambda) so I would not worry too much about it going obsolete anytime soon. It will still be as valuable as it was.
Paul Anilprem wrote:I don't think the new exams (815 and 816) are any more tough that the older (808 and 809) exams but the absence of books and mock exams certainly make them look like so. This will not be a problem in a couple of months time. However, the bigger issue is the focus of the new exams. The new exams focus quite a bit on modularization. But modularization is not yet a clear winner in the industry, IMHO. So, I don't think you would be losing out much by not going for the new exams.
[OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Junilu Lacar wrote:My opinion is that certifications will give you a slight edge over your competition in the early stages of the selection process. However, professional development is more than just knowing about syntax and the mechanics of a language. What I find most disappointing with most candidates I have rejected in the past is that they don't know the first thing about design. I think many of the problems we have in software comes from too many programmers thinking that design is not their responsibility, that it should be done by architects and designers, not programmers. They could not be any more WRONG about that.
Take a look at some of these images of terrible design. Those images are the equivalent of the kind of programs I often see in the real worldbecause of programmers who both don't know how to write good clean code and who don't know anything about design principles.
Below are some references you might want to take a look at to get a better idea of good design. Knowing about basic design principles and how to apply them to your programs is what will really set you apart from other candidates, especially if it's for an entry-level junior position. In my opinion, it's never too soon to learn about design.
Perspective: Code is design - https://www.developerdotstar.com/mag/articles/PDF/DevDotStar_Reeves_CodeAsDesign.pdf
Simple Design: https://martinfowler.com/bliki/BeckDesignRules.html
Book about the 4 Rules of Simple Design: https://leanpub.com/4rulesofsimpledesign
SOLID design: https://en.wikipedia.org/wiki/SOLID
"Clean Code" by Robert Martin - I wish all programmers would read this book first before they try to write any code in a professional capacity.
Finally, here's what Uncle Bob has to say about certifications:
The first principle is the Redaction of Certification Principle (RCP). The principle states:
Certifications generally certify nothing whatever about experience, knowledge, or skill. Generally they certify that the certificate holder has attended (or at least paid to attend) a course. Perhaps they took (and maybe even passed) an exam based on that course.
Jeanne Boyarsky wrote:
Paul Anilprem wrote:OCAJP/OCAPJP 8 will not be "old" for another couple of years at least. Java 8 exams already include some of the most important topics (streams and lambda) so I would not worry too much about it going obsolete anytime soon. It will still be as valuable as it was.
Agreed!
Paul Anilprem wrote:I don't think the new exams (815 and 816) are any more tough that the older (808 and 809) exams but the absence of books and mock exams certainly make them look like so. This will not be a problem in a couple of months time. However, the bigger issue is the focus of the new exams. The new exams focus quite a bit on modularization. But modularization is not yet a clear winner in the industry, IMHO. So, I don't think you would be losing out much by not going for the new exams.
Scott said the 815 is harder. Neither of has taken the 816 yet so can't comment on that though.
I would strongly recommend people take the OCA/OCP 8. Probably for another year.
Don't get me started about those stupid light bulbs. |