310-231 Exam

Sun Certified Developer for Java Web Services 5

  • Exam Number/Code : 310-231
  • Exam Name : Sun Certified Developer for Java Web Services 5
  • Questions and Answers : 91 Q&As
  • Update Time: 2011-10-24
  • Testing Engine (SoftWare Version): $ 59.00
  • PDF (Printable Version) Price: $15.00
  •  

Note: After purchase, we will send questions within 24 hours.

Free 310-231 Demo Download

Examsoon offers free demo for SUN Other Certifications 310-231 exam (Sun Certified Developer for Java Web Services 5). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.

Download 310-231 PDF Demo

Download 310-231 ExamTesting Engine

 

Exam 310-231 Preparation from Examsoon include:

After you purchase our product, we will offer free update in time for 90 days.
100% Pass Guaranteed at First Attempt Or Free Update
Immediate Download After Purchase
Comprehensive questions with complete details
Questions accompanied by exhibits
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Examsoon
Questions updated on regular basis
our product is in multiple-choice questions (MCQs)


Passing the SUN 310-231 Exam:Passing the 310-231 exam has never been faster or easier, now with the questions and answers, without the messy 310-231 exam that are frequently incorrect. Examsoon Unlimited Access Exams are not only the cheaper way to pass without resorting to 310-231 tests, but at only $ 59.00 you get access to the exam from every certification vendor.


Our 310-231 practice exams and study questions are composed by current and active Information Technology experts, who use their experience in preparing you for your future in IT.


SUN 310-231 Search Help Feel free to use search terms below while searching the Net for 310-231 exam:

310-231 brain dump simulations
310-231 Test question
310-231 braindump work
310-231 master exams
310-231 braindump model
310-231 latest test


Commitment to Your Success:

At Examsoon we are committed to you ongoing success. Our exams are constantly being updated and compared to industry standards.


You are not about to purchase a disposable product. 310-231 exam updates are supplied free of charge. Regardless of how soon you decide to take the 310-231 examination certification, you will be able to walk into the testing room as confident as the Certification Administrator.


Skip all the worthless 310-231 tutorials and download 310-231 exam materials with questions and answers and a price too unbelievable to pass up. Act now and download it today!

http://www.Examsoon.com The safer.easier way to get SUN Other Certifications Certification.
 
 
Exam : SUN 310-231
Title : Sun Certified Developer for Java Web Services 5


1. A developer is creating an XML schema using the xsd:all operator.
Given the code:
<types>
<schema targetNamespace="http://sun.cert/types"
xmlns:tns="http://sun.cert/types"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="Person">
<xsd:all>
<!-- insert code here -->
</xsd:all>
</xsd:complexType>
</schema>
</types>
Which two element definitions, when inserted into the given schema fragment, result in a correct schema type definition? (Choose two.)
A. <xsd:element name="first" type="xsd:string"/>
B. <xsd:element name="items" type="xsd:long" maxOccurs="5"/>
C. <xsd:element name="last" type="xsd:string" minOccurs="1" maxOccurs="1"/>
D. <xsd:element name="first" type="xsd:string" minOccurs="0" maxOccurs="5"/>
E. <xsd:element name="last" type="xsd:string" minOccurs="1" maxOccurs="5"/>
F. <xsd:element name="ssn" type="xsd:string" minOccurs="1" maxOccurs="unlimited"/>
Answer: AC

2. A developer plans to refactor some of the company's existing Java EE 5 business services, moving them out of the existing monolithic application and into Web services.
What are two benefits of exposing existing Java EE 5 functionality as a Web service? (Choose two.)
A. improved manageability
B. more finely-grained
C. enhanced security
D. loose coupling of functionality
E. self-describing
F. automatic session management
Answer: DE

3. According to the WS-I Basic Profile 1.1, which two statements are true about the targetNamespace attribute for xsd:schema elements that are children of WSDL 1.1 type element? (Choose two.)
A. Its value must be valid unless it has xsd:import, xsd:annotation, or both as its only child elements.
B. Its value must be empty unless it has xsd:import, xsd:annotation, or both as its only child elements.
C. It should have same the value as the namespace attribute on the wsdl:import element in a document being imported.
D. It must have same the value as the namespace attribute on the wsdl:import element in a document being imported.
Answer: AD

4. A student developer has created a new library of math functions to share with friends in a linear algebra class. The developer is having difficulty getting people to come over to the dorm to see the new code library, so he decides to deploy it as a Web service so that everyone can enjoy the features via the Internet. One of the functions has this WSDL definition:
<portType name="MyMathLib">
<operation name="incCtr">
<input message="tns:incCtr"/>
</operation>
</portType>
Which two statements are true about this Web service? (Choose two.)
A. This is an asynchronous receive.
B. This is an asynchronous send.
C. The client must use SOAPFaultException to display any errors.
D. It must send a SOAP fault back to the sender.
E. It must NOT send a SOAP fault back to the sender.
Answer: BE

5. A team of developers is designing RESTful Web services for a new application.
What are three properties of the services? (Choose three.)
A. They can be stateful.
B. They can be stateless.
C. Components communicate by exchanging representations of the resource.
D. Components communicate by directly performing operations on the resource.
E. They require WSDL service API definitions.
F. Responses can be labeled as cacheable or non-cacheable.
Answer: BCF