• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I passed the OCA! 91%

 
Ranch Hand
Posts: 386
12
  • 15
  • Number of slices to send:
    Optional 'thank-you' note:
Although I've already mentioned my result in another thread, I thought I'd share my experiences here in case they're useful to others..... Here goes:

I didn't have much of a background in Java (other than a sub-standard module on class design in an academic course), but had read a few books, followed a decent amount of Stanford's CS106a course, and watched a number of Derek Banas' (and similar) youtube videos. I'd built a few basic programs, and knew most of what you'd find, say in a book like headfirst java. The basics, basically! I only mention this because I've seen people asking before, and......

it's no where near enough!

Resources
K&B 7 certification guide
Mala Gupta's certification guide
Enthuware
Roelpiler (coderanch)


K&B & Mala Gupta
I would strongly recommend reading these books several times over. I've two A4 pads full of notes from my first read through, and they are pretty poor - yet I *thought* I knew the topics. I actually ended up reading K&B 3 times - The difference in speed and understanding the final time through the book was quite amazing: and that's what you need in the exam!

More generally, I felt K&B excelled at end of chapter questions, and brevity/accuracy, but potentially assumed slightly more prior knowledge, where as Mala expanded on more complicated areas, possibly falling down slightly with regards the mock exam and errata. I would 100% read both though if I had to do it again, and my feelings could be tainted by the order in which I read them!

The books aren't really enough (Enthuware & this site)
They ARE enough to pass. Definitely. But they aren't enough to understand the topics inside and out - something I wanted to do.

Asking questions here made me frequently realise I didnt' know the topic(s) as well as I thought I did/Roel. This is unsurprising given the latter is clearly the first step toward a compiler/human hybrid . Regardless, this forum has been one of the best ways to solidify any doubts I had. More importantly, I often didn't know I had doubts. Reading other's posts and asking way too many questions definitely helped, so a big thanks to all that helped!

Finally, Enthuware's exams are spot on. I did one mock per day, and went through the answers in the run up to the exam. The ability to then browse the forum is great. Enough can't be said about this software, it would be (and should have been) my top recommendation. It really, really, made me feel comfortable with a couple of the more difficult questions that I would've struggled with.

Exams
Mala Gupta : 91% (fractionally easier than the exam)
Enthu 1 : 77%
Enthu 2 : 87%
Enthu 3 : 89%
Enthu 4 : 80% (this one kicked my a**!)
Enthu 5 : 80%
K&B 1 : 88%
K&B 2 : 82%
Enthu 6 : 90%
Last Day Test : 81% (again - I felt broken by this exam, especially time wise!)

Anyway, what i did, in order:

- Read the books twice
- Made lots of threads here
- 2 weeks before the exam - re-read K&B (made over 200 flash cards)
- took Mala's mock exam, K&B's two mocks, and all the enthuware
- sat the exam
- drank beligian beer.

in that order. that's how you pass

The Exam
The exam software is nicer, presentation wise, than enthuware and the K&B mocks. And that's a good thing, because you want to prepare for the worst. I really didn't see any particularly bad formatting. It's also easier. Not always, but on average. I'd say it has a few *sneaky* questions, but it's not unrelenting in it's quest to trick you, like Enthuware or Roel . Also, I've seen complaints on enthuware's site about 'vague' questions with difficult to interpret wording - I got one in the exam, not as bad as some of the enthuware ones, but they do exist. Also, although I'm sure people say this often, I'm 99% sure there was a mistake in one of my questions - a mis-named array. No mention of array's in my mistakes summary.

Anyway, I ran out of time - because I have a habit of writing things down - even before realising the question is easy. Something to bare in mind - don't make the mistake I did: learn to work straight off the screen!! (You also CAN'T highlight the code on screen unfortunately! - maybe worth removing the ability in enthuware Paul?) I had about a minute per question for the last 8 or 9, and about 15 seconds for the last one! - again, something enthuware had prepared me well for!

Anyway, most of this post feels a little narcissistic, even though it isn't intended to be that way, so I'll stop there, but hopefully that helps someone!

Right:

Apologies Roel if you're from Bruges! It was the only one I could find that wasn't like 8%+ !!


