Microsoft Advanced Windows Store App Dev using HTML5 and JavaScript - 070-482 Exam Practice Test
HOTSPOT
You develop a Windows Store app that updates the user's daily calendar. The app includes the following code. 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.

You develop a Windows Store app that updates the user's daily calendar. The app includes the following code. 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.

Correct Answer:

You need to ensure that the lock screen access configuration meets the requirements.
Which code segment should you insert at line BG05?
Which code segment should you insert at line BG05?
Correct Answer: D
You need to implement the Search features for the app.
What should you do?
What should you do?
Correct Answer: C
You need to turn off tracking.
Which code segment should you insert at line L032?
Which code segment should you insert at line L032?
Correct Answer: C
HOTSPOT
You are developing a Windows Store app by using JavaScript. The app will be used in multiple geographic regions.
You need to ensure that the app displays dates in the region-specific full date format.
How should you complete the relevant code? (To answer, select the correct code segment from each drop-down list in the answer area.)

You are developing a Windows Store app by using JavaScript. The app will be used in multiple geographic regions.
You need to ensure that the app displays dates in the region-specific full date format.
How should you complete the relevant code? (To answer, select the correct code segment from each drop-down list in the answer area.)

Correct Answer:

You need to implement the required event logging. Which code segment should you insert at line PM38?


Correct Answer: B
HOTSPOT
You develop a Windows Store app.
Users report that the user interface is sluggish and the data on the main screen of the app does not appear immediately. You run the Microsoft Visual Studio 2013 Performance and Diagnostics hub. The results are shown in the following image.

Select the correct answer from each list based on the information presented in the image. Each correct selection is worth one point.

You develop a Windows Store app.
Users report that the user interface is sluggish and the data on the main screen of the app does not appear immediately. You run the Microsoft Visual Studio 2013 Performance and Diagnostics hub. The results are shown in the following image.

Select the correct answer from each list based on the information presented in the image. Each correct selection is worth one point.

Correct Answer:

DRAG DROP
You are developing a Windows Store app that will display a list of items. Users should be able to expand any list item to display valid actions for that item.
The JavaScript code includes the following elements:
elemExpand represents the element to be expanded.
elemAffected represents the adjacent element.
You need to animate the expansion action when the user clicks a list item.
Which three code segments should you use in sequence? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order. 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 will display a list of items. Users should be able to expand any list item to display valid actions for that item.
The JavaScript code includes the following elements:
elemExpand represents the element to be expanded.
elemAffected represents the adjacent element.
You need to animate the expansion action when the user clicks a list item.
Which three code segments should you use in sequence? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order. 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:

You need to implement the activities that must occur when an inspector signs in.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
Correct Answer: C
HOTSPOT
You are developing a Windows Store app that consumes a file picker object.
You need to reference the object and call it asynchronously.
How should you complete the relevant code? {To answer, select the correct code segment
from each drop-down list in the answer area.)


You are developing a Windows Store app that consumes a file picker object.
You need to reference the object and call it asynchronously.
How should you complete the relevant code? {To answer, select the correct code segment
from each drop-down list in the answer area.)


Correct Answer:

HOTSPOT
You need to ensure that the Printer Survey task populates the map pinpoints according to the requirements.
What code should you insert at line PM31? (To answer, select the correct code segment from each dropdown list in the answer area.)

You need to ensure that the Printer Survey task populates the map pinpoints according to the requirements.
What code should you insert at line PM31? (To answer, select the correct code segment from each dropdown list in the answer area.)

Correct Answer:

You are developing a Windows Store app by using JavaScript. The app will allow users to customize various features. The customizations will be persisted by using the setAppSetting function.
You need to persist the customizations.
Which code segment should you use?

You need to persist the customizations.
Which code segment should you use?

Correct Answer: B