How should you complete the code segment?
DRAG DROP
You are developing a Windows Store app. The GetData() method returns an integer.
You need to run the method as an asynchronous task.
How should you complete the code segment? (To answer, drag the appropriate expression to the
correct position in the answer area. Each expression 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.)
How should you complete the code segment?
DRAG DROP
You are developing a Windows Store app.
The app must allow salespeople to choose customer contacts by using a ContactPicker class. It also
must continue to be responsive while the ContactPicker class is displayed.
You need to ensure that the ContactPicker class is displayed to meet the requirements.
How should you complete the code segment? (To answer, drag the appropriate term to the correct
location or locations in the answer area. Each term 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.)
Which three actions should you perform in sequence?
DRAG DROP
You are developing a Windows Store app.
The app has numerous features that should be enabled or disabled based on the license information
of the app.
You need to test the trial functionality by using the CurrentAppSimulator class.
Which three actions should you perform in sequence? (To answer, move the appropriate actions
from the list of actions to the answer area and arrange them in the correct order,)
How should you configure the debug options?
DRAG DROP
You are developing a Windows Store app.
You are testing a remote mobile device named Contoso1.
You are testing only C# code in the solution.
You need to configure the Visual Studio debug options.
How should you configure the debug options? (To answer, drag the appropriate options to the
correct location or locations in the answer area. Each option 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.)
Which code segment should you use?
Which three actions should you perform in sequence?
How should you complete the code segment?
DRAG DROP
You are developing a Windows Store app. The app allows users to purchase additional features from
within the app.
You need to run the EnableExtendedFeatures() method if the user has purchased extended features.
How should you complete the code segment? (To answer, drag the appropriate lines of code to the
correct location or locations. Each line of code 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.)
Which Visual Studio project configuration options should you use?
You are preparing a Windows Store game update for deployment. Game performance must be
analyzed by using a profiling tool.
You need to ensure that you collect the most accurate performance data for the analysis.
Which Visual Studio project configuration options should you use? (Each correct answer presents
part of the solution. Choose all that apply.)
You need to ensure that unhandled errors and exceptions are never displayed to users
You are preparing to deploy a Windows Store app to the marketplace.
You need to ensure that unhandled errors and exceptions are never displayed to users.
What should you do?
How should you complete the code segment?
HOTSPOT
You are developing a Windows Store app that allows users to copy music from their local computers
to removable storage.
The app displays songs grouped by the month the song was downloaded and allows individual songs
to be copied to the removable storage device. The user interface for selecting and copying songs
uses data binding.
You need to load and return songs in a format appropriate for data binding.
How should you complete the code segment? (To answer, select the appropriate line of code from
each drop-down list in the answer area.)