Microsoft Mobile Development Fundamentals (98-373) Free Practice Test
Question 1
You are designing the user interface for a Windows Phone 7 application by using Microsoft Silverlight. Which markup language should you use?
Correct Answer: D
Question 2
You need to set up your Microsoft Silverlight application to call an instance of the PhoneNumberChooserTask class when a button is pressed.
What should you do?
What should you do?
Correct Answer: C
Question 3
What are the three user interface guidelines for the Windows Phone Panorama control? (Choose three.)
Correct Answer: A,B,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
You create an application that uses features from both XNA and Microsoft Silverlight.
Which file is specifically created by the Windows Phone Silverlight and XNA application template for your XNA code?
Which file is specifically created by the Windows Phone Silverlight and XNA application template for your XNA code?
Correct Answer: A
Question 5
You are creating an application that will allow users to send a customized email message to a particular contact in their address book. Which two classes should you use? (Choose two.)
Correct Answer: A,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
DRAG DROP
Match each framework to its feature. (To answer, drag each framework from the column on the left to its feature on the right. Each framework may be used once, more than once, or not at all. Each correct match is worth one point.)

Match each framework to its feature. (To answer, drag each framework from the column on the left to its feature on the right. Each framework may be used once, more than once, or not at all. Each correct match is worth one point.)

Correct Answer:

Question 7
You need to reduce color banding of images when using Windows Phone that supports a 16-bit color-display panel. What are two possible ways to achieve this goal? (Choose two.)
Correct Answer: A,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
You need to use a background agent to keep a local database synchronized with a remote data source. What is the maximum number of days you can schedule a background agent to run?
Correct Answer: C
Question 9
You need to prepare custom objects to save data to isolated storage by using the IsolatedStorageSettings class. What should you do?
Correct Answer: B
Question 10
You create a method named WriteDateTime for a Windows Phone application.
You need to use the method to write the current date and time to a text file named
lasttime.txt.
Which code segment should you use?

You need to use the method to write the current date and time to a text file named
lasttime.txt.
Which code segment should you use?

Correct Answer: B
Question 11
You are working on a Windows Phone 7.5 application in Microsoft Visual Studio.
You plan to test the behavior of the application when tombstomng occurs.
You need to change the setting that instructs the debugger to use tombstoning instead of
deactivation during testing.
Where can you find the setting?
You plan to test the behavior of the application when tombstomng occurs.
You need to change the setting that instructs the debugger to use tombstoning instead of
deactivation during testing.
Where can you find the setting?
Correct Answer: D
Question 12
What information is required to store user passwords in isolated storage?
Correct Answer: A
Question 13
You need to find out whether a Windows Phone 7.5 application is restarting from a tombstoned state. What should you do?
Correct Answer: B
Question 14
How can you specify a splash screen that must be shown during the startup of your Microsoft Silverlight application?
Correct Answer: C