Online Access Free 70-484 Exam Questions

Exam Code:70-484
Exam Name:Essentials of Developing Windows Store Apps using C#
Certification Provider:Microsoft
Free Question Number:118
Posted:Sep 09, 2025
Rating
100%

Question 1

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.)

Question 2

You need to configure toast notifications for the photo competition. Which code segment should you use?

Question 3

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.)

Question 4

You are developing a Windows Store app that will back up video files.
The app will support videos up to 1 GB in size.
If users lose their device, they must be able to restore the video files to a new device.
You need to recommend a storage solution for the app.
Which storage solution should you recommend?

Question 5

You need to ensure that launching the app displays the required information.
From which ApplicationExecutionState enumeration should you configure the user interface state?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.