Online Access Free 070-485 Practice Test
| Exam Code: | 070-485 |
| Exam Name: | Advanced Windows Store App Development using C# |
| Certification Provider: | Microsoft |
| Free Question Number: | 163 |
| Posted: | May 19, 2026 |
You need to enable the capabilities that allow communication according to the technical requirements.
Which capabilities should you enable? (Each correct answer presents part of the solution. Choose all that apply.)
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?
You need to implement the requirements for the playback of media.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
You need to support remote devices by using the GoosePlayTo class. Which code segment should you use in MainPage.xaml.es?
You are developing a Windows Store app that accesses a USB Human Interface Device (HID). The app has a default page and a settings page.
You need to ensure that when a user connects the USB device, the app starts automatically and opens the settings page.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)