nerdexam
Microsoft

70-491 · Question #36

You are developing a Windows Store app named VideoPlayer. The app will provide user with the ability to select video files by using the file picker and to play the video. You need to recommend a…

The correct answer is A. Add the file to AccessCache.StorageApplicationPermissions.MostRecentlyUsedList. us/library/windows/apps/windows.storage.accesscache.storageapplicationpermissions.mos trecentlyusedlist.aspx

Manage data

Question

You are developing a Windows Store app named VideoPlayer. The app will provide user with the ability to select video files by using the file picker and to play the video. You need to recommend a solution for the app that meets the following requirements:

  • If the app is terminated while playing a video, the next time the app

starts, the video must play.

  • The app must minimize the amount of storage space used.
  • The app must NOT request any capabilities.

What should you include in the recommendation?

Options

  • AAdd the file to AccessCache.StorageApplicationPermissions.MostRecentlyUsedList.
  • BStore the StorageFile.Path property in ApplicationData.Current.LocalSettings.
  • CStore the video in ApplicationData.Current.RoamingFolder.
  • DStore the video in ApplicationData.Current.LocalFolder.

How the community answered

(41 responses)
  • A
    73% (30)
  • B
    5% (2)
  • C
    7% (3)
  • D
    15% (6)

Explanation

us/library/windows/apps/windows.storage.accesscache.storageapplicationpermissions.mos trecentlyusedlist.aspx

Topics

#StorageApplicationPermissions#MostRecentlyUsedList#file access cache#app termination

Community Discussion

No community discussion yet for this question.

Full 70-491 Practice