What should you do?
You are creating a component for a third-party application by using Component Designer. At run time, the application depends on Microsoft Foundation Class (MFC) libraries. You need to add an MFC dependency on the component by using Component Designer. What should you do?
What should you do?
Your companys client computers run Windows 7. You manage a group of Windows Mobile 6.5 devices. You need to restore the factory default settings on all the Windows Mobile devices.
What should you do?
Which approach should you recommend?
You are designing a solution for a SharePoint 2010 site. You need to design a solution that includes:
Custom pages to add, view, and update list items.
.Custom workflows with code on list items.
Which approach should you recommend?
Which code segment should you implement in the Web Part?
You need to create a Web Part that creates a copy of the out-of-the-box Contribute permission level.
Which code segment should you implement in the Web Part?
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?
Which two tasks should you perform next?
You are developing a run-time image by using Windows Embedded Standard. The destination device is currently running Windows XP. You need to identify the device drivers that are missing from the component database. You run tap.exe. Which two tasks should you perform next? (Each correct answer presents part of the solution. Choose two.)
What should you do next?
You have a Windows Mobile 6.5 Professional device that is performing slowly. You need to find out what is slowing down your Windows Mobile device. On the Windows Mobile device, you close all running programs. What should you do next?