1. Question: Which of the following are goals of Windows Communication Foundation?

    A
    Bringing various existing communication technologies into a unified environment.

    B
    Cross vendor/platform communication.

    C
    Support for asynchronous communications.

    D
    Support for distributed applications based on technologies such as MSMQ and/or COM+

    E
    All of these

    Note: Not available
    1. Report
  2. Question: Which access limitation is found in a class member declared protected internal?

    A
    Access is limited to the containing class plus any classes derived from the containing class

    B
    Access is limited to the current assembly

    C
    Access is limited to the containing class plus any classes derived from the containing class that are also in the current assembly

    D
    Access is limited to the containing class plus any classes derived from the containing class or any other class in the current assembly

    Note: Not available
    1. Report
  3. Question: When Windows Communication Foundation is used to develop a Web Service, which of the following are supported?

    A
    WS-Addressing

    B
    WS-MetadataExchange

    C
    WS-Security

    D
    WS-Atomic Transaction

    E
    All of these

    Note: Not available
    1. Report
  4. Question: To which contract is the SessionMode property to disallow, require, or permit applied when Windows Communication Foundation is used?

    A
    ServiceContract

    B
    OperationContract

    C
    DataContract

    D
    MessageContract

    Note: Not available
    1. Report
  5. Question: Which of the following is not supported by remoting object types?

    A
    well-known singleton

    B
    well-known single call

    C
    client activated

    D
    context-agile

    Note: Not available
    1. Report
  6. Question: The default number of threads per processor in the System.Threading.ThreadPool class under version 3.5 of the Framework is:

    A
    1

    B
    25

    C
    250

    D
    100

    E
    500

    Note: Not available
    1. Report
  7. Question: To which of the following can System.IO.IsolatedStorage not be scoped?

    A
    Restricted to a Specific Application

    B
    Restricted to a Specific AppDomain

    C
    Restricted to a Specific User

    D
    Restricted to a specific Physical Media

    Note: Not available
    1. Report
  8. Question: When using an automatic property, which of the following statements is true?

    A
    The compiler generates a backing field that is completely inaccessible from the application code.

    B
    The compiler generates a backing field that is a private instance member with a leading underscore that can be programmatically referenced.

    C
    The compiler generates a backing field that is accessible via reflection

    D
    The compiler generates a code that will store the information separately from the instance to ensure its security.

    Note: Not available
    1. Report
  9. Question: When using an implicitly typed array, which of the following is most appropriate?

    A
    All elements in the initializer list must be of the same type.

    B
    All elements in the initializer list must be implicitly convertible to a known type which is the actual type of at least one member in the initializer list

    C
    All elements in the initializer list must be implicitly convertible to the common type which is the base type of the items actually in the list

    D
    There are no restrictions on the items in the initializer list as the array is not declared to be a specific type.

    Note: Not available
    1. Report
  10. Question: Which of the following characteristics is present in the DateTime type?

    A
    It always references the UTC (GMT) time

    B
    It always references the Local time

    C
    It contains a member indicating which time zone it refers to

    D
    It contains a member indicating whether the time is UTC, Local, or Unspecified

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd