Microsoft Essentials of Developing Windows Store Apps using HTML5 and JavaScript - 070-481 Exam Practice Test

You need to ensure that the layout for newsPage.html meets the requirements. Which layout should you choose?
Correct Answer: C Vote an answer
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.)
Correct Answer: B,C Vote an answer
You are developing a Windows Store app. The app includes a handler for the suggestionsrequested event.
The empty event handler is shown in the following code. (Line numbers are included for reference only.)

The app must meet the following requirements:
- Provide an app-defined list of choices in the Search pane that responds to user query text changes. - Provide suggested search topics only when the user enters a query that contains the text "products".
You need to add code to meet the requirements.
Which code segment should you insert at line 02?
Correct Answer: C Vote an answer
You are developing a Windows Store app that will be used to display daily high temperatures and other weather conditions for five cities.
The app must meet the following requirements:
- A splash screen is displayed on the device until the data is retrieved from the Internet. - The user must be able to view weather information as soon as the data is fully available.
You need to ensure that the splash screen is displayed at startup until the app has completed loading updated data.
Which actions can you perform to achieve this goal? (Each correct answer presents a complete solution. Choose all that apply.)
Correct Answer: A,C Vote an answer
HOTSPOT
The following image depicts three apps. App1 and App3 have been launched by App2.

Select the correct answer from each list based on the information presented in the image. Each correct selection is worth one point.
Correct Answer:
You need to ensure that the about.html page is displayed according to the requirements.
Which attribute should you add to the DIV element in line AB07?
Correct Answer: A Vote an answer