Posts

Es werden Posts vom Juli, 2017 angezeigt.

Another Spring Mock Exam Simulator

Hello again, after finishing the SpringDoc ePub I found another Spring Mock Exam simulator: SpringMockExams . You get 4 tests with 50 questions each. This is one test less than by iTestJava . I already did the first 3 tests and have to say that I like the questions better and that the simulator look much nicer. There aren't too much xml-questions like on iTestJava, too. On the other hand I was very surprised that they do not have a test history. So you aren't able to look at your test results later on. That's currently the biggest issue I have with them. What I learned is that I have to take a closer look at Spring Security. I already downloaded the ePub (that is really a nice feature of the Spring work) and will read it next week. After that I think I have to dive into the test center question because it seems for the 4.3 exam there's a different provider than PearsonVUE. More on that next week. Bye, Michael

Java-Workshops am Regionalzentrum Hamburg der FernUniversität

Für meine Java-Workshops für Studierende der FernUni Hagen im Regionalzentrum Hamburg ist die Agenda online gegangen: Der Anfänger-Workshop findet am 24.09. statt, der 2-tägige Fortgeschrittenen-Kurs vom 07.-08.10. Anmelden kann man sich allerdings erst ab dem 04.09. um 17:00 Uhr. Bei Fragen wendet Euch gerne an mich.

More on Spring certification

I'm still busy reading the official Spring doc as ePub. Reached 42% this morning. I found a mock exam, too. The site iTestJava  offers 250 questions (5 tests a 50 questions) for the 4.3 certification. After doing the 5 example questions, I was a bit disappointed because the doc reference was 4.0.9 even for the 4.3 cert. So I wrote to them about this and they answered they'd have some 4.3 questions in the 4.3 package as well. After agreeing on a discount I bought the package. The test system itself does not look very nice and for example it is not possible to go back a question until one has reached the last questions. There are many questions on xml configuration. I think way too much for the 4.3 cert but I can't say that for sure until I actually do the exam. Overall I did not too good on the exams, I think around 50-60%. That's a good sign, it means I learned new things. The future will tell whether this knowledge is helpful for the exam. I have another mock exam

Finally another certification

I'm kind of a certification addict. I did most of the Sun/Oracle Java certs and update them every time it's possible. But for some time now there wasn't anything to do. I even thought about doing the JSF cert just to do something... But some weeks ago Pivotal blog-ed that they would offer Spring certification without enrolling for a course . Fantastic news because I don't want to pay for a course and I'm a big fan of the Spring Framework for years now. So, some days ago I started preparing by downloading the ePub of the current Spring docs  and loading it up onto my Kobo. A week later 25% of it have been read :-) What I probably should mention is that I do certifications not only to have them but also to learn new things. With the Java certifications (most of all the Programmer I think) I did learn much. You have to dive into things you need not use for every day work (but perhaps later). E.G. doing the OCJP 7 I learned of the fantastic nio2 way to do file work.