What should you do to the current environment before uABCrading to Project Server 2010?
You work as the network administrator at ABC.com. Your responsibilities include maintaining the Project Server environment. The current environment consists of the following servers:
ABC-Exch1 runs Windows Server 2003 R2 x64 and Exchange Server 2007 R2. ABC-SQL1 runs Windows Server 2003 R2 x64 and Windows Server SQL Server 2005. ABC-SPS1 runs Windows Server 2008 x64, SharePoint Server 2007 and Project Server 2007. You have been instructed to uABCrade from Project Server 2007 to Project Server 2010. What should you do to the current environment before uABCrading to Project Server 2010? (Choose two).
How should you configure the Project Server environment?
You work as the network administrator at ABC.com. You are in the process of configuring a Project Server 2010 environment. The network includes the following servers:
ABC-Exch1 runs Exchange Server 2010 and is configured to run the Client Access Server role. ABC-Exch2 runs Exchange Server 2010 and is configured to run the Mailbox Server role.
ABC-SQL1 runs SQL Server 2008 R2.
ABC-SPS1 runs SharePoint Server 2010 and Project Server 2010. You have added user accounts in Project Web App (PWA) for ABC-Exch1. Users need to be able to view Project Server tasks in Microsoft Outlook 2010. How should you configure the Project Server environment?
How should you configure the two servers?
You work as the network administrator at ABC.com. You have been instructed to configure a Project Server 2010 environment. You plan to use the following two servers for the Project Server 2010 environment. ABC-SRV1 runs Windows Server 2008 R2. ABC-SRV2 runs Windows Server 2008 R2. How should you configure the two servers? (Choose three).
What should you do first?
You work as the network administrator at ABC.com. You are in the process of configuring a Project Server 2010 environment. The network includes the following two Exchange servers:
ABC-Exch1 runs Exchange Server 2007 R2 and is configured to run the Client Access Server role. ABC-Exch2 runs Exchange Server 2007 R2 and is configured to run the Mailbox Server role. You need to configure Project Server 2010 to integrate with the ABC.com Exchange environment.
You have configured the following two servers:
ABC-SQL1 runs SQL Server 2008 R2.
ABC-SPS1 runs SharePoint Server 2010 and Project Server 2010. You plan to enable task synchronization in Project Web App (PWA). What should you do first?
What should you do to enable Mia to open the project?
You work as the network administrator at ABC.com. Your responsibilities include maintaining the Project Server 2010 environment. The Project Server 2010 environment consists of the following two servers. A Windows Server 2008 R2 server named ABC-SQL1 runs SQL Server 2008 R2. A Windows Server 2008 R2 server named ABC-SPS1 runs SharePoint Server 2010 and Project Server 2010. You are configuring a new laptop for a user named Mia Hamm. Mia will be working on an existing project. You install Project Professional 2010 and configure Mia’s user permissions on ABC-SPS1 to allow her to edit projects using Project Professional. What should you do to enable Mia to open the project?
What should you do?
You are developing an application by using Silverlight 4 and Microsoft .NET Framework 4. You add a class named CreateOrderCommand in the application. You implement the ICommand interface in the CreateOrderCommand class. You also create a class named CreateOrderVie wModel. You add the following XAML fragment to create a UserControl named CreateOrder. (Line numbers are included for reference only.)
01 <UserControl.Resources>
02 <local:CreateOrderViewModel x:Key=”vm” />
03 </UserControl.Resources>
04
05 <Grid x:Name=”LayoutRoot” DataContext=”{StaticResource vm}” >
06
07 </Grid>
You need to bind the CreateOrderCommand command to a Button control. What should you do?
What should you do before installing the updates?
You work as the network administrator at ABC.com. Your responsibilities include maintaining the Project Server 2010 environment. The Project Server 2010 environment consists of the following two servers. A Windows Server 2008 R2 server named ABC-SQL1 runs SQL Server 2008 R2. A Windows Server 2008 R2 server named ABC-SPS1 runs SharePoint Server 2010 and Project Server 2010. You want to install some Windows Updates on ABC-SPS1. You want to ensure that no data is lost during the update. You also want to disable users’ ability to modify data during the uABCrade to ensure data integrity is maintained. What should you do before installing the updates?
Which two actions should you perform?
You are developing an application by using Silverlight 4 and Microsoft .NET Framework 4. The application has a TextBox control named txtName. You need to handle the event when txtName has the focus and the user presses the F2 key. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What is the easiest way to achieve this goal?
You work as the network administrator at ABC.com. Your responsibilities include maintaining the Project Server 2010 environment. You have recently installed the Project Server 2010 environment with the default settings. The Project Server 2010 environment consists of the following two servers. A Windows Server 2008 R2 server named ABC-SQL1 runs SQL Server 2008 R2. A Windows Server 2008 R2 server named ABC-SPS1 runs SharePoint Server 2010 and Project Server 2010. You have been asked to configure a copy of the current environment in a new Project Web App (PWA) instance to be used for testing and training. What is the easiest way to achieve this goal?
Which XAML fragment should you use?
You are developing a Silverlight 4 application. The application contains a Slider control named Temperature. You need to display the Value property of Temperature in a
TextBlock control. Which XAML fragment should you use?