What should you do first?
Your company has a Microsoft Exchange Server 2007 environment. Employees have Windows Mobile 6.5 devices. You manage the Windows Mobile devices by using Microsoft System Center Mobile Device Manager (MDM) 2008. A user forgets his Windows Mobile device password. You need to enable the user to access his Windows Mobile device without losing data. What should you do first?
Which approach should you recommend?
You are designing a SharePoint 2010 feature. The feature includes a feature receiver that executes code on
activation and deactivation. The feature receiver code interacts with a Web service, which could cause errors
beyond your control.
You need to ensure that the feature does not activate or deactivate if the Web service causes an error.
Which approach should you recommend?
What should you do?
You create a Web Part that takes three values from three text boxes and creates a new SharePoint site when you click a button named CreateNewSite.
The Web Part contains the following code segment.
protected void CreateNewSite_Click(object sender, EventArgs e)
{
SPSite site = SPContext.Current.Site;
SPWeb web = site.AllWebs.Add(SiteNameTextBox.Text, SiteTitleTextBox.Text, SiteDescriptionTextBox.Text, 0, SPWebTemplate.WebTemplateSTS, false, false);
}
You test the Web Part and it works properly.
When another user attempts to use the Web Part to create a new site, he receives the following error message: “Error: Access Denied.”
You need to ensure that users can use the Web Part to create new sites.
What should you do?
Which two actions should you perform?
You are developing a Windows Embedded Standard device that you plan to sell in France and
Canada. You need to modify the settings for the component to meet the following requirements: Uses the French Language Support component. Uses a minimal footprint for the French Language Support component. User interface supports only French and English. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What should the solution include?
You are helping an organizations executive team to design an automated approval process to standardize certain
documents. You have the following requirements:
The documents must be reviewed and approved by multiple teams in the approval chain.
.Each reviewer must provide feedback as part of completing a review.
.Each reviewer must either approve or reject the documents.
.After review, the document status must be changed; an e-mail must be generated to the document author and
the next reviewer in the approval chain; and a task should be created for the next reviewer in the approval chain.
You must design a custom workflow solution for the document approval process on a SharePoint 2010 site. What should the solution include?
Which code segment should you use?
You are creating a Web Part. The Web Part will be used in a SharePoint subsite that has the URL http://www.contoso.com/hr.
You need to ensure that the Web Part activates a Feature in the subsite without causing a memory leak.
Which code segment should you use?
What should you do?
You are creating a Windows Embedded Standard run-time image. You need to create multiple user accounts. What should you do?
Which code segment should you insert at line 04?
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You write the following code segment for the service implementation. (Line numbers are included for reference only.)
01 public void PutMessage(Message msg)
02 {
03 string value=null;
05 }
You need to retrieve the content from the received message body and store it in the variable named value. Which code segment should you insert at line 04?
What should you do?
You update a solution validator.
You need to ensure that all SharePoint solutions are validated the next time the solutions are executed.
What should you do?
Which User Type should you set?
You are developing a Windows Embedded Standard device that contains multiple user accounts. You add the required number of User Account components. You need to configure the User Account components to meet the following requirements:
Users must be able to modify the system settings. Users must be unable to install programs that affect the system files. Which User Type should you set?