[2016-New] Microsoft 70-481 Latest Dumps Free Download From GreatExam (81-100)

Pass 70-481 exam with the latest GreatExam 70-481 dumps: GreatExam 70-481 exam questions and answers in PDF are prepared by our experts. Moreover, they are based on the recommended syllabus that covering all the 70-481 exam objectives.

QUESTION 81
You develop a Windows Store app that uses a peer-to-peer scenario.
You submit the app to the Windows Store.
The app fails Windows Store certification.
You need to ensure that the app meets Windows Store certification guidelines.
What should you do?

A.    Enable the Proximity capability in the app manifest.
B.    In the Settings charm for the app, include a link to the privacy policy.
C.    Enable the Shared User Certificates capability in the app manifest.
D.    Enable the Location capability in the app manifest.

 

Answer: B

QUESTION 82
You are developing a Windows Store app by using Microsoft Visual Studio.
The app must use a flat navigation pattern.
You need to start the app development from a built-in Visual Studio project template.
Which project template should you use?

A.    Blank App
B.    Grid App
C.    Hub App
D.    Split App

Answer: A

QUESTION 83
You are developing a newsreader app that provides users with daily aggregated articles from popular news sites.
You must allow users to share the URI of the articles.
The app must allow at least one of the following ways to share the URI:
– With another Windows Store app
– With the user’s default web browser
You need to implement the sharing functionality.
Which property of the StandardDataFormats class should you use?

A.    StorageItems
B.    Rtf
C.    ApplicationLink
D.    Text

Answer: D

QUESTION 84
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.)
841
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?
842

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: B

QUESTION 85
You are developing a Windows Store app that includes a handler for the onactivated event.
A portion of the event handler is shown in the following code. (Line numbers are included for reference only.)
You need to ensure that the app responds to printing requests from the Devices charm.
Which code segment should you insert at line 04?
851

A.    printManager.printer.onprinttaskreguested = onPrint; printManager.printer.
showPrintUIAsync ();
B.    printManager.onPrint = onPrint;
C.    printManager.onprinttaskrequested = onPrint;
D.    printManager.printer.showPrintUIAsync ();

Answer: C

QUESTION 86
You are developing a Windows Store app that will play video files stored locally on the user’s computer.
The app will support the Play To feature.
The app includes a button that must programmatically invoke the Play To flyout when pressed.
You need to ensure that clicking the button displays the Play To flyout.
Which code segment should you use?

A.    Windows.Media.PlayTo.PiayToManager.showPlayToUI();
B.    Windows.Media.Devices.MediaDevicesControl.bind(“flyout”);
C.    Windows.Media.PlayTo.PlayToManager-playTo();
D.    Windows.Media.Devices.VideoDeviceController.bind(“flyout”);

Answer: A

QUESTION 87
Hotspot Question
You develop a Windows Store app by using JavaScript.
The current environment is shown in the following diagram.
871
A central cloud server must be able to push notifications to all mobile platforms including, but not limited to, Windows 8.x devices and Windows 8 Phones.
You need to configure the environment.
Select the correct answer from each list based on the information presented in the diagram. Each correct selection is worth one point.
872
Answer:
873

QUESTION 88
You are developing a Windows Store enterprise app.
The app must retrieve data from other apps asynchronously across domains by using the XMLHttpRequest object.
You need to retrieve the data.
What should you use?

A.    winJS.xhr
B.    getResponseStream()
C.    HttpWebRequest
D.    HTTPClient

Answer: C

QUESTION 89
You are developing a Windows Store app.
The app must provide single sign-on (SSO) to a Microsoft account and to social networks.
The SSO feature must be accessible from any device.
You need to implement SSO.
Which authentication strategy should you use?

A.    Account settings
B.    Certificate authentication
C.    Credential Picker
D.    Credential Locker

Answer: A

QUESTION 90
Hotspot Question
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.
901
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
902
Answer:
903

QUESTION 91
Drag and Drop Question
You are developing a Windows Store app that will display and track tasks that a user must complete.
The app uses two ListView controls. One ListView control displays incomplete task items.
The other ListView control displays completed task items.
The user must be able to:
– Add new tasks to the list of incomplete tasks.
– Remove tasks from either list.
– Mark tasks as complete.
You need to ensure that users can drag items from the incomplete tasks list to the completed tasks list.
How should you complete the relevant HTML markup? To answer, drag the appropriate markup segment to the correct targets. Each markup 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.
911

