• 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

Passed CCD-410 Hadoop Developer with 88%

 
Greenhorn
Posts: 25
  • 2
  • Number of slices to send:
    Optional 'thank-you' note:
(Mods if you think this should be in the Hadoop forum, or both, please move)

I wouldn't say it was hard per se, but Hadoop has a lot of funky concepts.

For preparing, "24 hadoop interview questions" on the net is a great starting point. I then went through Tom White's Hadoop the Definitive Guide 3rd Ed, chapters 2-8 completely, typing out full notes and reading them constantly. For the other parts of the ecosystem, you need a high level overview with the basics of how they work and what they can do that Hadoop can't.

On my laptop, played with local-mode in Eclipse plus pseudo-mode with jar files. Tried lots of variations with a simple wordcount program:
Zero reducers, identity reducer, identity for both, combiners added
Logging and counter techniques
Made a chart of the 5-6 ways to set a property value and which took priority
List of the default conditions for things you don't specify (Hadoop can run given just IO paths).
Made a list of HDFS commands and kept playing around with them

Studied mock questions on the net, some had wrong answers, so be careful. Was going to purchase from HadoopExam.com, but they required submitting my MS Product Key, and I wasn't willing to do that. A shame, they advertised 200 questions for $45.

Took me a couple months of hardcore studying until it all became clear. The book took the most time, reading about 270 pages twice and doing notes.

In the future, I plan to also do the Cloudera certs for HBase, Hadoop admin, and Data Scientist. Will also take the Coursera Scala class with comes with a signed certificate. And maybe check into Apache Cassandra (no cert yet from what I could tell).

Big Data is fun.
 
Ranch Hand
Posts: 87
  • Number of slices to send:
    Optional 'thank-you' note:
I am in the process of taking the Coursera class called "Introduction to Data Science". We got to practive hadoop on Amazon's platform.
You would probably like this class if it it comes around again.
Course Page
 
John Soper
Greenhorn
Posts: 25
  • Number of slices to send:
    Optional 'thank-you' note:
Thanks for the heads up, I sure wish there were more hours in a day...
 
Ranch Hand
Posts: 50
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations !
 
Greenhorn
Posts: 1
  • Number of slices to send:
    Optional 'thank-you' note:
Hi All,

I have also cleared the Hadoop Developer as well as Administrator exam in first attempt and cloudera exam should not be taken light, because of its cost as well as level of the questions. Please find below whatever I had followed to prepare the exam. However, I want to clarify here that www.HadoopExam.com do not ask any Microsoft (MS) keys for simulator. Once you install the trial version of their simulator on your computer, their software generate some unique key, which they need it to identify uniqueness of the machine to avoid any theft of the software and I don't see anything wrong with that.

I passed both CCAH & CCDH and here is what I did in that order.

1)www.HadoopExam.com Training Videos and Certification Simulator

Their Videos are very well designed for the core understanding of Hadoop Architecture. The lectures are very precise yet comprehensive, which cuts learning time significantly, besides providing a definite edge in certification exam and job interviews. Trainer did a great job in delivering the essential material in such a concise and effective manner that gives the learner very good foundation in Hadoop framework.

2)http://developer.yahoo.com/hadoop/tutorial/index.html

3)http://hadoop.apache.org/docs/current/

4)Hadoop Definitive Guide_Tom White

5)Hadoop Operations_Eric Sammer

6) Practice : Implemented Simple word count example small program to get hands on.

Thanks
 
Ranch Hand
Posts: 449
  • Number of slices to send:
    Optional 'thank-you' note:
There is another course on Coursera named Web Intelligence and Big Data. Congratulations
 
John Soper
Greenhorn
Posts: 25
  • Number of slices to send:
    Optional 'thank-you' note:

Muhammad Khojaye wrote:There is another course on Coursera named Web Intelligence and Big Data. Congratulations



I'm in the middle of the class now. It's pretty interesting, the teacher approaches things from a different angle and likes to discuss side issues. The first programming assignment was a simple map-reduce using a python framework, which is always a sweet language to play with.

Sorry about the bum steer on the product key, their website could be a little clearer though.
 
Ranch Hand
Posts: 188
  • Number of slices to send:
    Optional 'thank-you' note:
Can you share "Made a chart of the 5-6 ways to set a property value and which took priority " this ? ... I think it would be useful to a lot of people
 
John Soper
Greenhorn
Posts: 25
  • Number of slices to send:
    Optional 'thank-you' note:

Sudarshan Sreenivasan wrote:Can you share "Made a chart of the 5-6 ways to set a property value and which took priority " this ? ... I think it would be useful to a lot of people



Sorry for the delay, just noticed this.

 
John Soper
Greenhorn
Posts: 25
  • Number of slices to send:
    Optional 'thank-you' note:
And passed Cloudera Hadoop Administrator today, again with 88%. That seems to be my number.

I definitely recommend trying to do them close together because there's a lot of common material.

The Cloudera practice questions help, even though they're $125.

Now onto studying functional programming, then data science after that. Already have pieces of both.
 
Ranch Hand
Posts: 391
1
  • Number of slices to send:
    Optional 'thank-you' note:
Great Going Keep it up, Almighty is with you.
 
Greenhorn
Posts: 1
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Hi John Soper, i also wish to pass CCD-410 for which i have purchased practice test from cloudera. as you have mentioned that you also have taken some practice test from them and then have experience of giving real test. can you please guide me on following two question.

