PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which code segment should you use?

You are developing a shopping application by using Silverlight 4.
The application has a ListBox named lstBasket that contains the items in the shopping basket. You need to save the items in lstBasket to isolated storage. You also need to ensure that the items isolated storage are available to other Silverlight applications hosted on the same Web site.
Which code segment should you use?

Which of the following steps will you take to configure this in Microsoft Project Server while using a program

You work as a Program Manager for Company Inc. You are using Microsoft Project Server as the project management information system for all constituent projects. Some of the projects in this program will take place in different countries. The project managers of these projects have notified you that they will need to reserve certain dates for holidays celebrated in their country that may not be appropriate for other countries. Which of the following steps will you take to configure this in Microsoft Project Server while using a program?

Which XAML fragment should you use?

You are developing a Silverlight 4 application.
You have a collection named ColPeople of the List<Person> type. You define the Person class according to the following code segment.

public class Person
{
public string Name {get; set;}
public string Description { get; set; }
public string Gender { get; set; }
public int Age { get; set; }
public int Weight { get; set; }
}
You need to bind ColPeople to a ComboBox so that only the Name property is displayed.
Which XAML fragment should you use?

What should you do?

You are developing a Silver light 4 application. You host the application by using a Web application available at http://www.contoso.com. The Web application contains multiple Windows Communication Foundation (WCF) services hosted at http://www.contoso.com/internal and http://www.contoso.com/external. You need to ensure that only your Silverlight application can access the services at http://www.contoso.com/internal. You also need to ensure that other Silverlight applications created by external vendors can access the services at http://www.contoso.com/external.
What should you do?

which one of the following?

You work as a Project Administrator for Company Inc. Your current project is going to finish within a few days. You would like to keep the information of this project as a project template. If you choose to save the file as a template, you are allowed to clear all of the following project attributes for the template except for which one of the following?

Which of the following enables you to make these comparisons?

You are managing a project to put on an event. You are about to start the execution phase of the project and have an approved project plan. As the project progresses, you want to compare the actual progress to the original project plan. In order to track course corrections, you also want to compare the actual progress to the plan as it stood at the beginning of each phase. Which of the following enables you to make these comparisons?

What should you do?

You are developing a Silverlight 4 application that will be hosted on a page at http://www.contoso.com/MainPage.aspx. You also create a Windows Communication Foundation (WCF) service hosted at http://www.fabrikam.com/BusinessService.svc. You need to ensure that the Silverlight application can access the WCF service. You also need to ensure that no other Silverlight applications can access the WCF service.
What should you do?