70-484 Exam Questions
124 real 70-484 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
You need to ensure that launching the app displays the required information. From which ApplicationExecutionState enumeration should you configure the user interface state?
- Question #2
You need to choose the appropriate data binding strategy for the image list box. Which method should you use?
- Question #3
You need to configure toast notifications for the photo competition. Which code segment should you use?
- Question #4
You need to ensure that only the correct information is preserved when the user switches to another app. Which actions should you perform? (Each correct answer presents part of the...
- Question #5
You need to ensure that the app resumes according to the requirements. Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)
- Question #6
You need to choose the appropriate data binding strategy for the image list box. Which method should you use?
- Question #7
You need to identify the class to use as the data context for the image list box. Which class should you use?
- Question #8
A photo competition is ending. You need to meet the requirements when a user clicks the toast notification. Which code segment should you use?
- Question #9
You need to correctly display notifications on the app tile. Which code segments should you insert at line AX24? (Each correct answer presents part of the solution. Choose all that...
- Question #10
You need to ensure that resuming the app displays the required information. From which ApplicationExecutionState enumeration should you configure the user interface state?
- Question #11
You need to ensure that only the correct information is preserved when the user switches to another app. Which actions should you perform? (Each correct answer presents part of the...
- Question #13
You need to access the remote image data according to the requirements. Which data storage methods should you use?
- Question #14
You need to enable the functionality to switch to the PictureChooserPage page. Which code segments should you insert at line CS42? (Each correct answer presents part of the solutio...
- Question #15
You need to implement the required image magnification and manipulation requirements for selected images. Which actions should you perform? (Each correct answer presents part of th...
- Question #16
You need to implement the OnNavigatedTo() method to meet the requirements. Which code segment should you insert at line CS13?
- Question #17
You need to localize the Picture Sharer app in the required language. Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)
- Question #18
You need to modify the GetContactsCompleted event handler to prevent the exception. Which code segment should you use to replace line CS32?
- Question #19
You need to retain the data that is entered in the TextBox control when the user navigates away from the PictureSharerMainPage page. Which code segment should you insert at line CS...
- Question #20
You need to configure the ContactPicker object. Which code segment should you insert at line CS18?
- Question #21
You need to retain the data that is entered in the TextBox control when the user navigates away from the PictureSharerMainPage page. Which code segment should you insert at line CS...
- Question #22
You need to create the ButtonForegroundColor resource. Which code segment should you insert at line XA09?
- Question #24
You need to retrieve data from the third-party social networking site. Which code segment should you use?
- Question #25
You need to identify alternative methods of displaying information from the FeedRetriever class. Which data controls can you use to achieve this goal? (Each correct answer presents...
- Question #26
The App.xaml.cs file includes the following code segment. (Line numbers are included for reference only.) 01 02 (x) => { 03 DisplaySettingsPopup(x.Id); 04 }) ; 05 arga.Request.Appl...
- Question #27
You need to create a custom template for a Listview control that will be located on a page that has the NewsSource object bound to the DataContext property. Which code segment shou...
- Question #28
You need to ensure that Developer1 and Developed meet the requirements. How should you design the process?
- Question #29
You need to implement the custom code for the RSS feed Gridview control. What should you do?
- Question #30
You need to authenticate to a social networking site. Which code segments should you insert at line SR40? (Each correct answer presents part of the solution. Choose all that apply....
- Question #32
You need to implement storage for the user preferences. Which storage solutions can you use to meet the specification for the app? (Each correct answer presents a complete solution...
- Question #33
The App.xaml.cs file includes the following code segment. (Line numbers are included for reference only.) 01 02 (x) => { 03 DisplaySettingsPopup(x.Id); 04 }) ; 05 arga.Request.Appl...
- Question #34
You need to implement the custom code for the RSS feed GridView control. What should you do?
- Question #35
You need to add code to the <Image> element to support marking items as found or not found. Which code segment should you add to the <Image> element on the item detail page?
- Question #36
You are performing a proof of concept of the app. You use the Windows App Certification Kit to perform Package Sanity tests. You receive an error message during the Platform approp...
- Question #37
You need to recommend a solution to implement the Check gesture for the item detail page. Which two components should you include in the recommendation? (Each correct answer presen...
- Question #39
You need to recommend a solution to browse items on the group detail page. What should you include in the recommendation? (More than one answer choice may achieve the goal. Select...
- Question #41
You are developing a Windows Store app that will display a toast notification. You need to ensure that when a toast notification is displayed, the first line of the notification is...
- Question #42
You need to recommend which Microsoft Visual Studio template to use for the app. Which template should you recommend? (More than one answer choice may achieve the goal. Select the...
- Question #44
You are developing a Windows Store app. You need to create a certificate to sign the app in a test environment. Which tool or tools should you use?
- Question #45
You are developing a Windows Store app. You need to ensure that the app meets the requirements for Windows Store certification. Which requirement must be met?
- Question #46
You are developing a Windows Store app. You need to ensure that context-sensitive choices are provided while the user is entering text in the search pane. Which event should you ha...
- Question #47
You are developing a Windows Store app. You create a custom control named AppSettingsFlyout, which is inherited from the SettingsFlyout control. You need to ensure that the Setting...
- Question #48
You are developing a Windows Store app. You have the following requirements: - Enable the app to receive shared data. - Save the sharing settings for future use. You need to ensure...
- Question #49
You are developing a Windows Store app that retrieves information from a social networking application by using web services. The web services require authentication. You need to r...
- Question #50
You are developing a Windows Store app that will back up video files. The app will support videos up to 1 GB in size. If users lose their device, they must be able to restore the v...
- Question #51
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...
- Question #52
You are developing a Windows Store app. You need to provide users with multiple ways to open the app. Each way must open a different page of the app. Which two components should yo...
- Question #53
You are developing a Windows Store app. An XML document named tileXmlDocument contains the layout of the app tile. You need to configure a tile notification that will display for 1...
- Question #54
You are developing a Windows Store app that will display a toast notification. You need to ensure that when a toast notification is displayed, the first line of the notification is...
- Question #55
You are developing a Windows Store app. The app is a personal diary that will allow users to add multiple journal entries while they are logged in. Users will be able to switch to...
- Question #56
An object of type contains properties named Name and Date of Birth. You are creating a user control that will allow you to view and edit information in the PersonViewModel object....