Free Microsoft 70-481 Exam Dumps Questions & Answers
| Exam Code/Number: | 70-481Join the discussion |
| Exam Name: | Essentials of Developing Windows Store Apps using HTML5 and JavaScript |
| Certification: | Microsoft |
| Free Question Number: | 116 |
| Publish Date: | Aug 10, 2026 |
| # of views: | 2543 |
|
|
|
You are developing a Windows Store app. The app will format a paragraph of text to resemble the following image.
The app must format the paragraph to meet the following requirements:
- The paragraph must be divided among three columns.
- Columns must be separated by vertical lines that are one pixel wide. You need to ensure that the format of the paragraph meets the requirements.
Which code segment should you add?
DRAG DROP
You are developing a Windows Store app that uses a CredentialPicker control to collect the user's user name and password credentials.
The CredentialPicker control has the following requirements:
- The Remember my credentials check box must be selected by default. - The text "Enter user name and password" must be displayed in the message header of the dialog box.
You need to ensure that the requirements are met.
Which properties should you use? (To answer, drag the appropriate properties to the correct locations in the answer area. Each property 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 need to ensure that the about.html page is displayed. Which code segment should you insert at line DF13?
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.
HOTSPOT
You develop a Windows Store app that displays information for a conference. You use a ListView control to display the list of sessions that are available. Users can group sessions by track, speaker, or the day of the session. The app includes the following HTML markup. 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.


