This page was exported from Free Download Lead2pass VCE And PDF Dumps [ https://www.pass4sureshared.com ] Export date:Fri Mar 29 7:02:06 2024 / +0000 GMT ___________________________________________________ Title: [2016-New] Microsoft Exam 70-491 Experience For Passing The 70-491 Certification Exam (31-45) --------------------------------------------------- We never believe in second chances and GreatExam brings you the best 70-491 Exam Preparation Materials which will make you pass in the first attempt. We guarantee all questions and answers in our 70-491 Dumps are the latest released, we check all exam dumps questions from  time to time according to Microsoft Official Center, in order to guarantee you can read the latest questions! QUESTION 31You are developing a Windows Store app.You need to create a service for the app to receive push notifications from Windows Push Notification Services (WNS).Which tool should you use? A.    The Manifest DesignerB.    The Developer DashboardC.    The Microsoft Visual Studio XML EditorD.    The Windows App Certification Kit Answer: A QUESTION 32Hotspot QuestionYou plan to develop several Windows Store apps.You plan to use a CheckBox control in all of the apps.The CheckBox control will use a custom visual display.You create XAML markup to customize the control.The code contains all of the necessary visual components for the control, including elements named checkedGlyph and indeterminateGlyph.You need to ensure that the check box meets the following requirements:If a value for the check box was NOT set, the check box must display indeterminateGlyph.When the check box is selected, the check box must display checkedGlyph.If the check box is cleared, the check box must NOT display any glyphs.You have the following XAML markup:Which code snippets should you insert in Target 1, Target 2, Target 3, Target 4, Target 5 and Target 6 to complete the XAML markup? (To answer, select the correct code snippet from each drop-down list in the answer area.)Answer: QUESTION 33You plan to create a custom panel that displays a pie chart.Each value of the pie chart will have a control.You need to register a custom dependency property to the panel.Which code segment should you use? A.    Option AB.    Option BC.    Option CD.    Option D Answer: CExplanation:http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.dependencyproperty.aspx QUESTION 34You 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: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? A.    Option AB.    Option BC.    Option CD.    Option D Answer: DExplanation:http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.cryptography.core.symmetrickeyalgorithmprovid er.aspx QUESTION 35Drag and Drop QuestionYou are developing a Windows Store app.The app will provide users with the ability to play music remotely on another user's device and then the other users will guess the name of the song.You need to access the music storage and to retrieve files and folders.You have the following code:Which elements should you include in Target 1, Target 2, Target 3 and Target 4 to complete the code? (To answer, drag the appropriate elements to the correct targets in the answer area. Each element 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: QUESTION 36You 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: AExplanation:http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.accesscache.storageapplicationpermissions.mos trecentlyusedlist.aspx QUESTION 37Hotspot QuestionYou are developing a Windows Store app.You need to encrypt data.How should you complete the code segment? (To answer, select the appropriate line of code from each drop-down list in the answer area.)Answer: QUESTION 38You plan to develop a Windows Store app to create pictures.Users of the app will be able to save the pictures that they create and to share the pictures with friends by using a web link.You need to ensure that the friends can makes comments on the shared pictures.Which storage technology should you use? (More than one answer choice may achieve the goal. Select the BEST answer.) A.    Roaming storageB.    Microsoft Azure blob storageC.    Microsoft Azure Mobile ServicesD.    One Drive Answer: D QUESTION 39You 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.    3DESB.    DESC.    AESD.    SHA512 Answer: DExplanation:Reference:http://apps.microsoft.com/windows/en-us/app/sha-512-encoder/6be865f2-4673-47c6-9354-1865c2ef82fe QUESTION 40You 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.LocalFolderB.    Windows.Storage.ApplicationData.Current.LiveSyncFolderC.    Windows.Storage.ApplicationData.Current.RoaimingFolderD.    Windows.Storage.ApplicationData.DefaultRemoteFolder Answer: AExplanation:http://msdn.microsoft.com/en-us/library/windows/apps/windows.storage.applicationdata.aspx QUESTION 41You 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 tothe 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: CDExplanation:http://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj191724.aspx QUESTION 42Drag and Drop QuestionYou are developing a Windows Store game.The game allows for interactive online play between users.The game authenticates users by using the credentials of a third-party site that provides OAuth2 authentication.You need to implement authentication that uses an implicit grant authorization.How should you complete the relevant code? (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.)Answer: QUESTION 43You are designing a Windows Store app that creates large amounts of temporary binary data each time it is run.You need to ensure that data is persisted while the app is running but deleted when the app is closed.Which app data storage mechanism should you use? (Each correct answer presents a complete solution. Choose all that apply.) A.    a temporary app data storeB.    the app files of the local app data storeC.    the app settings of the local app data storeD.    a roaming app data store Answer: ABCExplanation:http://msdn.microsoft.com/en-us/library/windows/apps/hh464917.aspx QUESTION 44You 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.)You need to add the contents of data to the beginning of file.Which code segment should you insert at line 03? A.    Option AB.    Option BC.    Option CD.    Option D Answer: D QUESTION 45Drag and Drop QuestionYou 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: GreatExam new released 70-491 dumps PDF are now for free download, download It right now and pass your exam 100%. http://www.greatexam.com/70-491-exam-questions.html --------------------------------------------------- Images: http://examgod.com/geimages/939c391bc2f5_DDFA/321_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/322_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/323_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/331_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/341_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/342_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/351_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/352_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/353_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/371_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/372_thumb.png http://examgod.com/geimages/939c391bc2f5_DDFA/421_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/422_thumb.png http://examgod.com/geimages/939c391bc2f5_DDFA/441_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/442_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/451_thumb.jpg http://examgod.com/geimages/939c391bc2f5_DDFA/452_thumb.png --------------------------------------------------- --------------------------------------------------- Post date: 2016-05-25 09:16:01 Post date GMT: 2016-05-25 09:16:01 Post modified date: 2016-05-25 09:16:01 Post modified date GMT: 2016-05-25 09:16:01 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com