Microsoft Recertification for MCSD: Windows Store Apps using HTML5 (070-490) Free Practice Test
Question 1
You are developing a Windows Store app by using JavaScript. The app will be installed on five devices. The app will use certificates to secure communications between the five
devices.
Information sent through the app must be decrypted only by the intended recipient device.
You need to complete the certificate enrollment.
What should you do?
devices.
Information sent through the app must be decrypted only by the intended recipient device.
You need to complete the certificate enrollment.
What should you do?
Correct Answer: D
Question 2
You need to implement the secondary schedule functionality for inspectors.
Which two actions should you perform? Each correct answer presents part of the solution.
Which two actions should you perform? Each correct answer presents part of the solution.
Correct Answer: A,D
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 will enable users to read e-books.
Users must be able to lock the app orientation so that rotating the device does not change the app display.
You need to implement the code for locking and unlocking the orientation.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct targets. Each code 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.

You are developing a Windows Store app. The app will enable users to read e-books.
Users must be able to lock the app orientation so that rotating the device does not change the app display.
You need to implement the code for locking and unlocking the orientation.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct targets. Each code 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.

Correct Answer:

Question 4
You are developing a Windows Store app. A page in the app contains the following HTML code:

The app must style a container element and two child elements to resemble the following image.

The grid layout must meet the following requirements:
- The Top section must be half the width of the Bottom section. - The solution must retain the proportions of the child sections in the event that the dimensions of any of the grid sections change.
You need to ensure that the proportions of the sections of the image are retained.
Which CSS segment should you add to your style sheet?


The app must style a container element and two child elements to resemble the following image.

The grid layout must meet the following requirements:
- The Top section must be half the width of the Bottom section. - The solution must retain the proportions of the child sections in the event that the dimensions of any of the grid sections change.
You need to ensure that the proportions of the sections of the image are retained.
Which CSS segment should you add to your style sheet?

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
You are developing a Windows Store app that will allow users to take photos by using the built-in device camera. The app will immediately open the photo for editing.
You need to programmatically specify the location from which to open the most recent photo taken by the app.
What is the best option to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
You need to programmatically specify the location from which to open the most recent photo taken by the app.
What is the best option to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
Correct Answer: D
Question 6
DRAG DROP
You are developing a Windows Store app that streams photos to and from any Windows-compliant device on the same network.
You need to configure the Play To receiver.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct targets. Each code 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.

You are developing a Windows Store app that streams photos to and from any Windows-compliant device on the same network.
You need to configure the Play To receiver.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct targets. Each code 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.

Correct Answer:

Question 7
DRAG DROP
You develop a Windows Store app that plays videos.
The videos include subtitles that are stored in Video Text Track (.vtt) files.
The app interface must include a button that displays the subtitles, and another button that hides the subtitles.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct targets. Each code 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.

You develop a Windows Store app that plays videos.
The videos include subtitles that are stored in Video Text Track (.vtt) files.
The app interface must include a button that displays the subtitles, and another button that hides the subtitles.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct targets. Each code 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.

Correct Answer:

Question 8
HOTSPOT
You are developing an app that provides sports statistics updates to a Windows tile. You are using Windows Push Notification Services (WNS) to provide updates to the app. You must implement the steps to request a notification channel as illustrated in the following image.

You need to ensure that the app implementation follows current Windows Store requirements and guidelines.
Select the correct answer from each list based on the information presented in the screenshot. Each correct selection is worth one point.

You are developing an app that provides sports statistics updates to a Windows tile. You are using Windows Push Notification Services (WNS) to provide updates to the app. You must implement the steps to request a notification channel as illustrated in the following image.

You need to ensure that the app implementation follows current Windows Store requirements and guidelines.
Select the correct answer from each list based on the information presented in the screenshot. Each correct selection is worth one point.

Correct Answer:

Question 9
You develop a Windows Store app.
The app user interface is slow to load, and occasionally stops responding.
You need to increase the responsiveness of the user interface.
What should you implement?
The app user interface is slow to load, and occasionally stops responding.
You need to increase the responsiveness of the user interface.
What should you implement?
Correct Answer: D