What should you do?
You have a distribution list in the Active Directory. You need to create a MySites membership group from the distribution list.
What should you do?
What should you do?
You create a Microsoft Office SharePoint 2007 Portal site. The site contains a document retention policy for Request for Proposal (RFP) documents. You need to customize the policy to ensure that a notification is sent to each manager when the RFP date expires.
What should you do?
Which code segment would you insert at line 16?
You redesign your SharePoint Server 2007 solution. You write the following code segment:
01: Shared Sub folderShare(ByVal portal_uri As String, ByVal doc_uri As String, ByVal folder_location As String)
02: Dim site As SPSite = New SPSite “_uri”
03: Try
04: Dim context as ServerContext = ServerContext.getContext(“site”)
05: Dim sspContent as Content = New Content(context)
06: Try
07: Dim targetURI as URI = New URI(doc_URI)
08: Try
09: Dim sspContentSources as ContentSourceCollection = sspContent.ContentSources
10: …
11: Finally
12: CType(targetURI, iDisposable).dispose()
13: End Try
14: Finally
15: CType(sspContent, iDisposable).dispose()
16: End Try
17: Finally
18: CType(site, iDisposable).dispose()
19: End Try
20: End Sub
You need to add a folder from UNC path that contains documents as a content source.
Which code segment would you insert at line 16?
Which two actions should you perform?
You have a Microsoft SQL Server 2005 database that contains client records. You create a BDC definition that allows you to view the client information. You create a web part that displays a map of the location of the selected client. You need to ensure that you can create a custom action to link the web part.
Which two actions should you perform? (Each answer represents part of the solution. Choose two.)
Which code segment should you use?
You create an application from Microsoft Office SharePoint 2007 Server. You need to write code that retrieves all users for an audience named Audience1.
Which code segment should you use?
What should you do to ensure that the context authors have a higher priority for pages that they deploy in the
Your company has a Microsoft Office SharePoint Server 2007 farm. The farm consists of two site collections named Draft and ProductionReady. You configure the farm to deploy content incrementally from the Draft site collection to the ProductionReady site collection. You need to ensure that the context authors have a higher priority for pages that they deploy in the ProductionReady site collection.
There are two possible ways to achieve this goal. (Each answer represents a complete solution. Choose two.)
Which XML element should you add to line 3?
You need to create a Business Data Catalog Application Definition File that contains an association between the department entity and an employee entity. You add the following code to the Application Definition File:
01: <Associations>
02: <Association AssociationMethodEntityName=”Department” AssociationMethdName = “GetEmployeesInDepartment” AssociationMethodReturnParameterName = “Employees” Name = “DepartmentToEmployee” IsCached = “True”>
03: …
04: </Association>
05: </Associations>
Which XML element should you add to line 3?
Which two files should you customize for the site collection?
You install a Microsoft Office SharePoint Server 2007 server. The server contains three site collections. One site collection uses both English and Turkish language variations.
You need to redirect a user to the selected language page. You also need to ensure that the language settings for other site collections remain unaffected. Which two files should you customize for the site collection? (Each correct answer presents part of the solution. Choose two.)
Which two actions should you perform?
Your Microsoft SQL Server 2005 database contains client records. You create a Business Data Catalog (BDC) definition that allows you to view the client information. You create a Web Part that displays a map of the location of the selected client. You need to ensure that you can create a custom action to link to the Web part. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which method should you define inside the entity?
You are creating a Business Data Catalog (BDC) definition for a phone book application. The application stores customer names in a table named People in a Microsoft SQL Server database. You are defining an entity named People within the BDC definition. You need to ensure that the entity data can be displayed in a Business Data List (BDL) Web Part. Which method should you define inside the entity?