(sorry if the picture's too big!)

Nick






 
Sheriff
Posts: 11604
178
  • 3
  • Number of slices to send:
    Optional 'thank-you' note:
Hi Nick,

Congratulations champion! Great achievement Now it's time to relax a bit and have a (well-deserved) (or 2 or 3). And you clearly have already spoiled yourself with one of the Belgian beers

Thanks for sharing your experiences. Other ranchers will definitely benefit! Have 2 cows! One for sharing your experiences here and another one to make the effort to find a Belgian beer.

Don't forget to add your name to the OcajpWallOfFame!

Kind regards,
Roel
 
nick woodward
Ranch Hand
Posts: 386
12
  • Number of slices to send:
    Optional 'thank-you' note:

Roel De Nijs wrote:Hi Nick,

Congratulations champion! Great achievement Now it's time to relax a bit and have a (well-deserved) (or 2 or 3). And you clearly have already spoiled yourself with one of the Belgian beers

Thanks for sharing your experiences. Other ranchers will definitely benefit! Have 2 cows! One for sharing your experiences here and another one to make the effort to find a Belgian beer.

Don't forget to add your name to the OcajpWallOfFame!

Kind regards,
Roel



Thanks Roel! And again, the help has been massively appreciated, you definitely go the extra mile to help!

(PS: it turns out that I'd completely overlooked the fact that one of my regular favourites is Oranjeboom - but I thought I'd go the extra mile and find something obscure )
 
Roel De Nijs
Sheriff
Posts: 11604
178
  • Number of slices to send:
    Optional 'thank-you' note:

nick woodward wrote:Resources
K&B 7 certification guide
Mala Gupta's certification guide
Enthuware
Roelpiler (coderanch)


Glad to hear I (we) could help you completing your journey to finally join the club of OCAJP7 certified developers. Well done!

nick woodward wrote:Although I could've passed (albeit poorly) 6 months ago, two broken elbows and glandular fever meant I ended up taking about a year to do the exam


Two broken elbows? Sounds painful and very inconvenient in daily life. Makes you probably pretty immobile for several weeks.

nick woodward wrote:I'd say it has a few *sneaky* questions, but it's not unrelenting in it's quest to trick you, like Enthuware or Roel .


I just wanted to prepare you for worse than the worst

nick woodward wrote:Apologies Roel if you're from Bruges! It was the only one I could find that wasn't like 8%+ !!


No worries! I'm not from Bruges but from Antwerp
 
Roel De Nijs
Sheriff
Posts: 11604
178
  • 2
  • Number of slices to send:
    Optional 'thank-you' note:

nick woodward wrote:(PS: it turns out that I'd completely overlooked the fact that one of my regular favourites is Oranjeboom - but I thought I'd go the extra mile and find something obscure )


Oranjeboom is a Dutch (not Belgian) brewery, so that would not qualify as beer If you would have posted a Dutch beer, I had to give you a skull instead of a cow
 
nick woodward
Ranch Hand
Posts: 386
12
  • Number of slices to send:
    Optional 'thank-you' note:
Whoops!

*ahem* my mistake, of course it's dutch!!! at least you aren't from bruge! (for anyone else - the beer is 'bruge fools' )

Yeah, I went on a stag do with my two arms in slings! (I had some movement in my left - enough to hold a beer ). It's not as bad as it sounds really. One of those things you'd hate to have to deal with but is just a bit of a pain!

and yep, will add my name soon!
 
Ranch Hand
Posts: 182
18
  • 2
  • Number of slices to send:
    Optional 'thank-you' note:
Congrats Nick !!!
 
Ranch Hand
Posts: 165
12
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Woohoo!!

Well done nick, a great result and well deserved imo based on the attention to detail shown in all your posts here.

 
nick woodward
Ranch Hand
Posts: 386
12
  • Number of slices to send:
    Optional 'thank-you' note:
thanks ramya - have you already taken yours? i can't remember if you'd said where you were at - you definitely knew your stuff either way!

Steffe - thanks, in particular for that one thread, although for the life of me I can't remember what it was about, it's kind of all merged into one! - anyway, i think you're mistaking attention to detail with pure fear

Nick


 
Enthuware Software Support
Posts: 4828
52
  • 2
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations on passing, Nick and thanks for sharing your detailed experience. Glad to know that you found our mock exams helpful in your preparation

Regarding your suggestion about highlighting the code, we allow it because that makes it easier for users to copy and try out the code in their environment.
We are also working on the suggestion that you posted in our forums (browsing through all the marked questions). Should be ready soon.
Thanks a lot for your feedback!

Paul.
 
Roel De Nijs
Sheriff
Posts: 11604
178
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:

nick woodward wrote:at least you aren't from bruge! (for anyone else - the beer is 'bruge fools' )


For those who are interested in this beer, here you'll find the official "Brugse Zot" (Bruges Fool) page (in English of course).

nick woodward wrote:and yep, will add my name soon!


I fixed the link from my first post in this thread, so you can use that one to go to the famous OcajpWallOfFame
 
Ranch Hand
Posts: 221
27
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations, Nick
 
Ranch Hand
Posts: 40
2
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Congrats!!
 
Ramya R Subramanian
Ranch Hand
Posts: 182
18
  • Number of slices to send:
    Optional 'thank-you' note:

thanks ramya - have you already taken yours?


Nope, I havent taken it.

So how was the toughness of the real exam when compared to enthuware mock tests

Is there a calculator in the real exam( for values like 2^31)

And in enthuware mock exam, is it like test1 tougher than test2...so last test must be toughest.
 
Roel De Nijs
Sheriff
Posts: 11604
178
  • Number of slices to send:
    Optional 'thank-you' note:

Ramya Subraamanian wrote:So how was the toughness of the real exam when compared to enthuware mock tests


Nick already mentioned this in the original post (see first paragraph of the "The Exam" section).

Ramya Subraamanian wrote:Is there a calculator in the real exam( for values like 2^31)


No! But you are not expected to be able to calculate these kind of values on the actual exam
 
Ramya R Subramanian
Ranch Hand
Posts: 182
18
  • Number of slices to send:
    Optional 'thank-you' note:

No! But you are not expected to be able to calculate these kind of values on the actual exam



then we'll have to memorize values like Integer.MAX_VALUE(2^31-1). I think there might be questions like these..does line1 cause CE. and if we dont know MAX_VALUE, we cannot answer these questions.

 
Roel De Nijs
Sheriff
Posts: 11604
178
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:

Ramya Subraamanian wrote:I think there might be questions like these..does line1 cause CE. and if we dont know MAX_VALUE, we cannot answer these questions.


Very unlikely to happen! I can't remember having to know the actual value of Integer.MAX_VALUE by heart to answer a question on the actual exam. If there's a similar question, it's very likely to be with a byte, short, or char variable.

On the actual exam you only have a computer screen displaying the exam software, a mouse to navigate through the exam software and the writing materials. And that's all you have at your disposal!
 
nick woodward
Ranch Hand
Posts: 386
12
  • 2
  • Number of slices to send:
    Optional 'thank-you' note:
The exam is no where near as hard as you think it is, if you're worried about that sort of topic/level of knowledge Ramya.

The most I was asked (mathematically) was to work out which out of 5 expressions was the highest - looking at the evaluation order. I think 9*6 was the most complicated part of any of the expressions themselves.

And overall the exam is noticeably easier than enthuware and the K&B questions - although that's not to say there weren't a few head scratchers. But on average, if there was a topic to be tested, they'd ask a relatively straight forward question. Mala Gupta's mock test was about on par, maybe a little easier.

Nick
 
Ramya R Subramanian
Ranch Hand
Posts: 182
18
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:

Very unlikely to happen!


Lets Hope so Roel.


The exam is no where near as hard as you think it is, if you're worried about that sort of topic/level of knowledge Ramya.


Yeah, that gives a bit of confidence.
 
Ranch Hand
Posts: 175
17
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations Nick for your persistent determination!!!
Also congratulations Roel for your patience, commitment to helping and attention to detail.
 
Author
Posts: 375
22
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations, Nick! Impressive score! :-)

Good Luck to you.

With much respect,
Mala
 
MyExamCloud Software Support
Posts: 734
2
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations Nick.
 
Greenhorn
Posts: 6
  • Number of slices to send:
    Optional 'thank-you' note:

I know how it feels.. when I got the LPIC-1 certification, it's a pretty good feeling !

I don't know you but, congrats man !
 
Greenhorn
Posts: 1
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations. Can you please upload some notes which can be useful for exam?
 
Ranch Hand
Posts: 34
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations man for your result. Can you please give us useful tips on how you did it?
 
Sumit RawalArora
Ranch Hand
Posts: 34
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations I got 81%
reply
    Bookmark Topic Watch Topic
  • New Topic
vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |