PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which tool should you use?

|You are creating a hardware configuration for a Windows Embedded Standard device. The destination device contains Windows XP Professional SP2. You plan to create a PMQ file to import the hardware configuration of the destination device. You need to generate the most detailed list possible of hardware components that are available in the destination device.
Which tool should you use?

What should you do?

Employees use Windows Mobile 6.5 devices with Wi-Fi connectivity. It is necessary to enable employees to configure Wi-Fi connections on their Windows Mobile devices. You create an XML provisioning file containing all necessary Wi-Fi connection configuration information. You need to distribute the XML provisioning file to employees and ensure that they can run the file

from File Explorer on the Windows Mobile devices. What should you do?

Which approach should you recommend?

Your SharePoint 2010 team does not have enough development team members, time, or budget to support the
requests from all of the different departments in the organization. You have the following requirements:
Your internal IT security team requires that the SharePoint 2010 architects include the proper design
specifications necessary to limit the security vulnerabilities in the applications they develop.

.Mid-level Microsoft ASP.NET developers across the organization must be able to implement SharePoint 2010
solutions that meet the security specifications with no extra training.
.You must use specific tools and procedures to ensure that possible security vulnerabilities are limited. You need
to create a SharePoint 2010 design specification that directs the developers in the proper method of creating
applications to minimize security issues. Which approach should you recommend?

Which code segment should you add at line 05?

You need to programmatically add a user named User1 to a group named Group1.

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

01 string login = “User1”;
02 string grpName = “Group1”;
03 SPUser user = SPContext.Current.Web.EnsureUser(login);
04 SPGroup group = SPContext.Current.Web.Groups[grpName];
05
06 group.Update();

Which code segment should you add at line 05?