Which two actions should you perform?
Your company has a Microsoft Exchange Server 2007 environment. Employees have Windows Mobile 6.5 devices. You manage devices by using Microsoft Exchange ActiveSync. You need to allow employees to access only a SharePoint site collection hosted on a specific server from their Windows Mobile devices. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which approach should you recommend?
Your company has more than 100 SharePoint 2010 intranet sites. The branding of several individual department
sub sites is not consistent with company standards. You need to ensure that the branding of all intranet sub sites
is consistent with company standards and graphics. Which approach should you recommend?
Which code segment should you add at line 05?
You create a Web Part.
You need to display the number of visits to a SharePoint site collection in a label named LblVisits.
You write the following code segment. (Line numbers are included for reference only.)
01 SPSecurity.RunWithElevatedPrivileges(delegate()
02 {
03 try
04 {
05
06 LblVisits.Text = site.Usage.Visits.ToString();
07 }
08 finally
09 {
10
11 }
12 });
Which code segment should you add at line 05?
What should you do?
You are creating a Windows XP Embedded image for a destination device. You want the PMQ to be as detailed as possible. You need to create the PMQ file for the device. What should you do?
Which configuration service provider should you use to build the provisioning XML?
Employees use Windows Mobile 6.5 devices. You manage the Windows Mobile devices by using Microsoft System Center Mobile Device Manager (MDM) 2008. You need to configure the cellular data connections on all Windows Mobile devices to use the same access point name (APN). Which configuration service provider should you use to build the provisioning XML?
Which approach should you recommend?
You are developing an Internet Web site. You plan to use SharePoint 2010 for content management. The Web
site design includes extensive graphics.
You need to ensure that the following project requirements for the site are met:
Complex structural changes to support the new branding
.Consistency across all of its pages and sub sites
.Support for multiple browsers
Which approach should you recommend?
What should you do?
You create a Web Part that programmatically updates the description of the current SharePoint site.
The Web Part contains the following code segment. (Line numbers are included for reference only.)
01 SPSecurity.RunWithElevatedPrivileges(delegate()
02 {
03 SPSite currSite = SPContext.Current.Site;
04 SPWeb currWeb = SPContext.Current.Web;
05 using (SPSite eSite = new SPSite(currSite.ID))
06 {
07 using (SPWeb eWeb = eSite.OpenWeb(currWeb.ID))
08 {
09 eWeb.AllowUnsafeUpdates = true;
10 currWeb.Description = “Test”;
11 currWeb.Update();
12 eWeb.AllowUnsafeUpdates = false;
13 }
14 }
15 });
Users report that they receive an Access Denied error message when they use the Web Part. You need to ensure that all users can use the Web Part to update the description of the current site.
What should you do?
What should you do?
You create a Web Part that programmatically updates the description of the current SharePoint site.
The Web Part contains the following code segment. (Line numbers are included for reference only.)
01 SPSecurity.RunWithElevatedPrivileges(delegate()
02 {
03 SPSite currSite = SPContext.Current.Site;
04 SPWeb currWeb = SPContext.Current.Web;
05 using (SPSite eSite = new SPSite(currSite.ID))
06 {
07 using (SPWeb eWeb = eSite.OpenWeb(currWeb.ID))
08 {
09 eWeb.AllowUnsafeUpdates = true;
10 currWeb.Description = “Test”;
11 currWeb.Update();
12 eWeb.AllowUnsafeUpdates = false;
13 }
14 }
15 });
Users report that they receive an Access Denied error message when they use the Web Part. You need to ensure that all users can use the Web Part to update the description of the current site.
What should you do?
What should you do?
You are developing a run-time image by using Windows Embedded Standard. The image will be deployed to 500 devices that will connect to a Windows network. You need to ensure that the devices will be able to communicate with other devices over the network by using NETBIOS. You need to achieve this goal by using the minimum amount of effort. What should you do?
What should you do?
You have a portable computer that runs Windows Vista, and a Windows Mobile 6.5 device. The portable computer and the Windows Mobile device are Bluetooth enabled. The portable computer does not have Internet connectivity. The Windows Mobile device connects to the Internet through a cellular data connection. You pair the Windows Mobile device with the portable computer through the Bluetooth connection. You need to connect the portable computer to the Internet through the Windows Mobile device by using the Bluetooth connection. What should you do?