What should you do?
You use a bootable USB media to deploy an image to an NTFS file system partition that resides on the local hard disk. You set the BIOS boot order to start from the local hard disk first, and then from the USB media. After you deploy the image to the local hard disk, you discover that the device was not able to start from the local hard disk. You need to ensure that the device starts from the local hard disk. What should you do?
What should you do?
You connect a Windows Mobile 6.5 device to a Windows XP portable computer. You manage the Windows Mobile device by using Microsoft ActiveSync 4.5. You manage media on the portable computer by using Windows Media Player 11. You need to synchronize media files between the portable computer and the Windows Mobile device. You also need to ensure that during synchronization, media is automatically converted to the Windows Media format required by the mobile device. What should you do?
Which approach should you recommend?
You are designing a custom SharePoint 2010 solution package. It will include a feature that contains a Web Part,
which requires a custom assembly for its functionality. You need to design the feature based on the following requirements:
The Web Part must be a partial trust application and support a custom Code Access Security (CAS) policy.
.The solution package must be deployed without the need of farm-level administrator permissions.
Which approach should you recommend?
Which code segments should you add at lines 03, 04, 05, and 06?
You are creating an event receiver. The event receiver will have a field named Title and a field named Priority.
You write the following code segment for the event receiver. (Line numbers are included for reference only.)
01 public override void ItemUpdating(SPItemEventProperties prop)
02 {
02 base.ItemUpdating(prop);
03
04
05
06
07 }
You need to ensure that when the Title field is changed to include the word IMPORTANT, the Priority field is set to URGENT.
Which code segments should you add at lines 03, 04, 05, and 06?
What should you do?
You are designing a run-time image that will load from an USB storage media during startup. You need to prepare the USB storage media to load the image during startup.
What should you do?
Which program or settings should you use?
You connect a Windows Mobile 6.5 device to a Windows XP portable computer. You manage the Windows Mobile device by using Microsoft ActiveSync 4.5. You install Microsoft Office OneNote 2007 on the portable computer. You take notes on your Windows Mobile device by using Microsoft Office OneNote Mobile. You need to manage the synchronization of all notes taken in OneNote Mobile with your portable computer. Which program or settings should you use?
Which approach should you recommend?
You are designing a SharePoint 2010 application. You need to ensure that a custom list named Phone Numbers is automatically created and added to the site whenever a new Team Site is created.
Which approach should you recommend?
Which code segments should you add at lines 07 and 08?
You have the following event receiver. (Line numbers are included for reference only.)
01 public override void FieldDeleting(SPListEventProperties properties)
02 {
03 base.FieldDeleting(properties);
04
05 if (properties.FieldName == “Status”)
06 {
07
08
09 }
10 }
You need to cancel the operation and redirect the user to a custom error page if the name of the deleted field is Status.
Which code segments should you add at lines 07 and 08?
What should you do next?
You are designing a Windows Embedded Standard run-time image. You need to prepare the destination media to use the FAT16 file system. You format the media. What should you do next?
What should you do?
Employees have Windows Mobile 6.5 Professional devices, and desktop computers that run Windows Vista and the Windows Mobile Device Center (WMDC). Employees synchronize files between their Windows Mobile devices and desktop computers. When an employee attempts to synchronize large video files, the Windows Mobile device disconnects from the desktop computer. You need to ensure that employees can successfully synchronize large video files.
What should you do?