exam questions

Exam 70-331 All Questions

View all questions & answers for the 70-331 exam

Exam 70-331 topic 1 question 56 discussion

Actual exam question from Microsoft's 70-331
Question #: 56
Topic #: 1
[All 70-331 Questions]

You are managing a SharePoint farm. The SharePoint databases are configured to run on a dedicated instance of Microsoft SQL Server 2008 R2 Service Pack 1.
You need to optimize query executions.
What should you do?

  • A. Move the master database to a RAID 10 volume.
  • B. Set the maximum degree of parallelism for SQL Server instances to 0.
  • C. Set the maximum degree of parallelism for SQL Server instances to 4.
  • D. Set the maximum degree of parallelism for SQL Server instances to 1.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Set max degree of parallelism (MAXDOP) to 1 for instances of SQL Server that host SharePoint databases to make sure that a single SQL Server process serves each request.
Important:
Setting the max degree of parallelism to any other number can cause a less optimal query plan to be used that will decrease SharePoint Server 2013 performance.
Ref:http://technet.microsoft.com/en-us/library/hh292622(v=office.15).aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...