nerdexam
Microsoft

70-484 · Question #66

You are developing a Windows Store app to connect to a server and download files that are larger than 500 MB to the local file system. You need to recommend a technology to download the files. Which t

The correct answer is A. Background Transfer. To provide a consistent experience when downloading larger media (video and music) with an operational lifetime that may span beyond multiple app suspensions and/or changes in network availability, your app can use Background Transfer. You can now use XMLHttpRequest to upload or

Develop Windows Store Apps

Question

You are developing a Windows Store app to connect to a server and download files that are larger than 500 MB to the local file system. You need to recommend a technology to download the files. Which technology should you recommend? (More than one answer choice may achieve the goal. Select the BEST answer.)

Options

  • ABackground Transfer
  • BXML HTTP Request
  • Cweb Sockets
  • DHTTP Client

How the community answered

(59 responses)
  • A
    81% (48)
  • B
    3% (2)
  • C
    12% (7)
  • D
    3% (2)

Explanation

To provide a consistent experience when downloading larger media (video and music) with an operational lifetime that may span beyond multiple app suspensions and/or changes in network availability, your app can use Background Transfer. You can now use XMLHttpRequest to upload or download objects that are larger than a few MB, such as Blob objects and FormData objects, which may take a long time to complete. Because apps can be terminated at any time, you should consider using the Windows Runtime background transfer APIs for these operations.

Topics

#Background Transfer#large file download#background tasks#networking

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice