[2016-New] Latest 70-485 Dumps PDF Free Download In GreatExam (141-155)

Your worries about 70-485 exam completely no more exist, because GreatExam is here to serves as a guide to help you pass the exam. GreatExam offers the latest 70-485 PDF and VCE dumps with the new version VCE player for free download. All the 70-485 exam questions and answers are the latest and cover every aspect of 70-485 exam. It 100% ensures you pass the exam without any doubt.

QUESTION 141
You are developing a Windows Store app that accesses a USB Human Interface Device (HID). The app has a default page and a settings page.
You need to ensure that when a user connects the USB device, the app starts automatically and opens the settings page.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

A.    Override the OnLaunched method in the Application class and use the ApplicationViewEventArgs interface.
B.    Add a File Type Associations declaration to the app manifest.
C.    Add a Removable Storage capability to the app manifest.
D.    Override the OnActivated method in the Application class and use the ActivatedEventArgs interface.
E.    Add an AutoPlay Device declaration to the app manifest.

Answer: AD

QUESTION 142
You are developing a Windows Store app that targets customers who travel frequently.
The app allows users to record audio and video files and save them to their local devices.
You have the following traveler-friendly requirements:
– The audio and video files must be shorter than three minutes in duration.
– The app must finalize recording automatically when the time limit is reached.
You cannot use continuous polling to test when the time limit is reached.
You need to ensure that the app meets the requirements.
What should you do?

A.    Assign a handler to the DefaultAudioCaptureDeviceChanged event to handle the requirements.
B.    Handle the RecordLimitationExceeded event to handle the requirements.
C.    Call the StopRecordAsync() method to end recording.
D.    Handle the AudioTransferRequested event to avoid continuous polling.

Answer: B

QUESTION 143
You are developing a Windows Store app.
You need to recommend a solution to handle exceptions thrown by the XAML Framework.
What should you recommend?

A.    Try/catch blocks
B.    An override of the Application.OnLaunched method
C.    An Application.UnhandledException event handler
D.    An Application.Suspending event handler

Answer: C

QUESTION 144
You are developing a Windows Store app.
The app will support multiple languages. The app has a page named MainPage. The resource file of the page is named MainPage.resw and is located in a folder named /Resources/en-us/.
MainPage.resw contains the data shown in the following table.
1441
You need to parameterize a TextBlock control by using the data in the resource file.
Which XAML markup should you use?

A.    <TextBlock x:Uid=”Greeting”/>
B.    <TextBlock x:Uid=”/MainPage/GreetingTextBlock”/>
C.    <TextBlock x:name=’VResources/MainPage/GreetingTextBlock”/>
D.    <TextBlock x:name=”Greeting”/>

Answer: A

QUESTION 145
You are developing a Windows Store app.
The app will store user names and passwords by using Windows Azure.
You need to recommend a method to store the passwords. The solution must minimize the likelihood that the passwords will be compromised.
Which algorithm should you recommend using?

A.    3DES
B.    DES
C.    AES
D.    SHA512

Answer: D
Explanation:
http://apps.microsoft.com/windows/en-us/app/sha-512-encoder/6be865f2-4673-47c6-9354-1865c2ef82fe

QUESTION 146
You are developing a Windows Store app to view MP4 videos.
You need to ensure that when a user double-clicks an MP4 file, the app starts and plays back the video automatically.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

A.    Add the Videos Library capability to the Appxmanifest file.
B.    Modify the OnActivated event of the App.xaml.cs file to pass ProtocolActivatedEventArgs to the
page if ActivatedEventArgs.Kind == ProtocolActivatedEventArgs.
C.    Add a File Type Associations declaration to the Appxmanifest file.
D.    Add an OnFileActivated event handler to the App.xaml.cs file.
E.    Add an AutoPlay Content declaration to the Appxmanifest file.

Answer: CD

QUESTION 147
You are developing a Windows Store app that will be used as an IT support ticket system.
You need to ensure that user settings are available to only a single device.
Which property should you use?

A.    Windows.Storage.ApplicationData.Current.LocalFolder
B.    Windows.Storage.ApplicationData.Current.LiveSyncFolder
C.    Windows.Storage.ApplicationData.Current.RoaimingFolder
D.    Windows.Storage.ApplicationData.DefaultRemoteFolder

Answer: A

QUESTION 148
You are developing a Windows Store app.
The app will store data in a text file.
You create the following method to store encrypted text in the text file:
1481
The WriteData method writes the contents of an IBuffer object to a StorageFile object.
You need to recommend a solution to encrypt the data.
The solution must minimize the use of system resources and must ensure that the app can decrypt the data.
Which code segment should you recommend adding to line 06?
1482

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

Answer: D

QUESTION 149
You are developing a Windows Store app.
The app contains a page named MainPage.
The page contains a media element named videoPlayer.
You need to provide users with the ability to play the contents of videoPlayer on different devices by using the Devices charm.
Which two code segments should you add to the OnNavigateTo event handler on MainPage? (Each correct answer presents part of the solution. Choose two.)
1491

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

Answer: BD

QUESTION 150
Hotspot Question
You are developing a Windows Store app.
The app receives badge notifications from Windows Push Notification Services (WNS).
You configure the app to establish a communication channel with WNS.
You use a variable named pushChannel to store the notification channel object used for communication.
You add the following line of code to the app:
1501
Which code snippets should you insert in Target 1, Target 2 and Target 3 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)
1502
Answer:
1503
QUESTION 151
Hotspot Question
You are developing a Windows Store app.
You configure the app to support AutoPlay when a portable media player is connected to a Windows 8.1 device.
You need to verify whether the app was initiated from AutoPlay.
What code should you add to the OnActivated event handler? (To answer, select the appropriate options in the answer area.)
1511
Answer:
1512

QUESTION 152
Drag and Drop Question
You are developing a Windows Store app to capture video.
You need to ensure that a record button only appears if the camera is enabled and is located on the back of the device.
You have the following code:
1521
Which code segments should you insert at lines 10 and 13? (To answer, drag the appropriate code segments to the correct locations. 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.)
1522
Answer:
1523

QUESTION 153
You are developing a Windows Store app that will provide users with the ability to save annotations to text files.
You have the following code segment: (Line numbers are included for reference only.)
1531
You need to add the contents of data to the beginning of file.
Which code segment should you insert at line 03?
1532

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

Answer: C

QUESTION 154
Hotspot Question
You are developing a Windows Store app to check the weather.
You need to ensure the app polls an external web service once per hour for tile updates.
You have the following code:
1541
Which code snippet should you insert in Target 1 to complete the code? (To answer, select the correct code snippet from the dropdown list in the answer area.)
1542
Answer:
1543

QUESTION 155
Drag and Drop Question
You are developing a Windows store app.
The app will use Windows Push Notification Services (WNS).
The app will execute a background task when a notification is pushed from the Windows Azure Mobile Services.
You need to develop the code for the Windows Azure Mobile Services.
You have the following code: (Line numbers are included for reference only.)
1551
Which code segments should you insert at lines 08, 10, 12 and 14? (To answer, drag the appropriate code segments to the correct locations. 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.)
1552
Answer:

1553

Pass 70-485 exam with the latest GreatExam 70-485 dumps. GreatExam 70-485 exam questions and answers in PDF are prepared by our expert. Moreover, they are based on the recommended syllabus that cover all the 70-485 exam objectives. Comparing with others’, you will find our 70-485 exam questions are more helpful and precise since all the 70-485 exam content is regularly updated and has been checked for accuracy by our team of Microsoft expert professionals. Welcome to choose.

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