Tag: architecture

Questions Related to architecture

  1. Only TCP

  2. Only HTTP

  3. Only TCP and HTTP

  4. Only TCP,HTTP and FTP


Correct Option: C

WCF uses following utility to generate client:

  1. svcutil.exe

  2. XSD.exe

  3. WCFClientGenerationUtil.exe

  4. All of the above


Correct Option: A
  1. DataContractSerializer

  2. XML Serializer

  3. All of the above

  4. Binary serialization


Correct Option: A

Data Contract serializer serializes members marked with the _______ attribute when serializing data contract types. The XmlSerializer class serializes ______ member

  1. DataMemberAttribute, Public

  2. ServiceContractAttribute, Public

  3. DataMemberAttribute,Private

  4. DataContractAttribute,Public


Correct Option: A

I make unrelated classes work together.

  1. Data Access Object

  2. Transfer Object

  3. Business Delegate

  4. Adapter


Correct Option: D

I reduce coupling between Web and Enterprise tiers

  1. Business Delegate

  2. Model View Controller

  3. Fast Lane Reader

  4. View Helper


Correct Option: A
  1. Model View Controller

  2. Business Delegate

  3. Composite View

  4. Service Locator


Correct Option: A
  1. Value List Handler

  2. Data Access Object

  3. Transfer Object

  4. Business Delegate


Correct Option: C
  1. Fast Lane Reader

  2. Business delegate

  3. Service Locator

  4. Session Facade


Correct Option: C
  1. Model View Controller

  2. Composite Entity

  3. Fast Lane Reader

  4. View Helper


Correct Option: C