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)

What should you include in the recommendation?

You are developing a Windows Store app that has four pages.
Page 1 and page 2 share a set of styles. Page 3 and page 4 share a different set of styles.
You need to recommend a solution to manage the styles.
The solution must meet the following requirements:
• Ensure that the styles can be used by every app that you develop.
• Minimize the amount of effort required to update the styles across multiple apps.
What should you include in the recommendation?

What should you include in the recommendation?

You are developing a Windows Store app that has four pages.
Page 1 and page 2 share a set of styles. Page 3 and page 4 share a different set of styles.
You need to recommend a solution to manage the styles. The solution must meet the
following requirements:
• Ensure that the styles can be used by every app that you develop.
• Minimize the amount of effort required to update the styles across multiple apps.
What should you include in the recommendation?

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

An object of type AccountViewModel contains properties named Name and Amount.
You are creating a user control that will allow you to view and edit information in the
AccountViewModel 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.)

How should you distribute the code?

DRAG DROP
You are developing a Windows Store app.
You are using the Model-View-ViewModel (MVVM) architectural pattern to design the app.
You need to identify the type of code to place in each layer.
How should you distribute the 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 code snippets should you include in Target 1, Target 2, Target 3, Target 4, and Target 5 to complete the

DRAG DROP
You are developing an app named Appl.
You plan to display a large amount of text on a single page of Appl.
You need to ensure that the text flows to a second column if the text does not fit in the first
column. The two columns must have the same width.
You have the following XAML markup:

Which code snippets should you include in Target 1, Target 2, Target 3, Target 4, and
Target 5 to complete the XAML markup? (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 three actions should you perform in sequence?

DRAG DROP
You are developing a Windows Store video-sharing app. Videos are represented in the app
by a VideoCollection class that contains a list of videos. The app includes the following code segment:

The app must support grouping by the VideoCollection object.
You need to bind a GridView control that can display and group the videos to a
List<VideoCollection> collection named VideoLibrary.
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 snippets should you insert in target 1 and target 2 to complete the code?

HOTSPOT
You are developing a Windows Store app.
A page contains information that is entered by the user.
You need to ensure that the information is retained on the page if the user navigates away
from the page and then returns.
You have the following code:

Which code snippets should you insert in target 1 and target 2 to complete the code? (To
answer, select the correct code snippet from each drop-down list in the answer area.)


Page 6 of 11« First...45678...Last »