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

You need to implement the getStoredCredentialsFull method. Which code segment should you insert at line CM13?
Correct Answer: D
DRAG DROP
You are developing a Windows Store app.
You need to allow the app to share content with other applications.
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:
You are developing a Windows Store app. The app will be used on devices that are capable of changing view states.
The app contains the following CSS code segment. (Line numbers are included for reference only.)

The app has the following requirements when the host device is in a landscape orientation: - The app's client area must be the same height as the device's height. - The app's client area must be the same width as the device's width. You need to ensure that the layout of the device screen meets the requirements.
Which code segment should you insert at line 01?
Correct Answer: A
You need to implement the saveCredentials method.
Which code segment should you insert at line CM06?
Correct Answer: B
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: B
You are developing two Windows Store apps named PhotoApp and PictureAlbum.
The apps must meet the following requirements:
- PhotoApp must have access to images on the local computer on which PhotoApp is running. - PictureAlbum must be able to access the images from PhotoApp.
You need to configure the deployment package settings for both apps to ensure that the requirements are met.
What should you do?
Correct Answer: A
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 between two columns.
- Columns must be separated by vertical lines that are two pixels wide. You need to ensure that the format of the paragraph meets the requirements.
Which code segment should you add?
Correct Answer: C
DRAG DROP
You are developing a Windows Store enterprise app that will send status messages to a
user's device.
The app must display a toast notification whenever it receives a new message.
You need to implement the toast notification.
Develop the solution by selecting and arranging the required code segments in the correct
order. You may not need all of the code segments.
Correct Answer: