Which storage solution should you recommend?
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?
Which claim is appropriate for each purpose?
DRAG DROP
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.)
Which code snippets should you insert in Target 1, Target 2, and Target 3 to complete the code?
DRAG DROP
You are developing a dependency property named TotalAmount for a Windows Store app.
The TotalAmount property must default to zero. The class that contains the TotalAmount
property must provide a class property that gets and sets the value of the dependency
property.
You need to create the dependency property and the class property.
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 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.)
Which code snippet should you insert in Target 1 to complete the code?
HOTSPOT
You are developing a Windows Store app.
A page named Profile collects information about the user, including his or her name, in a
control named Name. A page named Journal allows the user to make a journal entry.
You need to pass the user’s name to the Journal page when the user navigates from the
Profile page to the Journal page.
You have the following code:
<code>
protectedNavigateToJournal()
{
Target 1
}
</code>
Which code snippet should you insert in Target 1 to complete the code? (To answer, select
the correct code snippets from the dropdown list.)
For each of the following statements, select Yes if the statement is true.
Which XAML markup segments should you insert at lines 02 and 04?
DRAG DROP
You are creating a Windows Store app.
You need to create a gradient brush that is white in the top left corner to black in the bottom
right corner.
You have the following xaml markup. (Line numbers are included for reference only.)
Which XAML markup segments should you insert at lines 02 and 04? (To answer, drag the
appropriate XAML markup segment to the correct locations in the answer area. Each XAML
markup 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.)
For each of the following statements, select Yes if the statement is true
How should you complete the relevant code?
DRAG DROP
You 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.)
Which three actions should you perform in sequence?
You are developing a Windows Store checkers game.
Game pieces are moved by using manipulation events. Moving a game piece on top of
another game piece captures the bottom piece. The captured piece must be identified and
removed from the board.
You need to identify when a game piece is captured.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
Which code segments can you use to achieve this goal?
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 15 seconds.
Which code segments can you use to achieve this goal? (Each correct answer presents a
complete solution. Choose all that apply.)