70-484 · Question #123
You are developing a Windows Store app that will back up video files. The app will support videos up to 1 GB in size. If users lose their device, they must be able to restore the video files to a new
The correct answer is A. Windows Azure blob storage. Azure Blob storage is a service for storing large amounts of unstructured data that can be accessed from anywhere in the world via HTTP or HTTPS. A single blob can be hundreds of gigabytes in size, and a single storage account can contain up to 200 TB of blob, queue, and Common u
Question
You are developing a Windows Store app that will back up video files. The app will support videos up to 1 GB in size. If users lose their device, they must be able to restore the video files to a new device. You need to recommend a storage solution for the app. Which storage solution should you recommend?
Options
- AWindows Azure blob storage
- BSQLite for Windows Runtime
- Cwindows Azure Table Storage
- Dvideo library
How the community answered
(47 responses)- A83% (39)
- B6% (3)
- C2% (1)
- D9% (4)
Explanation
Azure Blob storage is a service for storing large amounts of unstructured data that can be accessed from anywhere in the world via HTTP or HTTPS. A single blob can be hundreds of gigabytes in size, and a single storage account can contain up to 200 TB of blob, queue, and Common uses of Blob storage include: - Serving images or documents directly to a browser - Storing files for distributed access - Streaming video and audio - Performing secure backup and disaster recovery - Storing data for analysis by an on-premises or Azure-hosted service
Topics
Community Discussion
No community discussion yet for this question.