nerdexam
Microsoft

70-481 · Question #92

You are developing a Windows Store app. The app has the following requirements: - Access resources from the URI ws://contoso.com/MyWebApplication.ashx. - Send and receive binary data. - Use…

The correct answer is D. XmlHttpRequest. See the full explanation below for the reasoning.

Question

You are developing a Windows Store app. The app has the following requirements:

  • Access resources from the URI ws://contoso.com/MyWebApplication.ashx.
  • Send and receive binary data.
  • Use real-time notifications and updates in the browser.
  • Use a bidirectional, full-duplex communication channel with services.

You need to ensure that the app meets the requirements. Which type of object should you create?

Options

  • AWorker
  • BWebSocket
  • CMessageChannel
  • DXmlHttpRequest
  • EWebService

How the community answered

(30 responses)
  • A
    7% (2)
  • C
    10% (3)
  • D
    80% (24)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-481 Practice