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

Passed my 141

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
70% overall.

Not a huge score but I'm pleased: I didn't even know the exam existed until last week so I did less than 5 evenings of revision.

My thoughts on the exam:

Broad background knowledge will get you a long way. If you have worked on real projects that use some or all of the syllabus technology then there is a good chance you could pass it right now. I've been working on XML projects using DOM, XSL & FO for several years so I was up-to-date on most of the theory.

My knowledge of Schema and XSL syntax is not that deep. I rely on references and working examples in my day-to-day work. My mark reflects this (my poorest score was in the 'Processing' category). It's probably not good advice but you don't need to memorise all the syntax in order to get a good pass.

The IBM mock is a little soft. I scored 88% in the mock. It was this that prompted me to sit the test so early. I found the ratio of 'strict' technical questions a little higher in the real exam.

Shashank Tanksali's mock is tough. I only scored about 55% on his test. I guess my actual mark falls 1/2 way between the two so perhaps that would be a fair indicator. (I did make sure I understood all of Shashanks questions so I probably picked up a few extra points right there.)

I did buy a book - O'Reillys "XML in a nutshell". Good reference book so I'll be keeping it handy. The author, Elliotte Rusty Harold, also wrote "Processing XML with java" which I used to brush up on my SAX basics.

XML spy is handy for quickly testing ideas regarding XSL and DTD/Schema. If you want to memorise syntax you are better of editing it by hand. Your choice.

The ranch is a great resource. Use it wisely. (I wouldn't have known about the exam had it not been for this forum!)

Many thanks to all the ranch contributors and to Shashank Tanksali for his mock exam.

Cheers

Dave Patterson.
 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dave,
Congrats for getting certified.

Can you tell me if the knowledge required for XSL-FO is very technical and much depth needed.
I havent got work experience on XSL-FO so I am just reading it from various resources .

how do u compare brainbench XML and JAXP tests to IBM's in toughness . I found them tougher then Shahanks IBM Mock .
Do u think IBM mock (the $10 ) is a good yard stick to measure how well I am prepared. Which mocks did u do ?
I had scored 58 in Shashanks mock .
Thanks
Dhiren
 
Ranch Hand
Posts: 578
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
COngrats Dave

And thanx a lot for sharing your ideas about the exam!!!
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats on your success. I am preparing for the exam myself and making my first pass through the Prof XML, XSLT and schemas. I have been working with XSLT and XML for the last one year but, have no practical experience with Formatting Objects & schemas. How technical do questions on these get? Also, the FAQ on thsisite does not post chapter 10 of Prof XML as required. Were there any questions on XLink and XPointers?

Thanks for your insights,
Vidya
 
Dave Patterson
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Re the FO questions:

I've worked directly with FO in the last few months so I have a feel for the purpose and structure of FO style sheets. I only recall one FO related question and that level of knowledge was sufficient. (I scored 100% on rendering).

Rendering is only 11% of the overall mark: 5 or 6 questions. Those 5 questions also need to cover CSS, multiple target and format issues and data design considerations for rendering. If you get more than one 'deep' technical question on FO then you will be unlucky.

1/3 of the overall marks are given for processing questions - DOM, SAX, XSL, XPath etc. If you want to play safe, focus your attention in these areas.

Cheers

Dave Patterson.
 
Dave Patterson
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Re Xlink & Xpointer

Yes, I did get an Xpointer question. It was a fairly cheep "define its purpose" type question. I was kicking myself because I had focused on Xlink rather than Xpointer and I had to make an educated guess between one of two similar options.

One good study tip: Write a short summary of the purpose and definition for each of the examinable technologies and memorise them using flash cards. Base the definition on spec documents or reliable text books. You need to know all of this stuff anyway but if the standard terms are fresh in your mind it will probably help.

Dave Patterson.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Ranch Hand
Posts: 1011
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratulations!
 
Ranch Hand
Posts: 498
Eclipse IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Dave !!!
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shashank,

I am planning on taking the PMP exam. I see that you are already certified. Can you guide me on the pre reqs and a forum where there is PMP discussion.

Thanks a lot!
Fais(SCEA)
 
Shashank Tanksali
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Fais Ari:
Shashank,

I am planning on taking the PMP exam. I see that you are already certified. Can you guide me on the pre reqs and a forum where there is PMP discussion.

Thanks a lot!
Fais(SCEA)



Check out the following forum.. You should get enough material from this site to get started.
And of course there is the official site

Good luck,
Shashank
 
"To do good, you actually have to do something." -- Yvon Chouinard
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic