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: | Sep 05, 2025 |
You are developing a Windows Store app. The app includes a handler for the datarequested event.
A portion of the code for the event handler is shown in the following code segment:
The app must meet the following requirements: - The app must share an order tracking link with target apps. - The app must share URI-type data only. You need to ensure that the app meets the requirements.
Which code segment should you insert at line 05?
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 newsreader app that provides users with daily aggregated articles from popular news sites.
You must allow users to share the URI of the articles.
The app must allow at least one of the following ways to share the URI:
- With another Windows Store app
- With the user's default web browser
You need to implement the sharing functionality.
Which property of the StandardDataFormats class should you use?
You need to ensure that the user can annotate news items according to the requirements. Which code segment should you insert at line NJ03?