PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

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?

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?