Microsoft Essentials of Developing Windows Store Apps using C# (070-484) Free Practice Test
Question 1
HOTSPOT
You are developing a Windows Store app.
A page contains information that is entered by the user.
You need to ensure that the information is retained on the page if the user navigates away from the page and then returns.
You have the following code:

Which code snippets should you insert in target 1 and target 2 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)

You are developing a Windows Store app.
A page contains information that is entered by the user.
You need to ensure that the information is retained on the page if the user navigates away from the page and then returns.
You have the following code:

Which code snippets should you insert in target 1 and target 2 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)

Correct Answer:

Question 2
You need to recommend a solution to implement the Check gesture for the item detail page.
Which two components should you include in the recommendation? (Each correct answer presents part of the solution. Choose two.)
Which two components should you include in the recommendation? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
DRAG DROP
You are developing a Windows Store app. The app uses a model that contains the following code:

You create a page named CustomerView. You define an object of type Customer named
CustomerData.
You need to display data from CustomerData.
You have the following XAML markup:

Which code snippets should you include in Target 1, Target 2, and Target 3 to complete the XAML markup? (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. The app uses a model that contains the following code:

You create a page named CustomerView. You define an object of type Customer named
CustomerData.
You need to display data from CustomerData.
You have the following XAML markup:

Which code snippets should you include in Target 1, Target 2, and Target 3 to complete the XAML markup? (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.)

Correct Answer:

Question 4
You need to ensure that Developer1 and Developer2 meet the requirements.
How should you design the process?
How should you design the process?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
You are developing a Windows Store app.
You need to ensure that the app displays an icon on the lock screen when the app receives a new item.
What should you do?
You need to ensure that the app displays an icon on the lock screen when the app receives a new item.
What should you do?
Correct Answer: A
Question 6
You are developing a Windows Store app that will display a toast notification.
You need to ensure that when a toast notification is displayed, the first line of the notification is bold.
Which template should you use?
You need to ensure that when a toast notification is displayed, the first line of the notification is bold.
Which template should you use?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
The App.xaml.cs file includes the following code segment. (Line numbers are included for reference only.)
02 (x) => {
03 DisplaySettingsPopup(x.Id);
04 }) ;
05 args.Request.ApplicationCommands.Add(cmd) ;
You need to configure the Settings charm.
Which code segment should you insert at line 01?

02 (x) => {
03 DisplaySettingsPopup(x.Id);
04 }) ;
05 args.Request.ApplicationCommands.Add(cmd) ;
You need to configure the Settings charm.
Which code segment should you insert at line 01?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
You need to ensure that only the correct information is preserved when the user switches to another app.
Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)
Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)
Correct Answer: C,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
DRAG DROP
You are developing an app named Appl.
You plan to display a large amount of text on a single page of Appl.
You need to ensure that the text flows to a second column if the text does not fit in the first
column. The two columns must have the same width.
You have the following XAML markup:

Which code snippets should you include in Target 1, Target 2, Target 3, Target 4, and Target 5 to complete the XAML markup? (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 an app named Appl.
You plan to display a large amount of text on a single page of Appl.
You need to ensure that the text flows to a second column if the text does not fit in the first
column. The two columns must have the same width.
You have the following XAML markup:

Which code snippets should you include in Target 1, Target 2, Target 3, Target 4, and Target 5 to complete the XAML markup? (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.)

Correct Answer:
