Which of the following actions will you perform in order for the ActiveX controls to work properly?
You work as a Microsoft Project Server 2007 administrator for TechWorld Inc. You need to configure browser security settings for ActiveX controls in Project Web Access 2007. Which of the following actions will you perform in order for the ActiveX controls to work properly?
Choose and reorder the steps to create an Active Directory service account in Project Server 2010.
Which URI mapping should you add?
You are developing a Silverlight 4 application.
You need to specify that the “/Sales/June/Short” uniform resource identifier (URI) pattern is mapped to the following URI. /Views/Reports/Sales.xaml time=June&show=Short
Which URI mapping should you add?
which one?
Juan is the SharePoint administrator for his company and he is considering alternate authentication methods for his SharePoint Server and the Microsoft Project Server. All of the following are the supported authentication methods except for which one?
Which XAML fragment should you insert at lines 03 and 04?
You are developing a Silverlight 4 application.
You have a page that contains the following XAML fragment.
<StackPanel Orientation=”Vertical”>
<Grid x:Name=”Master”>
<ListBox x:Name=”lstOrders” />
</Grid>
<Grid x:Name=”Details”>
<ListBox x:Name=”lstOrdersDetails” />
<myControls:DetailsViewLoading />
</Grid>
</StackPanel>
The application defines the DetailsViewLoading user control by using the following XAML fragm ent. (Line numbers are included for reference only.)
01 <UserControl x:Class=”DetailsViewLoading” xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”>
02 <Grid>
03
04
05 <StackPanel>
06 <TextBlock Text=”Loading Details…”/>
07 <Button Content=”Close” Click=”CloseBtn_Click”/>
08 </StackPanel>
09 </Border>
10 </Grid>
11 </UserControl>
You need to display the DetailsViewLoading user control on top of the other content in the Details Grid control. You also need to ensure that the rest of the content in the Details Grid control is unavailable until the DetailsViewLoading user control is closed. Which XAML fragment should you insert at lines 03 and 04?
which of the following conditions will you use to connect the Project Server and the Portfolio Server Gateway?
You work as a Project Manager for company.com Inc. You have been assigned a task to configure the Project Portfolio Server. Assuming that the Project Server is in the same domain, which of the following conditions will you use to connect the Project Server and the Portfolio Server Gateway?
Which XAML fragment should you use?
You are developing a Silverlight 4 application. The application contains a control that allows users to select user profile options. You need to define a set of controls that allows users to select between the following background colors:
White
Gray
You also need to define a set of controls that allows users to select between the following default window sizes:
900 x 700
700 x 500
Which XAML fragment should you use?
What is the most likely cause of the problem?
You work as a Project coordinator for company.com Inc. You are using Microsoft Project Web Access to review the tasks the project team has completed. You would like to export the tasks to Microsoft Excel through the Actions menu, but you are getting an error when you try this feature.
What is the most likely cause of the problem?
Which value of ZIndex should you set to each ellipse?
You are developing a Silverlight 4 application that allows users to arrange images. You need to create three objects in the shape of ellipses as shown in the following image.
Which value of ZIndex should you set to each ellipse?
Which of the following modules of the Queuing System architecture is the end-userfacing module of the Project
Which of the following modules of the Queuing System architecture is the end-userfacing module of the Project Server queue?