PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which XAML fragment should you insert at line 07?

You are developing a Silverlight 4 application. The application has an XAML page that contains the following XAML fragment. (Line numbers are included for reference only.)

01 <ComboBox x:Name=”cbName”>
02 <ComboBoxItem Content=”One”/>
03 <ComboBoxItem Content=”Two”/>
04 </ComboBox>
05 <Rectangle>
06 <i:Interaction.Triggers>
07
08 </i:Interaction.Triggers>
09 </Rectangle>

You need to allow the user to call an ICommand named GetPeopleCommand when the user clicks the Rectangle. You also need to pass the selected value of the ComboBox to GetPeopleCommand. Which XAML fragment should you insert at line 07?

What is the best approach for completing this task?

You work as a Project Manager for Company Inc. You are using Microsoft Project Server and Project Web Access to manage your projects. You need to work with your project team to create and identify assignments for the current phase of your project. Within the project, there are several assignments that no one in the project team is capable of completing because of time and resource limitations. You would like to, for planning’s sake, assign someone to the assignment and then replace the account with a contractor later. What is the best approach for completing this task?

Which code fragment should you insert at line 07?

You are developing a Silverlight 4 application.
The application defines the following XAML fragment. (Line numbers are included for reference only.)

01 <Canvas Width=”400″ Height=”300″>
02 <Canvas.Resources>
03 <Storyboard x:Name=”myStoryboard”>
04 <PointAnimationUsingKeyFrames Storyboard.TargetProperty=”Center” Storyboard.TargetName=”AnimatedEllipse”>
05 <EasingPointKeyFrame Value=”50,20″ KeyTime=”00:00:02″>
06 <EasingPointKeyFrame.EasingFunction>
07
08 </EasingPointKeyFrame.EasingFunction>
09 </EasingPointKeyFrame>
10 </PointAnimationUsingKeyFrames>
11 </Storyboard>
12 </Canvas.Resources>
13 <Path Fill=”Blue”>
14 <Path.Data>
15 <EllipseGeometry x:Name=”AnimatedEllipse” RadiusX=”15″ RadiusY=”15″ />
16 </Path.Data>
17 </Path>
18 </Canvas>
You need to animate the ellipse so that the ellipse moves to the upper boundary of the canvas where it slows down and stops. Which code fragment should you insert at line 07?

what is the cost performance index (CPI) for Donna’s project?

Donna’s project has a budget at completion of $1,987,560 and she is currently 40 percent complete. Her project schedule called for her to be 45 percent complete but there have been some complications in the project. These complications have caused Donna to spend $125,000 more than what the work she has completed is worth. Based on this information what is the cost performance index (CPI) for Donna’s project?

Which one of the following is not one of the four areas of change control?

You are the Microsoft Project Server administrator for your company. You have been working with your project managers to develop a change control system for their projects. In the change control system, you want to provide a method to document any changes from the areas of the project the change stems from. There are, in practical project management, four areas of change control that should be managed by each project manager. Which one of the following is not one of the four areas of change control?