Questions And Answers PDF
Microsoft 70-485 Advanced Windows Store App Development using C#
Version: DEMO
http://www.TestWarrior.com/70-485-practice-exam.html
FOR 70-485 Candidates: We offer Two Products: 1st - We have Practice Tests Software with Actual Exam Questions 2nd - Questions and Answers in PDF Format. Try a Free DEMO of these Exam Products via below Link:
http://www.TestWarrior.com/70-485-practice-exam.html
TestWarrior.com
1
Questions And Answers PDF
Case Study: 1 Scenario Margie's Travel Background You are developing a Windows Store media sharing app for the sales and marketing team at Margie's Travel. The app will allow team members to download documents and media about current and proposed products and services from the company's cloud-based media manager service. Team members will be able to add new content to the cloud service and to print and share content. Business Requirements Behavior:
Team members must be able to download product informaton data sheets, marketnn materials, and product demonstraton video clips from the company's server. Team members must be able to select and upload multple fles that contain new and modifed content as a batch. Team members must be able to stream video clips to other devices in the vicinity of the team member's device. The app will not support the streaminn of photonraphs. The app must allow team members to pause, restart, or cancel uploads and downloads of fles. The app must report both the pronress and completon status of these operatons. It must also return results about upload and download operatons.
User Interface:
The app must include a photo viewer. When photos are added or deleted in the photo viewer window, they must animate in and out of the feld of view. Remaininn photos must move to fll the empty space created when photos are deleted. The photo viewer must support semantc zoom. The app must display informaton on the lock screen of the device. The informaton must include text-based alerts and a value indicatnn the number of pendinn fle downloads.
Technical Requirements Behavior:
The company has an existnn component named VideoProcessor. This component compresses video clips and performs other processinn before the video clips are uploaded to the media mananer service. The component was writen with mananed code. The VideoProcessor component will also be used by Windows Store apps developed in HTML5 and JavaScript. The apps must be able to call the overload of the ProcessVideo() method that accepts a strinn and a Boolean value as parameters. When a team member selects a video clip to download, the app must download the fle as a backnround task. Afer a download has started, the app should maintain the network connecton to the server even when the app is suspended.
User Interface:
The app must include a custom photo viewer control. The control will be updated
TestWarrior.com
2
Questions And Answers PDF
frequently and may be deployed separately from the rest of the app. The photo viewer control must support templates and styles.
User Interface:
The app must include a custom photo viewer control. The control will be updated frequently and may be deployed separately from the rest of the app. The photo viewer control must support templates and styles. The app must use a Grid control as the root layout control. The photo viewer must be placed in the second row of the nrid. The appearance of the app must channe when the app is in snapped mode. The frst row of the root layout nrid must not channe heinht. The second row must fll all available space. Available video clips must be displayed in an extended ListView control class named Downloaded VideoList. The template for the DownloadedVideoList is already defned. New video clips should be added to DownloadedVideoList when the DownloadVideoQ method completes. New video clip items in the DownloadedVideoList should color channe periodically to alert the team member.
Application Structure Relevant portions of the app files are as follows. (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.)
TestWarrior.com
3
Questions And Answers PDF
TestWarrior.com
4
Questions And Answers PDF
TestWarrior.com
5
Questions And Answers PDF
Question 1 HOTSPOT You need to meet the business requirements about downloadinn and uploadinn. How should you confnure the app? (To answer, select the appropriate optons from each drop-down list in the answer area.)
TestWarrior.com
6
Questions And Answers PDF
Aoswern
Explanatonn htpn::msdn.microsof.com:en-us:library:windows:apps:xaml:hh868216.aspx htpn::msdn.microsof.com:en-us:library:windows:apps:Hh779720.aspx
TestWarrior.com
7
Questions And Answers PDF
Question 2 You need to implement the business requirement to display video clips. Which code senment should you use in the MainPane.xaml fle?
A. Opton A B. Opton B C. Opton C D. Opton D
Aoswern A Explanatonn htpn::msdn.microsof.com:enus:library:windows:apps:windows.ui.xaml.media.animaton.storyboard.aspx
TestWarrior.com
8
Questions And Answers PDF
Question 3 You need to implement downloadinn of media fles and other content. Which code senment should you add to App.xaml.cs?
A. Opton A B. Opton B C. Opton C D. Opton D
TestWarrior.com
9
Questions And Answers PDF
Aoswern B Explanatonn htpn::msdn.microsof.com:enus:library:windows:apps:windows.networkinn.backnroundtransfer.backnrounddownloader.netcurre ntdownloadsasync.aspx
Question 4 You need to ensure that the app uploads media and fles to the media mananer service. What should you do? (Each correct answer presents part of the soluton. Choose all that apply.)
A. Opton A B. Opton B C. Opton C D. Opton D E. Opton E
Aoswern B, D Explanatonn htpn::msdn.microsof.com:enus:library:windows:apps:windows.networkinn.backnroundtransfer.uploadoperaton.aspx htpn::msdn.microsof.com:enus:library:windows:apps:windows.storane.pickers.fleopenpicker.pickmultpleflesasync.aspx
Question 5 DRAG DROP You need to implement the photo viewer pane to meet the business requirements.
TestWarrior.com
10
Questions And Answers PDF
How should you complete the code senment? (To answer, dran the appropriate [source or sources] to the correct locaton or locatons in the answer area.)
Aoswern
Explanatonn htpn::msdn.microsof.com:enus:library:windows:apps:windows.ui.xaml.media.animaton.transitoncollecton.aspx htpn::msdn.microsof.com:enus:library:windows:apps:windows.ui.xaml.controls.itemspaneltemplate.aspx
Question 6 You need to implement a custom control to display thumbnail imanes of video clips. Which code senment should you use?
TestWarrior.com
11
Questions And Answers PDF
A. Opton A B. Opton B C. Opton C D. Opton D
Aoswern C Explanatonn htpn::msdn.microsof.com:enus:library:windows:apps:windows.ui.xaml.controls.control.defaultstylekey.aspx
Question 7 HOTSPOT You need to confnure the app manifest to support the fle download requirements. Which task type property should you specify? (To answer, select the appropriate property in the answer area.)
TestWarrior.com
12
Questions And Answers PDF
Aoswern
Explanatonn htpn::msdn.microsof.com:en-us:library:windows:apps:xaml:Hh977056.aspx
Question 8 You need to implement the requirements for the playback of media.
TestWarrior.com
13
Questions And Answers PDF
What should you do? (Each correct answer presents part of the soluton. Choose all that apply.) A. Add the followinn line of code at line MC02. private void ShowPlayTo() { Windows.Media.PlayTo.PlayToMananer.ShowPlayToUI(); } B. Add the followinn line of code at line MC06. ptMnr.DefauitSourceSelecton = false; C. Add the followinn line of code at line MC10. ptMnr.PlayRequested += SourceRequestHandler; D. Add the followinn line of code at line MC05. ptMnr.SourceRequested += SourceRequestHandler;
Aoswern B, D Explanatonn htpn::msdn.microsof.com:enus:library:windows:apps:windows.media.playto.playtomananer.aspx
Question 9 You need to implement the requirements for the behavior of the main pane. Which code senment should you insert at line MP07?
TestWarrior.com
14
Questions And Answers PDF
A. Opton A B. Opton B C. Opton C D. Opton D
Aoswern A Question 10 HOTSPOT You need to meet the business requirements about downloadinn and uploadinn. How should you confnure the app? (To answer, select the appropriate optons from each drop-down list in the answer area.)
TestWarrior.com
15
Questions And Answers PDF
Aoswern
Explanatonn htpn::msdn.microsof.com:en-us:library:windows:apps:xaml:Hh977056.aspx htpn::msdn.microsof.com:en-us:library:windows:apps:hh779720.aspx
TestWarrior.com
16
Questions And Answers PDF
Question 11 You need to ensure that the VideoProcessor component can be used by the Windows Store app. What should you do? (Each correct answer presents part of the soluton. Choose all that apply.) A. Add the followinn atribute to line IP19. [Windows.Foundaton.Metadata.DefaultOverload()] B. Replace line IP01 with the followinn line of code. Statc class VideoProcessor C. Replace line IP09 with the followinn line of code. PublicVideoProcessor(strinn videoName, int ID) D. Add the followinn atribute to line IP14. [Windows.Foundaton.Metadata.DefaultOverload()] E. Replace line IP01 with the followinn line of code. Public sealed class VideoProcessor
Aoswern A, C, E Question 12 You need to implement the business requirements for providinn informaton about fle uploads and downloads. Which code senment should you use in the VideoProcessor.es class?
TestWarrior.com
17
Questions And Answers PDF
A. Opton A B. Opton B C. Opton C D. Opton D
Aoswern A Explanatonn htpn::msdn.microsof.com:en-us:library:hh779739(v=vs.110).aspx
Question 13 You need to implement the requirements for streaminn media. What should you do? (Each correct answer presents part of the soluton. Choose all that apply.) A. Enable access to the Videos Library. B. Ensure that the app stays in the forenround while media is beinn streamed. C. Enable access to the Pictures Library. D. Renister for the SourceRequested event. E. Enable access to the Music Library. F. Renister for the PlayRequested event.
Aoswern A, D Explanatonn From scenarion Team members must be able to stream video clips to other devices in the vicinity of the team member's device. The app will not support the streaminn of photonraphs. Dn You can use Play To to stream the audio or video in your applicaton, as well as imanes, by implementnn the Play To contract. To implement the Play To contract in your applicaton, renister for the sourceRequested event. Noten To renister for the sourceRequested event, net a reference to the current PlayToMananer by callinn the netForCurrentView method. You can then call addEventHandler on the PlayToMananer to associate your event handler with the sourceRequested event. In your event handler, pass the media element from your applicaton to the setSource method of the PlayToSourceRequestedEventArns object passed to the event handler as shown in the followinn example. :: Play To Contract private Windows.Media.PlayTo.PlayToMananer ptm = Windows.Media.PlayTo.PlayToMananer.GetForCurrentView(); protected override void OnNavinatedTo(NavinatonEventArns e) { ptm.SourceRequested += sourceRequestHandler; } private void sourceRequestHandler( Etc. htpn::msdn.microsof.com:en-us:library:windows:apps:windows.media.playto.aspx
Question 14
TestWarrior.com
18
Questions And Answers PDF
You need to implement the behavior requirements for the photo viewer. Which controls should you create? A. Create two Semantccoom controls and one ListView control. B. Create one Semantccoom control and one ListView control. C. Create one ScrollViewer control, one Semantccoom control, and one GridView control. D. Create two GridView controls and one Semantccoom control.
Aoswern D Question 15 You need to implement the photo viewer control to meet the requirements. What should you do? (Each correct answer presents part of the soluton. Choose all that apply.) A. Add the themes\neneric.xaml fle to the project and reference it from the control. B. Create a composite control. C. Create a user control. D. Create a custom control. E. In the constructor of the class, set the value of the DefaultStyleKey to the type of the control.
Aoswern CDE Question 16 DRAG DROP You need to implement the photo viewer pane to meet the business requirements. You have the followinn coden
Which code snippets should you include in Tarnet 1 and Tarnet 2 to complete the code? (To answer, dran the appropriate code snippets to the correct tarnets in the answer area. Each code snippet may be used once, more than once, or not at all. You may need to dran the split bar between panes or scroll to view content.)
TestWarrior.com
19
Questions And Answers PDF
Aoswern
Explanatonn htpn::msdn.microsof.com:enus:library:windows:apps:windows.ui.xaml.media.animaton.adddeletethemetransiton.aspx
TestWarrior.com
20
Questions And Answers PDF
Thank You for Trying Our Product Visit Our Site to Purchase the Full Set of Actual 70-485 Exam Questions With Answers.
http://www.TestWarrior.com/70-485-practice-exam.html We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Download Free Product Demo From:
Download Free Product Demo from: http://www.TestWarrior.com/70-485-practice-exam.html
Check Out Our Customer Testimonials
TestWarrior.com
21