Answer:
912

QUESTION 92
You are developing a Windows Store app.
The app has the following requirements:
– Access resources from the URI ws://contoso.com/MyWebApplication.ashx.
– Send and receive binary data.
– Use real-time notifications and updates in the browser.
– Use a bidirectional, full-duplex communication channel with services.
You need to ensure that the app meets the requirements.
Which type of object should you create?

A.    Worker
B.    WebSocket
C.    MessageChannel
D.    XmlHttpRequest
E.    WebService

Answer: D

QUESTION 93
You are developing a Windows Store app that includes an app bar.
You are creating custom styles for the command buttons on the app bar.
You need to ensure that the custom styles include all elements of the command buttons.
Which CSS class should you use?

A.    win-command
B.    win-commandicon
C.    win-commandring
D.    win-button

Answer: A

QUESTION 94
Drag and Drop Question
You are developing a Windows Store app by using HTML5 and JavaScript.
The app defines the following objects:
– inkManager is an object to process and manipulate the ink-related data from the stylus.
– inkContext is an object to hold the surface context. currentPenId is an object to restrict input processing to one stroke at a time.
The app must support the following requirements:
– Support the use of a stylus input device.
– Begin capturing input when the stylus first touches the screen.
– Render stylus movements in real time.
You need to ensure that the requirements are met.
Which code segments should you use? (To answer, drag the appropriate code segments to the correct locations in the answer area. 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.)
941
Answer:
942

QUESTION 95
Drag and Drop Question
You have an existing enterprise application that is written in C++.
You plan to port the application to a Windows Store app.
You have the following requirements:
– Use client-side code for the presentation layer of the app.
– Reuse existing code from the original application.
– The existing application and the Windows Store app must be able to coexist within the enterprise network.
You need to select the appropriate technology to use for each logical layer of the app.
What should you use? To answer, drag the appropriate technologies to the correct targets. Each technology 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.
951
Answer:
952

QUESTION 96
You are developing a Windows Store app that will exchange data with other Windows Store apps.
A JavaScript object named sourceEventObject is created when the share request is received. The sourceEventObject object contains the details of the share contract.
The following requirements must be met:
– Declare a share target contract.
– Receive file sharing requests from other windows Store apps.
You need to ensure that the requirements are met.
Which code segment should you use?
961

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: D

QUESTION 97
You are developing a Windows Store app.
The app must implement only the minimum requirements of the Search contract.
You need to define the Search contract.
Which three actions should you perform? Each correct answer presents part of the solution.

A.    Add filters to the Search Results page.
B.    Add search suggestions.
C.    Declare the Search contract in the app manifest.
D.    Respond to a search query while the app is the main app on the screen.
E.    Create a basic Search Results page for the app.

Answer: ABD

QUESTION 98
You are developing a newsreader app that provides users with daily aggregated articles from popular news sites.
You must allow users to share the URI of the articles.
The app must allow at least one of the following ways to share the URI:
– With another Windows Store app
– With the user’s default web browser
You need to implement the sharing functionality.
Which property of the StandardDataFormats class should you use?

A.    ContentSourceApplicationLink
B.    Rtf
C.    WebLink
D.    ContentSourceWebLink

Answer: D

QUESTION 99
You develop a Windows Store app that plays music files stored locally on your computer.
The app contains the following HTML markup.
Line numbers are included for reference only.
991
You need to ensure that users can play music when the app is NOT displayed on the screen.
What should you do?
992

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: D

QUESTION 100
You develop a Windows Store app that uses a peer-to-peer scenario.
You submit the app to the Windows Store.
The app fails Windows Store certification.
You need to ensure that the app meets Windows Store certification guidelines.
What should you do?

A.    Enable the Enterprise Authentication capability in the app manifest.
B.    Enable the Internet (Client & Server) capability in the app manifest.
C.    Enable the Shared User Certificates capability in the app manifest.
D.    Enable the Location capability in the app manifest.

Answer: B

Comparing with others’, you will find our 70-481 exam questions are more helpful and precise since all the 70-481 exam content is regularly updated and has been checked for accuracy by our team of Microsoft expert professionals.

http://www.greatexam.com/70-481-exam-questions.html