|
Braindumps
of 310-220
Sun Certified Network Administrator for the Solaris
8 Operating Environment
Exam
Questions, Answers, Braindumps (310-220)
Hello
every body , feeling free to clear my paper and sending
some questions from my paper which were exactly the
same ones which i got from www.examcheets.com
Question: 1
Given:
<schema targetNamespace="http://sun.cert/types"
xmlns:sun="http://sun.cert/types"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xsd:element name="Person" type="sun:PersonType"/>
<xsd:complexType name="PersonType">
<xsd:sequence>
<xsd:element name="first" type:"xsd:string"/>
<xsd:element name="last" type:"xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</schema>
Assume all XML fragments are well-formed.
Which two instances of Person are correct? (Choose
two.)
A. <Person>
<first>Monty</first>
<last>Duke</last>
</Person>
B. <t:Person xmlns:t="http://sun.cert/types">
<first>Monty</first>
<last>Duke</last>
</t:Person>
C. <t:Person xmlns:t="http://sun.cert/types">
<t:first>Monty</t:first>
<t:last>Duke</t:last>
</t:Person>
D. <p:Person xmlns:p="http://sun.cert/types">
<f:first xmlns:f="http://sun.cert/types">Monty</f:first>
<f:last>Duke</f:last>
</p:Person>
Answer: C D
Question:
2
A developer is writing a request-response Web service.
An error occurs when the service executes. Which is
true about the Body element of the SOAP reply message?
A. It must NOT contain any fault elements.
B. It must contain zero or one fault element.
C. It must contain an array of fault elements.
D. It can contain as many fault elements as it needs.
Answer : B
Question:
3
Where is the Kerberos ticket embedded in a SOAP header
processed?
A. Web service interaction layer
B. Web service processing layer
C. Web service interaction and processing layers
D. It is an HTML issue and it is NOT related to Web
services.
Answer : A
Question:
4
Which two are commonly used as SOAP headers? (Choose
two.)
A. security information
B. transaction information
C. postal address information
D. stock quote request information
Answer: A, B
Question:
5
According to the WS-I Basic Profile 1.0a, a conformant
WSDL 1.1 portType definition is allowed to use two
type operations (that is, Message-Exchange Patterns).
Which two are allowed? (Choose two.)
A. one-way
B. notification
C. solicit-response
D. request-response
Answer: A, D
Question:
6
A developer uses the delete_tModel function to delete
five tModels. Which two describe the behavior of the
system after the delete_tModel is executed? (Choose
two.)
A. The delete_tModel logically deletes the tModels
.
B. The tModels cannot be accessed since they are permanently
deleted.
C. The deleted tModels still appear in the results
returned by find_tModel.
D. The deleted tModels are omitted from any results
returned by find_tModel.
Answer: A, D
Question:
7
A stateful Web service is implemented as an EJB based
endpoint.
What are two ways to maintain that state? (Choose
two.)
A. by using URL re-writing
B. by adding a session cookie to the HTTP headers
C. by adding a conversation id to the SOAP headers
D. by requiring clients to send a client id parameter
to all methods
Answer: C, D
Question:
8
In addition to SAX2 and DOM Level 2, which is supported
by JAXP 1.2?
A. XSLT
B. JAXB
C. SAAJ
D. JDBC.
Answer : A
310-220
|