Q1. - (Topic 5)
You need to implement the code to meet the search requirements. Which code segment should you insert at line NP11?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Explanation: http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.search.searchsuggestioncollection.asp
Q2. - (Topic 4)
You need to implement the saveCredentials method.
Which code segment should you insert at line CM06?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Explanation: Managing application data in a Windows Store business app using C#,
XAML, and Prism (Windows)
PasswordVault class (Windows)
Q3. HOTSPOT - (Topic 7)
You are developing a Windows Store app.
You plan to use Windows Push Notification Services (WNS) in the app.
You need to identify whether the system has disabled notifications globally.
How should you complete the relevant code? (To answer, select the correct code segment
from each drop-down list in the answer area.)
Answer:
Q4. - (Topic 7)
You are developing a Windows Store text editor app by using HTML5 and JavaScript.
Users must be able to select text within the app and then cut the text.
You need to enable the Cut feature.
Which code segments should you use? (Each correct answer presents part of the solution.
Choose all that apply.)
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A,B
Explanation: UICommand.UICommand constructors (Windows)
Q5. - (Topic 7)
You are developing a line-of-business Windows Store app that will interact with a magnetic stripe reader. Your company distributes the magnetic stripe reader to an end user.
You need to activate the magnetic stripe reader.
Which method should you use?
A. GetDeviceSelector
B. CheckHealthAsync
C. ClaimScannerAsync
D. GetDefaultAsync
Answer: D
Q6. DRAG DROP - (Topic 7)
You are developing a Windows Store game that requires access to a Bluetooth-enabled
human interface device (HID).
You need to implement access to the HID device.
Which code elements should you include? To answer, drag the appropriate code or markup segments to the correct targets. Each code or markup segment 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.
Answer:
Q7. - (Topic 7)
You are developing a Windows Store app.
You need to adjust the size of the on-screen text based on the current app window size by using media queries.
What media query feature should you listen for?
A. Device-width
B. Width
C. Resolution
D. Aspect-ratio
Answer: A
Q8. - (Topic 4)
You need to implement the getStoredCredentialsFull method. Which code segment should you insert at line CM13?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Explanation: PasswordVault class (Windows)
Q9. - (Topic 7)
You develop a Windows Store app.
You need to ensure that the app will pass certification and successfully run on Windows RT devices.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
A. Test the app on an x86 development device in emulated mode by using Windows App Certification Kit for Windows RT.
B. Test the app on a Windows RT device by using the Windows App Certification Kit for Windows RT.
C. Register the app in the Windows Store and run the Application Verifier for Windows on the uploaded app.
D. Test the app on an x86 development device by using the Windows App Certification Kit.
Answer: B
Q10. - (Topic 7)
In the following code segment, three functions return WinJS.Promise objects.
You need to chain the promise operations to optimize error handling. Which code segment should you use?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A