We provide real 70-491 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Microsoft 70-491 Exam quickly & easily. The 70-491 PDF type is available for reading and printing. You can print more and practice many times. With the help of our Microsoft 70-491 dumps pdf and vce product and material, you can easily pass the 70-491 exam.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Microsoft 70-491 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 70-491 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/70-491-exam-dumps.html

Q1. - (Topic 9) 

You are developing a Windows Store app that will be used to access large files stored 

online. 

The files will be shared between users worldwide. 

You need to recommend a solution to ensure that the users can download the files as quickly as possible. 

Which storage solution should you recommend? 

A. OneDrive 

B. Microsoft Azure Mobile Services 

C. A roaming folder 

D. Microsoft Azure Content Delivery Network (CDN) 

Answer:


Q2. DRAG DROP - (Topic 9) 

You are developing a Windows Store app that provides users with the ability to make short audio recordings if an audio device is available. 

You need to ensure that the users can replay the audio recording before they save the recording. 

You have the following code: (Line numbers are included for reference only.) 

Which code segments should you insert at lines 02, 07 and 10? (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.) 

Answer: 


Q3. - (Topic 9) 

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: A,D 

Explanation: http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.application.aspx 


Q4. DRAG DROP - (Topic 9) 

You are developing a Windows Store app that uses the Windows Push Notification Service (WNS) to provide real-time updates to users. The app uses an HTTP request to authenticate a cloud service to interact with WNS. 

The Package Security Identifier (SID) prefix is app://. 

Parameter values must be URL encoded. 

You need to ensure that the authentication request provides the required parameters. 

Which parameters should you use? (To answer, drag the appropriate parameters to the correct location or locations. Each parameter 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.) 

Answer: 


Q5. - (Topic 9) 

You are developing a Windows Store app. 

The app contains a page named MainPage. The page contains a media element named videoPlayer and a button named btnPlayTo. You need to provide users with the ability to select a device that will display the contents of 

videoPlayer when they click btnPlayTo. 

Which code segment should you add to the Click event handler of btnPlayTo? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: http://msdn.microsoft.com/en-us/library/windows/apps/windows.media.playto.playtomanager.showplaytoui.aspx 


Q6. HOTSPOT - (Topic 9) 

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.) 

Answer: 


Q7. DRAG DROP - (Topic 9) 

You are developing a Windows Store app. 

You need to identify the effects of applying Microsoft design principles to the user interface. 

Which effects result from the design principles? (To answer, drag the appropriate effects to the correct locations in the answer area. Each effect 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.) 

Answer: 


Q8. DRAG DROP - (Topic 9) 

You are developing a Windows Store app. 

You need to implement claims according to their appropriate use. 

Which claim is appropriate for each purpose? (To answer, drag the appropriate claims to the correct locations in the answer area. Each claim 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.) 

Answer: 


Q9. - (Topic 9) 

You are developing a Windows Store app named VideoPlayer. 

The app will provide user with the ability to select video files by using the file picker and to play the video. 

You need to recommend a solution for the app that meets the following requirements: 

. If the app is terminated while playing a video, the next time the app starts, the 

video must play. 

. The app must minimize the amount of storage space used. 

. The app must NOT request any capabilities. 

What should you include in the recommendation? 

A. Add the file to AccessCache.StorageApplicationPermissions.MostRecentlyUsedList. 

B. Store the StorageFile.Path property in ApplicationData.Current.LocalSettings. 

C. Store the video in ApplicationData.Current.RoamingFolder. 

D. Store the video in ApplicationData.Current.LocalFolder. 

Answer:


Q10. DRAG DROP - (Topic 9) 

You need to develop an app to measure whether a surface is level. The app will be used on devices that have a gyrometer. 

You have the following code: 

Which code snippets should you include in Target 1, Target 2 and Target 3 to complete the code? (To answer, drag the appropriate code snippets to the correct targets in the answer area. Each code snippet 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.) 

Answer: