- Home
- Server Administration
- Sharepoint
- Core Solutions of Sharepoint Server 2013 70-331
16.
In a growing SharePoint farm, at what levels might you choose to delegate administration? (Choose all that apply.)
- A.Web application
- B.Farm
- C.Service application
- D.Zone
- Answer & Explanation
- Report
Answer : [B, C]
Explanation :
Explanation :
A. Incorrect: You cannot delegate administration at the zone level. B. Correct: You can delegate administration at the farm level. C. Correct: You can delegate administration at the farm level. D. Incorrect: You cannot delegate administration at the zone level. |
17.
Which of the following commands or cmdlets can used to install the Application Server
Role and Web Server Role on a new server in preparation for a SharePoint installation?
(Choose all that apply.)
- A.Get-SPPreReqInstaller
- B.Prerequisiteinstaller.exe
- C.Get-ServerRole
- D.Add-WindowsFeature
- Answer & Explanation
- Report
Answer : [B, D]
Explanation :
Explanation :
A. Incorrect: There is no such cmdlet. B. Correct: Prerequisiteinstaller.exe is a command line installer from the SharePoint media that will download, configure, and install all the prerequisites for a Share- Point installation to a server, including the Application Role and the Web Server Role. C. Incorrect: There is no such cmdlet. D. Correct: When used to install the correct features, the Add-WindowsFeature cmdlet will install both the Application Role and Web Server Role. |
18.
What is the proper value in SQL for the max degree of parallelism setting to support a
SharePoint installation?
- A.0
- B.1
- C.Equal to the number of processor cores on the SQL Server
- D.Total amount of RAM/number of processor cores on the SQL Server
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
A. Incorrect: Setting the max degree of parallelism to 0 causes SQL to use a portion
of the available processors to run a single statement (up to 64 total, depending on
the edition of SQL server used). B. Correct: 1 is the proper setting for the max degree of parallelism for use with SharePoint and suppresses parallel plan generation in SQL. C. Incorrect: Although you could count the number of cores and manually specify that number as the max degree of parallelism, it would not be the correct value for use with SharePoint. D. Incorrect: This setting has nothing to do with the amount of RAM available to a system. Although you could count the number of cores and manually specify that number as the max degree of parallelism, it would not be the correct value for use with SharePoint. |
19.
Which of the following e-mail scenarios support the prevention of spam filtering and virus prevention through incoming e-mail connectivity to a list or library in SharePoint?
- A.Basic scenario
- B.List scenario
- C.Library scenario
- D.Advanced scenario
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
A. Incorrect: Although a supported scenario, Basic provides no spam filtering or virus
protection because incoming e-mail is not routed through an Exchange server. B. Incorrect: There is no such incoming e-mail scenario in SharePoint. C. Incorrect: There is no such incoming e-mail scenario in SharePoint. D. Correct: The Advanced scenario routes incoming e-mail first through Exchange before arriving at the SharePoint server. This configuration provides all the spam filtering and antivirus benefits Exchange has to offer. |
20.
Which of the following cmdlets is used to create a new proxy group for use with service applications?
- A.Set-SPServiceApplicationProxyGroup
- B.Get-SPServiceApplicationProxyGroup
- C.Get-SPServiceApplicationProxy
- D.Add-SPServiceApplicationProxyGroupMember
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
A. Correct: This cmdlet is the correct one for use in creating a new proxy group.
B. Incorrect: The Get-SPServiceApplicationProxyGroup cmdlet is used to retrieve a
listing of proxy groups. C. Incorrect: The Get-SPServiceApplicationProxy cmdlet is used to retrieve information about a service applications proxy. D. Incorrect: The Add-SPServiceApplicationProxyGroupMember cmdlet is used to add a new service application proxy to a proxy group. |