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

Passed the SCDJWS (310-230) with 72% !!

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been a member of this forum for some time, reading posts and discussion topics but have not actually contributed to a great extent. I hope this post helps out my fellow ranchers:

Yesterday I was able to pass SCDJWS with 72%. The passing score is still 42% and the total number of questions on the exam is 65.

Thanks go out to two outstanding contributors here on this forum:

Ivan Krizsan
for his detailed and thorough notes with invaluable code examples. Ivan was able to cover the topics in more than adequate detail and his content could be used for a book

and

Mikalai Zaikin
for his Study Guide with explanations that are easy to understand and give a great background and underlying description of concepts that I could not find elsewhere.

I think the contributions made by you two for this cert provide the solid starting foundation for any rancher attempting this cert. Kudos to the both of you and many many thanks!

Here was my exam experience:
There were a lot of questions about Endpoint Architecture giving scenarios on requirements of a system and then asking web service development approaches that would be most suitable. In my opinion, this constituted about one third of all the questions on the entire exam.

Contrary to other forum postings on this cert, in my case there were quite a few code snippets. Correctly identifying XML which adhered to an XML schema, method signatures of code that would have been generated from WSDLs, SAAJ coding to correctly add attachments to a SOAP message, JAXR UDDI queries, a couple annotations in code snippets etc

There were quite a few questions on WSIT and WCF which I thought I would have been prepared to answer but it turns out I was not. Especially with regards to compatibility of data types between Java and .NET (there was another code question here)

Of course the Basic Profile 1.1 should be studied in its entirety as there were numerous questions which related to this directly or indirectly. This should be known inside out!

There were a few questions pertaining to security and XML Signature and Encryption so read up on these topics.

Make sure you know UDDI and JAXR. There were quite a few questions relating to these, both theoretical and API related questions.

Ensure you know everything about WSDL 1.1, it's format, syntax, validation inside out especially with regards to adherence to the Basic Profile 1.1. There were surprisingly no questions on the WSDL component model.


Here was my preparation for the exam:
I prepared for this exam for 2 and a half months

I did not have a lot of experience in Web Services prior to writing the exam as I had only developed a couple, but I did have familiarity with the XML technologies which helped.

  • I read Ivan Krizsan's outstanding notes
  • This was followed by Mikalai Zaikin's Online Study Guide


  • I also read the following:
  • Basic Profile 1.1
  • WSIT Tutorial
  • UDDI 2


  • Make sure you actually do the code examples from Ivan's notes. I think this helped me a lot in cementing the concepts and APIs that are involved in coding Web Services.

    I took the WGS-PREX-J230C mock exams from SUN which I think are the only ones currently out there for this exam. They were two exams each with 60 questions each. A couple of the questions on these mocks were extremely similar to the actual exam questions. They helped me to feel more confident before the exam and adequately cover the cert objectives. I would definitely recommend them. I would suggest to do the exams more than once to help cement the concepts.

    This is a great cert and I am glad that I put the effort into doing it. It has a broad scope and encompasses so many technologies, but I think it would be exceptional on a resume to any potential employer! Thanks to the forum for your posts and good luck for those attempting this cert. It can seem overwhelming, but with commitment and perseverance it is certainly doable!


    Cheers!

     
    Ranch Hand
    Posts: 1936
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congrats, you got a very high score. And many thanks for your valuable feedback.
     
    Saloon Keeper
    Posts: 3953
    43
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congratulations !!! Great score !!!

    Glad to know my guide helped.

    best regards,
    MZ
     
    Greenhorn
    Posts: 9
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congrats, many thanks for your valuable feedback.
     
    Ranch Hand
    Posts: 10198
    3
    Mac PPC Eclipse IDE Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congrats!
     
    Lee Assam
    Greenhorn
    Posts: 7
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks for the congrats and well wishes...
     
    Greenhorn
    Posts: 9
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Lee,

    Congratulations and Thanks for providing good summary of the exam and your preparation.

    Is there many questions to select three correct options for answers? Also how difficult are the questions on WSIT and Security?

    Regards,
    Shadab.
    SCJP,SCWCD,SCBCD,OCA,Oracle SOA Architect
     
    Ranch Hand
    Posts: 98
    MyEclipse IDE Oracle
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Lee ,

    Can you please tell me which online material you referred to Regarding Endpoint Design Architecture..?
    Your Help will be appreciated.


    Thanks
     
    Lee Assam
    Greenhorn
    Posts: 7
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Shadab,

    There were only two questions for me in which you had to make three correct options for answers...so these were very rare..

    The Security questions were relatively straightforward...Mikalai Zaikin's online guide should be sufficient and you should study the coding examples from Ivan Krizsan's notes...

    The WSIT questions were tougher and I got a few coding examples...ensure that you know the compatibility between the various data types between Java and .NET

    Hope this helps and all the best.
     
    Lee Assam
    Greenhorn
    Posts: 7
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Aruna,

    For endpoint architecture, a lot of topics are covered...security and approaches such as JMS Bridge, Web Service Cache, Web Service Broker and Asynchronous processing with callbacks, polling etc.

    Ivan's and Mikalai's notes and the J2EE tutorial are useful here
     
    Shadab F Hashmi
    Greenhorn
    Posts: 9
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Lee,

    Thank you for your prompt response and clarification.

    Regards,
    Shadab.
     
    Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
    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