1. Question: Refer to the following SOAP message and identify the incorrect child element of the Fault element: <s:Envelope xmlns:s="..."> <s:Body> <s:Fault> <faultcode>Client.Authentication</faultcode> <faultstring> Invalid credentials </faultstring> <faultactor>http://acme.com</faultactor> <detail> <!-- application specific details --> </detail> </s:Fault> </s:Body> </s:Envelope>

    A
    faultcode

    B
    faultstring

    C
    detail

    D
    None of these

    Note: Answer not sure
    1. Report
  2. Question: Referring to the statements given below, which of the following is correct? Statement 1: One of the most powerful design decisions with SOAP was to make it transport independent, which means that a message can be sent over any transport that is chosen. Statement 2: SOAP uses different envelope formats for different transports.

    A
    Statement 1 is true but statement 2 is false

    B
    Statement 1 is false but statement 2 is true

    C
    Both the statements are true

    D
    Both the statements are false

    Note: Answer not sure
    1. Report
  3. Question: Which of the following xml tags does not come with a DISCO document automatically generated by .NET?

    A
    discovery

    B
    schema

    C
    soap

    D
    contractRef

    Note: Answer not sure
    1. Report
  4. Question: Which of the following are correct with regard to XML serialization?

    A
    XML Serialization is not designed to serialize any CLR object into XML

    B
    XML Serialization is designed to map classes to schemas, and object instances of those classes to XML instances of those schemas

    C
    The basis of XML Serialization is not the CLR type system; rather, it is the XSD Schema type system

    D
    All of these

    Note: Answer not sure
    1. Report
  5. Question: Which of the following is correct with regard to SOAP Faults?

    A
    SOAP Faults communicate information about errors that may have occurred during the processing of a SOAP message

    B
    SOAP Faults generate a fault during the processing of a SOAP message

    C
    SOAP Faults describe those faults which are not covered

    D
    None of these

    Note: Answer not sure
    1. Report
  6. Question: XML Serialization uses stream-based parsers in System.Xml. Which of the following types of streams can be used for serialization and deserialization?

    A
    NetworkStream

    B
    FileStream

    C
    Stream

    D
    All of these

    Note: Answer not sure
    1. Report
  7. Question: You are writing a document-encoded client for your Web service 'ShareQuotes'. Which of the following indicates that this encoded client is not literal XML?

    A
    [SoapDocumentMethod("http://mySoapAction",SoapBindingUse.Encoded)]

    B
    [SoapDocumentMethod("http://mySoapAction",Encoded)]

    C
    [SoapDocumentMethod("http://mySoapAction",SoapEncoded)]

    D
    [SoapDocumentMethod("http://mySoapAction",SoapBinding.Encoded)]

    Note: Answer not sure
    1. Report
  8. Question: Which design methodology spreads out processes, components, and machines in a way that removes single points of failure?

    A
    Standard based

    B
    Modular

    C
    Federated

    D
    None of these

    Note: Answer not sure
    1. Report
  9. Question: The System.Xml.Serialization namespace contains classes that are used to serialize objects into XML format documents or streams. Which serialization class provides the serialization and deserialization functionality?

    A
    XmlSerializer

    B
    xmlSerialization

    C
    xmlSerialize

    D
    None of these

    Note: Answer not these
    1. Report
  10. Question: Which of the following classes provides the symmetric encryption functionality, a major form of encryption?

    A
    RSACryptoServiceProvider

    B
    DSACryptoServiceProvider

    C
    RijndaelManaged

    D
    All of these

    Note: Answer not sure
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd