Which background color will be displayed on the Grid?
You are developing a Web application by using Silverlight 4 and Microsoft Visual Studio 2010. You have three resource dictionaries named OrangeSkin.XAML, GraySkin.XAML, and
GreenSkin.XAML. Each dictionary has a SolidBrush style and uses the same x:key name of MyBrush. The three resource dictionaries define the color of MyBrush as follows:
OrangeSkin.XAML defines the color of MyBrush as Orange.
GraySkin.XAML defines the color of MyBrush as Gray.
GreenSkin.XAML defines the color of MyBrush as Green.
You have a control that merges the dictionaries by using the following XAML fragment.
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source=”OrangeSkin.xaml” />
<ResourceDictionary Source=”GraySkin.xaml” />
<ResourceDictionary Source=”GreenSkin.xaml” />
</ResourceDictionary.MergedDictionaries>
<SolidColorBrush x:Key=”MyBrush” Color=”Azure”/>
</ResourceDictionary>
</UserControl.Resources>
<Grid x:Name=”LayoutRoot” Background=”{StaticResource MyBrush}”>
</Grid>
Which background color will be displayed on the Grid?
How will you accomplish the task?
You work as a Project Administrator for Company Inc. You need to configure alerts for your project team. You would like the project team to receive an alert two days before their task is due to start. How will you accomplish the task?
Which XAML fragment should you insert between lines 06 and 07?
You are developing an application by using Silverlight 4 and Microsoft .NET Framework 4. The application contains the following XAML fragment. (Line numbers are included for reference only.)
01 <Grid x:Name=”LayoutRoot” Background=”White”>
02 <Grid.Resources>
03 <vm:Customers x:Key=”CustomerVM”/>
04 <vm:MockCustomers x:Key=”MockCustomerVM”/>
05 </Grid.Resources>
06 <sdk:DataGrid AutoGenerateColumns=”True”
07 ItemsSource=”{Binding CustomerList}” />
08 </Grid>
You need to bind the DataGrid to the CustomerList property in MockCustomerVM at design time. You also need to bind the DataGrid to the CustomerList property in CustomerVM at run time. Which XAML fragment should you insert between lines 06 and 07?
What type of report should you create?
You would like to create a report about the present project performance using the SQL Server Reporting Services. You want this report to reference a particular point in time to create a history of the project performance. Once the report is created you want to generate a series of these reports to identify trends, history, and track overall project performance. What type of report should you create?
What should you do?
You are developing a Silverlight 4 application. The application has a page that contains a Slider control named sldAmount. You need to enable the wheel of the mouse to control sldAmount. What should you do?
What is the most likely reason why the media was overwritten even though Holly used a password on the backup t
Holly is the Microsoft Project Server administrator and she has completed a full backup of her Microsoft SQL Server database. Holly has added a media set password to the backup tape. Holly later learns that someone has overwritten the media although she used a password on the backup tape. What is the most likely reason why the media was overwritten even though Holly used a password on the backup tape?
What should you do?
You are developing a Silverlight 4 application. You handle the RightMouseButtonDown event of the applications layout root element to display a shortcut menu. You discover that when the right mouse button is released, the standard information panel in Silverlight appears. You need to prevent the standard information panel in Silverlight from being displayed.
What should you do?
What is the process of adding resources to a project called?
You are examining the Total Slack and Critical columns to review the overall program performance of your master project. You believe that one of your projects is slipping on its schedule and you would like to add additional resources to effort-driven activities to help the project finish on time. What is the process of adding resources to a project called?
Which two actions should you perform?
You are developing a trusted application by using Silverlight 4. The application will upload images to a server. You need to provide a user with two ways to select an image file from the C:\Temp folder on the client computer.Which two actions should you perform?
(Each correct answer presents a complete solution. Choose two.)
What will happen to a project if a project manager elects to do resource leveling?
What will happen to a project if a project manager elects to do resource leveling?