What should you do?
You are developing a Silverlight 4 application named Contoso.Accounts.Ui. The application uses a Silverlight library named Contoso.Ui.Common. You use application library caching to reduce the size of the XAP file by deploying Contoso.Ui.Common as a separate zip file. You create the following XML file.
<xml version=”1.0″ >
<manifest xmlns:xsi=”http://www.w3.org/2001/XMLSchemainstance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<assembly>
<name>Contoso.UI.Common</name>
<version>1.0.0.0</version>
<publickeytoken>5ca45a28299b8a35</publickeytoken>
<relpath>Contoso.UI.Common.dll</relpath>
<extension downloadUri=”Contoso.UI.Common.zip” />
</assembly>
</manifest>
You need to ensure that the Contoso.Ui.Common library will be packaged as a separate zip file.
What should you do?
Which hardware solution can you use to offer the best performance and data redundancy?
You are the Microsoft Project administrator for your organization. You are planning your backups and data redundancy approach for your SQL and Project Servers. One of the problems with data backups is that should a disk fail you will lose the information from the time of the last backup to the failed disk. You would like to create a fast and reliable data redundancy approach for your servers. Which hardware solution can you use to offer the best performance and data redundancy?
Choose and reorder the steps of an in-place upgrade of Project Server 2010
Which line of code should you insert at line 04?
You are developing a Silverlight 4 application. You configure the application to use GPU acceleration. The application is hosted on a Web page by using the following HTML markup.
(Line numbers are included for reference only.)
01 <object data=”data:application/xsilverlight2,” type=”application/xsilverlight2″ width=”100%” height=”100%”>
02 <param name=”source” value=”ClientBin/MySilverlightApplication.xap”/>
03 <param name=”enableGPUAcceleration” value=”true” />
04
05 </object>
You need to identify the surfaces that are GPUaccelerated in the application. Which line of code should you insert at line 04?
What project management process is responsible for evaluating the full effect of a proposed scope change on yo
You are the project manager of the GYG Project. A new scope change is being considered for your project. You are concerned, however, that the scope change may add costs, risks, and adversely affect the project schedule. What project management process is responsible for evaluating the full effect of a proposed scope change on your project?
Which two actions should you perform?
You are developing a Silverlight 4 application that is hosted in a Web application. The Web application has a file named LoadScreen.xaml that contains the following XAML fragment.
<Grid xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas. microsoft.com/winfx/2006/xaml” Background=”WhiteSmoke” Width=”437″ Height=”43″>
<TextBlock Name=”PrgLoader” FontSize=”24″ FontWeight=”ExtraBold” TextAlignment=”Center” />
</Grid>
The Web application also has a Web page named default.aspx that has the following HTML markup. (Line numbers are included for reference only.)
01 <html xmlns=”http://www.w3.org/1999/xhtml” >
02 <head>
03 <script type=”text/javascript”>
04
05 </script>
06 </head>
07 <body>
08 <object data=”data:application/xsilverlight2,” type=”application/xsilverlight2″ width=”100%” height=”100%”>
09 <param name=”source” value=”ClientBin/MyApp.xap”/>
10
11 </object>
12 </body>
13 </html>
You need to ensure that LoadScreen.xaml is displayed instead of the default Silverlight application loading screen. You also need to ensure that the PrgLoader TextBlock displays the
progress percentage of loading the Silverlight application. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
how should you configure the Report Server Web service?
You are the Microsoft Project Administrator for your organization and are configuring the SQL SRS components. If you install the report server on Server A and the SharePoint product on Server B in your domain, how should you configure the Report Server Web service?
what failure occurs when a physical problem prevents Project Server from writing or reading a database file
[input question] Fill in the blank with the appropriate term. A________ failure occurs when a physical problem prevents Project Server from writing or reading a database file that is required for continuing the database operation.
Which HTML markup should you insert at line 03?
You are developing a Silverlight 4 application named MySilverlightApplication.xap. The application is hosted on a Microsoft ASP.NET Web page named default.aspx by using the following HTML markup. (Line numbers are included for reference only.)
01 <object data=”data:application/xsilverlight2,”type=”application/xsilverlight2″ width=”100%” height=”100%”>
02 <param name=”source” value=”ClientBin/MySilverlightApplication.xap”/>
03
04 </object>
The ASP.NET application has two string variables named strPrimaryEmail and strSecondaryEmail. You need to ensure that both variables are passed to the Silverlight application. Which HTML markup should you insert at line 03?
Which of the following project governance phases will a project pass through the Optimizer module?
You work as a Project Administrator for Company Inc. Your project team is using the Project Portfolio Server along with Microsoft Project Server 2010 to manage the governance of the projects within your organization. The governance phases affect what must be defined for each phase of the governance. Which of the following project governance phases will a project pass through the Optimizer module?