Which approach should you recommend?
You are designing a SharePoint 2010 application that displays information from an external database. You need
to develop the application to meet the following requirements:
Remote connections to the external database are not allowed.
.Data from multiple tables must be joined into a single list.
.The list must be synchronized with the external database.
Which approach should you recommend?
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 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?
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.)
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?
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?
Which approach should you recommend?
You are designing a Windows application that accesses information stored on a SharePoint 2010 intranet site.
The application displays employee information in a data grid sourced from a list on the Human Resources site. To
filter and manipulate the employee details list, the design includes a class to cache the data that is accessed. The
class keeps the SPWeb object open, but only retrieves data that is not already cached.
You need to ensure proper memory utilization and resource management for the application.
Which approach should you recommend?
Which logs should you tell your team to analyze?
Your development team has discovered that a SharePoint 2010 application has performance issues. The
application is experiencing periodic application pool recycling due to memory thresholds being exceeded. You
need to determine the cause of this behavior.
Which logs should you tell your team to analyze?
Which approach should you recommend?
You have a SharePoint 2010 farm that has one existing Web application. You have designed a new Web
application. After the Web application is implemented, you immediately navigate to the URL. An error is returned
saying the page cannot be found. You need to ensure that when users navigate to the URL of the new Web
application, the standard SharePoint 2010 landing page is displayed.
Which approach should you recommend?
Which approach should you recommend?
You have designed a new SharePoint 2010 Web Part that was deployed to the testing environment. A tester has
reported that clicking a custom button in the Web Part has no effect in the browser.
You need to ensure that the button works as designed.
Which approach should you recommend?