70-542  Exam

Exam # of questions Description  Update
70-542 166 MS Office SharePoint Server 2007-Appliaction... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

70-542 - Exam Information
  • Description: MS Office SharePoint Server 2007-Appliaction
  • Passing Score: 0%
  • Practice Test - Number of questions: 166 questions
  • Simulation Test - Number of questions: 166 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

Answer(s)

  1. company creates a Web-based human resources (HR) site that runs on a Microsoft OfficeSharePoint Server 2007 Service server. The site has been configured to use a Shared ServicesProvider (SSP) that manages user profiles. The user profiles contain details of user contactinformation. The duty is to retrieve the telephone number of a user from user profiles. Whichaction should be done?A. You should run a keyword search by using the WorkPhone: prefix.
  2. The SPUser.Xml property of the user profile contains user WorkPhone value, you may get thevalue of the WorkPhone node from the SPUser.Xml property.
  3. Obtain the value of the UserProfile[PropertyConstants.WorkPhone] property of the user.
  4. Find the value of the PropertyInformation.Name property is WorkPhone,then Obtain the valueof Description property of the PropertyInformation object.
Correct Answer

Obtain the value of the UserProfile[PropertyConstants.WorkPhone] property of the user.