Which approach should you recommend?
You are designing a SharePoint 2010 application. A Windows Communication Foundation (WCF) service
provides a connection to company information.
You need to design a list that gets its data from the WCF service.
Which approach should you recommend?
Which type of element should you use?
You create a Feature.
You need to add an item to the context menu of a list.
Which type of element should you use?
Which approach should you recommend?
You are designing a SharePoint 2010 application. You need to design a list that displays only data from contacts
stored in Microsoft Office Outlook 2010.
Which approach should you recommend?
What should you do?
You have one Web application that contains several SharePoint site collections.
You need to create a Feature that adds a custom button to the Documents tab on the Ribbon of one site collection only.
What should you do?
Which two actions should you recommend?
You are designing a SharePoint 2010 application that contains a single list named User Data. You need to design
the application to meet these requirements:
The application must have a drop-down menu that contains key-value pair data.
.The data in the drop-down menu must be retrieved from a Microsoft SQL Server 2008 table.
Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)
What should you use?
You need to add a modal dialog box to a SharePoint application.
What should you use?
Which approach should you recommend?
You are designing a SharePoint 2010 application. The code makes numerous calls to SPSite and SPWeb
objects.
The system and application performance is poor in the test environment. There is also a high level of memory use for IIS worker processes.
You need to ensure that the application performance and high memory use issues are addressed.
Which approach should you recommend?
Which code segment should you add at line 04?
You need to disable the CriticalExceptionCount measure for all user solutions.
You write the following code segment. (Line numbers are included for reference only.)
01 SPUserCodeService userCode = SPUserCodeService.Local;
02 SPResourceMeasureCollection measures = userCode.ResourceMeasures;
03 SPResourceMeasure measure = measures[“CriticalExceptionCount”];
04
05 measure.Update();
Which code segment should you add at line 04?
What should you do?
You are asked to analyze a SharePoint 2010 system that is experiencing performance problems, especially under
heavy loads. The system contains multiple custom Web applications and third-party Web Parts. The performance
problems are exhibiting the following symptoms:
The application pool recycles frequently.
.The system experiences slow client response times.
.The system experiences excessive page faults.
You need to identify a possible source of these performance issues and suggest a way to verify your analysis.
What should you do?
What should you do?
You need to create a custom content type and specify the content type ID.
What should you do?