PrepAway - Latest Free Exam Questions & Answers

Category: 70-484 (v.2)

Exam 70-484: Essentials of Developing Windows Store Apps using C# (update December 14th, 2014)

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.)

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.)

How should you complete the relevant code?

DRAG DROP
You are developing a Windows Store app.
You have the following requirements:
• The app tile must update every 30 minutes.
• Content must be pushed to the app tile from multiple URLs.
You need to schedule the app tile updates.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.)

You need to ensure that the diary app maintains state when the user switches between apps or restarts the devi

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 other
apps and then return to the diary app.
You need to ensure that the diary app maintains state when the user switches between apps
or restarts the device on which the app is running.
What should you do?

You need to create the grid and populate the first row of the grid

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. All items must be properly bound to the control regardless of what
page the control is applied to. The user control must display a two-column grid that is
arranged as shown in the following table.

You need to create the grid and populate the first row of the grid.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)


Page 3 of 1112345...10...Last »