You are developing a Windows Store app that will be used as an IT support ticket system.
You need to ensure that user settings are available to only a single device.
Which property should you use?
You are developing a Windows Store app.
You must create a custom soft input panel (SIP).
You need to animate the input panel with Show/Hide animations.
Which transition class should you use?
DRAG DROP
You need to meet the app caching requirements.
Which caching technique should you use in each scenario? (To answer, drag the appropriate technique to the correct scenario. Each technique 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.)


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


You need to modify the GetWeatherData() method in the WinMD component at line CE38.
Which interface should you use for the return type of the method?
DRAG DROP
You are developing a Windows Store game that saves virtual store purchase information to the local device.
The app must create a setting named PlayerName within a container named Purchases. The app must store the value of the PlayerName property in the local store.
You need to meet the requirements.
How should you complete the code segment? (To answer, drag the appropriate terms to the correct location or locations. 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.)


Exceptions occur when the WriteAuditAsync() method of the Auditor object is run.
The UI must remain responsive to user actions.
You need to handle the exceptions.
Which code segment should you use?

You are developing a Windows Store app that accesses a USB Human Interface Device (HID). The app has a default page and a settings page.
You need to ensure that when a user connects the USB device, the app starts automatically and opens the settings page.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
HOTSPOT
You are developing a Windows Store app.
The app will use certificates issued by a standalone certification authority (CA) for authentication. The standalone CA certificate is stored in a file named Ca.cer. You need to configure the app manifest to ensure that the app can use certificates issued
by the standalone CA.
You have the following XAML markup in the app manifest:

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


You are developing a Windows Store app that beeps when a device is turned upside down.
You need to identify which type of sensor to use for the app.
Which sensor should you identify?