1) The questions form real test are from practice test ? YES/NO
if yes how many of them out of 60 approx.
2) Do i need anything other than this practice exam and explanation provided by them in result.

Thanks in advance.
 
John Soper
Greenhorn
Posts: 25
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
1. Hadoop admin is the only one where I'd bought the practice questions and took the cert. Don't remember if any were the same, but they were similar, and understanding the practice questions is helpful for your career in general. It's not just about passing the cert, you also need to answer interview questions.

2. Study Tom White's book over and over. Play with a simple word count program over and over, try lots of options.

3. Study for the Hadoop admin cert at the same time, lots of common ground. Only about 50% more work, but twice as impressive. Hadoop Operations is the book for that.
 
Greenhorn
Posts: 1
  • Number of slices to send:
    Optional 'thank-you' note:

Jayottam Jadhav wrote:Hi John Soper, i also wish to pass CCD-410 for which i have purchased practice test from cloudera. as you have mentioned that you also have taken some practice test from them and then have experience of giving real test. can you please guide me on following two question.

1) The questions form real test are from practice test ? YES/NO
if yes how many of them out of 60 approx.
2) Do i need anything other than this practice exam and explanation provided by them in result.

Thanks in advance.



Hi, Jayottam Jadhav and John Soper,
I am considering whether I need to buy the practice exam for CCD-410 and could you please let me know how many questions are included in the CCD-410 practice exam? my concern is that if the number of included practice questions is just 60, is it worth to spend 125 dollars for it?

thank you very much!
 
Greenhorn
Posts: 5
  • Number of slices to send:
    Optional 'thank-you' note:
Hi John Soper/Recent exam taker ,

I am also going for the CCD-410 in a few weeks. Can you please let me know nearly how many scenario based questions(code based questions) are going to be in the exam ? And on what topics ? Because in the hadoopexam dumps,they have got plenty of them.Some are them are even tough based on sequence file and some others.
Any help/advice is appreciated.
 
Ranch Hand
Posts: 31
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations !! John and Bala,

I am also preparing for developer and admin exams, i am a newbie though,

i'd like to know if there is any document on how to install the sand box for practicing.

any help is greatly appreciated!!
 
John Soper
Greenhorn
Posts: 25
  • Number of slices to send:
    Optional 'thank-you' note:
Don't know about any sandbox tools. I still think the best way is to master (or even memorize) word count code, everything else is built from that. My two favorite examples are below. Besides that, Tom White and Eric Sammer are your new best friends, don't go anywhere without their books.

Streaming:


Non-Streaming:
 
Ranch Hand
Posts: 48
  • Number of slices to send:
    Optional 'thank-you' note:
Hi john:

Could you share you daily time schedule for preparing for the exams? say how many hours per day and how many days in total?

thanks!
 
John Soper
Greenhorn
Posts: 25
  • Number of slices to send:
    Optional 'thank-you' note:
That's a pretty tough question. Maybe 4-6 man-weeks for Developer, then 2-3 man-weeks for Admin (if developer was just passed). Having the slides from training class and the example exams will help reduce that some.
If you go into this field, you're going to have to learn that stuff anyway though. It's not like it's a diversion takes you away from something really important.
Here's the notes for the Admin cert. I saved a copy and cleaned up the editing and added a few things as I went through Hadoop Operations
notes
 
Sai Babu
Ranch Hand
Posts: 31
  • Number of slices to send:
    Optional 'thank-you' note:
Hey John,

appologies i did'nt check this forum for quite some time.
Thanks for the suggestions i already made Tom White my best buddy
i started read Hadoop: The Definitive guide, it seems to be great source for Hadoop.

yet to meet my another new friend Eric Sammers,

Thanks guys & best of luck in preparing for this exam.
 
Greenhorn
Posts: 1
  • Number of slices to send:
    Optional 'thank-you' note:
Kudos mate. Even I'm planning to do a certification in Hadoop.



 
Greenhorn
Posts: 4
  • Number of slices to send:
    Optional 'thank-you' note:
I have recently passed ccd-410, have a look at my blog https://ruchisaini.wordpress.com/2015/05/30/cloudera-hadoop-developer-certificationccdh/ ...i have written my points here
 
Greenhorn
Posts: 2
  • Number of slices to send:
    Optional 'thank-you' note:
Its a similar questions that I raised here https://goo.gl/nJqPRG and getting the various suggestions. If you have some more good suggestions you can also give..
 
Ranch Hand
Posts: 39
1
  • Number of slices to send:
    Optional 'thank-you' note:
Hi all , do we have coderanch Hadoop cerification forum ? If yes, please provide me the link or guide me to right hadoop certification forum
 
author & internet detective
Posts: 41905
909
  • Number of slices to send:
    Optional 'thank-you' note:

Vidya Shivram wrote:Hi all , do we have coderanch Hadoop cerification forum ? If yes, please provide me the link or guide me to right hadoop certification forum


For now, please post in the product & other certs forum.  If we see a few posts, we can create a forum and move them into it.
 
Greenhorn
Posts: 1
  • Number of slices to send:
    Optional 'thank-you' note:
I’m usually to blogging and i actually appreciate your content. The article has genuinely peaks my interest. I’m going to bookmark your web page and maintain checking for new details.
 
Don't get me started about those stupid light bulbs.
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/    |