Online Access Free 70-484 Practice Test
| Exam Code: | 70-484 |
| Exam Name: | Essentials of Developing Windows Store Apps using C# |
| Certification Provider: | Microsoft |
| Free Question Number: | 118 |
| Posted: | Jun 01, 2026 |
HOTSPOT
You are developing a Windows Store app.
A page named Profile collects information about the user, including his or her name, in a control named Name. A page named Journal allows the user to make a journal entry.
You need to pass the user's name to the Journal page when the user navigates from the Profile page to the Journal page.
You have the following code:
protectedNavigateToJournal() { Target 1 }
Which code snippet should you insert in Target 1 to complete the code? (To answer, select the correct code snippets from the dropdown list.)
DRAG DROP
You are developing a Windows Store app.
The app includes the following event procedure:
Void OnSettingsPaneOpened(SettingsPanesettingsPane,
SettingsPaneCommandsRequestedEventArgseventArga)
You need to call the event procedure when the user opens the settings pane.
Which three code segments should you use in sequence? (To answer, move the
appropriate code segments to the answer area and arrange them in the correct order.)
You are developing a Windows Store app.
You need to create a toast notification that will display an image and text.
Which code segment should you use?
DRAG DROP
You are developing a dependency property named TotalAmount for a Windows Store app.
The TotalAmount property must default to zero. The class that contains the TotalAmount property must provide a class property that gets and sets the value of the dependency property.
You need to create the dependency property and the class property.
You have the following code:
Which code snippets should you insert 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.)


