Microsoft
70-484 · Question #32
You need to implement storage for the user preferences. Which storage solutions can you use to meet the specification for the app? (Each correct answer presents a complete solution. Choose all that ap
The correct answer is A. TheWindows.Storage.StorageItemType object D. The await Windows.Storage.ApplicationData.Current.LocalFolder method. Scenario: The app will run locally on the user's device. User preferences will be available locally.
Manage Security and Data
Question
You need to implement storage for the user preferences. Which storage solutions can you use to meet the specification for the app? (Each correct answer presents a complete solution. Choose all that apply.)
Options
- ATheWindows.Storage.StorageItemType object
- BTheWindows.Storage.ApplicationData.Current.RoamingSettings object
- CWindows Azure
- DThe await Windows.Storage.ApplicationData.Current.LocalFolder method
How the community answered
(26 responses)- A81% (21)
- B12% (3)
- C8% (2)
Explanation
- Scenario: The app will run locally on the user's device. User preferences will be available locally.
Topics
#user preferences#RoamingSettings#LocalFolder#app storage
Community Discussion
No community discussion yet for this question.