Online Access Free 070-481 Practice Test
| Exam Code: | 070-481 |
| Exam Name: | Essentials of Developing Windows Store Apps using HTML5 and JavaScript |
| Certification Provider: | Microsoft |
| Free Question Number: | 116 |
| Posted: | Dec 12, 2025 |
DRAG DROP
You are developing a Windows Store app that will display images uploaded by users.
Images can be shared by using the Share charm. The share pane must close immediately after a user shares an image, without waiting for the file transfer to complete.
You need to implement sharing.
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 by using JavaScript. The app will be used to retrieve data from a web service.
The app must retrieve the current date and time in UTC format from the web service by using the URL http://www.treyresearch.net/ GetDateTimeinUTC.asmx. Errors must be handled.
You must ensure that data is retrieved successfully.
Which code segment should you use?
You need to ensure that the compiler-generated metadata for the ToyInventory library meets the requirements.
Which compiler and associated switch should you use?
HOTSPOT
You are developing a Windows Store game. The Menu page displays when the game launches. The Game page displays when you launch a game. The Game page reloads each time the player chooses an incorrect answer.
The following code segment runs each time the user navigates to the Game page. Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.

