Which Windows PowerShell cmdlet should you use?
Employees have Windows Mobile 6.5 devices. You manage the devices by using Microsoft System Center Mobile Device Manager (MDM) 2008. An employee has multiple managed devices. You need to prevent all of the employees managed devices from connecting to your network.
Which Windows PowerShell cmdlet should you use?
Which approach should you recommend?
You are designing a SharePoint 2010 solution that stores employee information in a list named Employees and
company information in a list named Company. Each company has one or more employees. You need to
recommend that a developer add a new column so that a one-to-many relationship is created between the
Company list and Employees list. Which approach should you recommend?
Which code segment should you add at line 04?
You are creating an application.
You develop a custom control that renders a contextual tab. The control contains the following code segment. (Line numbers are included for reference only.)
01 protected override void OnPreRender(EventArgs e)
02 {
03 SPRibbon curRibbon = SPRibbon.GetCurrent(this.Page);
04
05 curRibbon.MakeContextualGroupInitiallyVisible(“SP.Ribbon.ContextualGroup”, string.Empty);
06 base.OnPreRender(e);
07 }
You need to ensure that when the custom control is rendered, the custom contextual tab appears in the Ribbon.
Which code segment should you add at line 04?
Which component should you add?
You are developing a Windows Embedded Standard run-time image for a device. You plan to connect to the device from a remote location. You need to ensure that a remote computer is able to access only the command prompt of the device. Which component should you add?
What should you do first?
Your company has a Microsoft Exchange Server 2007 environment. Employees have Windows Mobile 6.5 devices. You manage the devices by using Microsoft Exchange ActiveSync. You forget your Windows Mobile device password. You need to access your Windows Mobile device without losing data.
What should you do first?
approach should you recommend?
You are designing a SharePoint 2010 solution that allows users to enter address information for contacts into a
list named Address. You have the following requirements:
Ensure that users enter full nine-digit zip codes for the address information.
.Display a custom message indicating that a zip code is invalid if the entered zip code does not match the full
nine-digit requirements. You need to ensure that the application is designed to meet these requirements. Which
approach should you recommend?
Which code segment should you use?
You have a SharePoint farm that has more than 100 custom Features.
You upgrade several Features in the farm.
You need to ensure that the site collection uses the most up-to-date versions of the Features. Only Features that require an upgrade must be evaluated.
Which code segment should you use?
Which component should you add to the image?
You are developing a Windows Embedded Standard run-time image for a device. You need to ensure that you can use Remote Desktop Protocol to remotely manage your device. Which component should you add to the image?
Which format should you use?
Your company has Windows Mobile 6.5 devices that support Secure Digital High Capacity (SDHC). You receive a shipment of 8-GB SDHC cards for the Windows Mobile devices. On your Windows 7 computer, you need to format the SDHC cards to provide access to the entire 8 GB of memory from the Windows Mobile devices. Which format should you use?
Which plan should you recommend?
You are designing a SharePoint 2010 application that stores information about each machine in a factory. This
information includes an inventory of parts, the machines maintenance history, and a document library of repair
manuals for each machine in Microsoft Word format. The application must:
Establish links between the factory machine data, the machine part inventory, the maintenance history, and the
repair manuals to allow the display of additional fields from the other lists.
.Enforce relational integrity between the data to create custom views for various business users.
.Allow nontechnical users to update the individual list data and views, as well as to update the manuals.
.Enforce relationships that allow cascade deletes of items from the machine parts list when items are deleted from
the machine list, but prevent data in the machine parts list from being orphaned. You need to design a data
access plan that meets all these requirements and allows all data to be managed within the SharePoint 2010 system.
Which plan should you recommend?