Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

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

Question 1
You are developing a Windows Store app.
You need to ensure that the app logs pages that are viewed by the user.
Which navigation member should you use?

Correct Answer: D
Question 2
You need to implement the app bar for the Service Record screen. Which markup segment should you insert at line SH07?

Correct Answer: B
Question 3
You develop a Windows Store app. The app is a memory game that displays a 6x6 grid of squares.
When the user taps or swipes a square, the square must flip over to display an image. When testing the app, you find that swiping the tile does not cause it to flip over.
You need to ensure that the game responds correctly to user input.
Which event should you listen for?

Correct Answer: B
Question 4
DRAG DROP
You need to ensure that the product details are displayed. Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Correct Answer:
Question 5
You need to implement the saveCredentials method.
Which code segment should you insert at line CM06?

Correct Answer: C
Question 6
You need to ensure that the JavaScript object that is defined in the credentialManager.js file can be consumed by other Windows Store apps that are written in different programming languages.
How should you rewrite the code?

Correct Answer: D
Question 7
You need to implement the business requirement for the layout of the user interface.
Which navigation design patterns should you implement? (Each answer presents part of the solution. Choose all that apply)

Correct Answer: B,C
Question 8
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?

Correct Answer: B
Question 9
DRAG DROP
You need to handle the state of the app upon reactivation to meet the requirements.
Which four actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Correct Answer: