| Exam Code/Number: | 070-485Join the discussion |
| Exam Name: | Advanced Windows Store App Development using C# |
| Certification: | Microsoft |
| Question Number: | 163 |
| Publish Date: | May 21, 2026 |
|
Rating
100%
|
|
HOTSPOT
You need to configure the app manifest to support the file download requirements.
Which task type property should you specify? (To answer, select the appropriate property in the answer area.)

HOTSPOT
You are developing a Windows Store app.
A file named Test.csv contains the following content:
You have a project that contains the following code:
The Test1 function is the only test in the project.
For each of the following statements, select Yes if the statement is true. Otherwise select No. Each correct selection is worth one point.

DRAG DROP
You are developing a Windows Store app.
You need to use text resources in the app for localization.
You have the following code:
Which code snippets should you include in Target 1, Target 2 and Target 3 to complete the code? (To answer, drag the appropriate code snippets to the correct targets in the answer area. Each code snippet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

You are developing a Windows Store app that allows users to compose musical beats and rhythms.
The app must meet the following requirements:
- The app must save the work in progress in case the app suspends or terminates before users save their work.
- If the app closes before the work is complete, work in progress should be automatically reloaded so that users can continue seamlessly from where they left off.
- Users should be able to resume work on another device with the app installed, provided that the user supplies the same credentials on both machines.
You need to ensure that the app meets the requirements.
How should the app save the work in progress?
You are developing a Windows Store app that uses a webcam. You need to be notified if new webcams are connected to the system.
Which class should you use?