Microsoft
70-484 · Question #149
You have developed a Windows Store app for authors to help them publish their books using various publication services. An author has one or more titles under development at any time. In your…
The correct answer is B. Use the MRU list and the future access list to store the list of files recently accessed. See the full explanation below for the reasoning.
Question
You have developed a Windows Store app for authors to help them publish their books using various publication services. An author has one or more titles under development at any time. In your application's hub page, a list of recently accessed files is displayed. They are optionally grouped by title and date. What should you implement in your app so that users can quickly access their work?
Options
- AUse a local database with your application to store the list of files recently accessed.
- BUse the MRU list and the future access list to store the list of files recently accessed.
- CUse the roaming application data store to store the list of files recently accessed.
- DUse the temporary application data store to store the list of files recently accessed.
How the community answered
(62 responses)- A13% (8)
- B76% (47)
- C8% (5)
- D3% (2)
Community Discussion
No community discussion yet for this question.