Which requirement must be met?
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?
Which event should you handle?
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 handle?
Which code segment should you insert at line 05?
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 Settings flyout of the app is available from the charm bar. When
the flyout is dismissed, users must be returned to the Settings pane.
You have the following code. (Line numbers are included for reference only.)
Which code segment should you insert at line 05?
What should you implement?
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 that the requirements are met. What should you implement?
complete each statement according to the information presented in the exhibit.
What should you recommend?
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 recommend a solution to ensure that users are prompted for their credentials
only the first time they use the app, even if the users are using the app from another device.
What should you recommend?
Which code snippets should you insert in Target 1, Target 2, and Target 3 to complete the code?
DRAG DROP
You are developing a Windows Store reporting app for corporate use. The app authenticates
users by using Active Directory Domain Services (AD DS) credentials.
You need to ensure that users have the option of saving their credentials when they log in to the app.
You have the following code:
Which code snippets should you insert in Target 1, Target 2, and Target 3 to complete the
code? (To answer, drag the appropriate code snippets to the correct target 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.)
Which code segments should you insert at lines 04, 13, and 17?
DRAG DROP
You are developing a Windows Store app Chat provides users with the ability to select a
video file from the file system. Once the file is selected, the video begins to play.
this.media is declared as a MediaElement in VideoPage.xaml and _position is declared as a
private TimeSpan member that stores the point at which the video stopped when the app
was terminated.
You need to ensure that if the app is terminated, the next time the app starts, the app
resumes playing the video at the point the video was stopped.
You have the following code: (Line numbers are included for reference only.)
Which code segments should you insert at lines 04, 13, and 17? (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.)
Which three code segments should you use in sequence?
DRAG DROP
You are developing a Windows Store app.
The app includes the following event procedure:
Void OnSettingsPaneOpened(SettingsPanesettingsPane,
SettingsPaneCommandsRequestedEventArgseventArga)
You need to call the event procedure when the user opens the settings pane.
Which three code segments should you use in sequence? (To answer, move the appropriate
code segments to the answer area and arrange them in the correct order.)
Which storage solution should you recommend?
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 video files to a new device.
You need to recommend a storage solution for the app.
Which storage solution should you recommend?