- Home
- Microsoft Certification
- 70-484 Exam
- Microsoft.70-484.dumpsfiles Dumps
Free Microsoft 70-484 Exam Dumps Questions & Answers
| Exam Code/Number: | 70-484Join the discussion |
| Exam Name: | Essentials of Developing Windows Store Apps using C# |
| Certification: | Microsoft |
| Question Number: | 118 |
| Publish Date: | May 21, 2026 |
|
Rating
100%
|
|
Total 118 questions
DRAG DROP
You are developing a Windows Store app that will make calls to a web service.
The app must read and write the web service URI to and from configuration settings. The
configuration settings must follow the user so that when the app makes calls to the web
service, it calls the same URI, regardless of which device the user is using.
You need to retrieve and store the web service URI.
You have the following code:
Which code snippets should you insert in Target 1 and Target 2 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.)

DRAG DROP
You are developing a Windows Store app Chat provides users with the ability to select a video file from the file system. Once the file is selected, the video begins to play.
this.media is declared as a MediaElement in VideoPage.xaml and _position is declared as a private TimeSpan member that stores the point at which the video stopped when the app was terminated.
You need to ensure that if the app is terminated, the next time the app starts, the app resumes playing the video at the point the video was stopped.
You have the following code: (Line numbers are included for reference only.)
Which code segments should you insert at lines 04, 13, and 17? (To answer, drag the
appropriate code segments to the correct locations in the answer area. Each code segment 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.
The app must respond to gestures as input.
You need to implement the gesture events.
Which events can you use to achieve this goal? (Each correct answer presents a complete solution. Choose all that apply.)
You need to implement the custom code for the RSS feed Gridview control.
What should you do?
You need to correctly display notifications on the app tile.
Which code segments should you insert at line AX24? (Each correct answer presents part of the solution. Choose all that apply.)