PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you do?

Your company has a Microsoft Exchange Server 2007 environment. All e-mail accounts are limited to 200 MB of storage. You have a Windows Mobile 6.5 Professional device with a 2-GB storage card. You can receive e-mail messages on your Windows Mobile device, but you cannot send messages. You need to send an e-mail message from your Windows Mobile device. What should you do?

Which approach should you recommend?

You are designing a SharePoint 2010 intranet site at your company. The accounting department has designed a
SharePoint list. They need this list to be included in any new site that is created by using the Team Site site
definition provided by SharePoint. A feature has been created that provisions the list in a site. You need to satisfy
the request from the accounting department, while reducing the risk that future SharePoint service pack updates
will impact your solution. Which approach should you recommend?

What should you do?

You have a SharePoint Web application that has the URL http://intranet.

You are creating a Microsoft .NET Framework application that will display the title of the SharePoint Web application and will execute outside of the SharePoint server.

You create a textbox named textBoxTitle.

You write the following code segment. (Line numbers are included for reference only.)

01 ClientContext context = new ClientContext(“http://intranet”);
02
03 Web site = context.Web;
04 context.Load(site);
05
06 textBoxTitle.Text = site.Title;

You discover that line 04 generates an error.

You need to ensure that the .NET application displays the title of the SharePoint Web application in textBoxTitle.

What should you do?

Which approach should you recommend?

You manage your companys SharePoint 2010 development efforts. Your company has hired an outside vendor
to print its marketing materials. The head of the marketing department has asked you to design a plan to add
functionality to the intranet site that will allow company employees to submit their print orders to a SharePoint list
on the intranet site throughout the day. The vendor should receive a daily e-mail that shows them all the orders
that were submitted to the intranet site the day before. Your plan needs to make this functionality possible.
Which approach should you recommend?

Which method should you use?

You create a Microsoft .NET Framework console application that uses a Representational State Transfer (REST) API to query a custom list named Products.

The application contains the following code segment.

AdventureWorksDataContext codc = new AdventureWorksDataContext(new Uri(“http://contoso/_vti_bin/listdata.svc”));
codc.Credentials = CredentialCache.DefaultCredentials;

You need to read all items in Products into an object.

Which method should you use?

How should you configure the second account connection?

Your company has a Microsoft Exchange Server 2007 environment. Employees have Windows Mobile 6.5 devices. You manage the Windows Mobile devices by using Microsoft Exchange ActiveSync. Employees use their Windows Mobile devices to connect to their Exchange accounts. You need to configure a second Exchange account on an employees Windows Mobile device and ensure that the employee can retrieve e-mail messages from multiple folders on his mailbox. How should you configure the second account connection?