Q3
Single choice
You need to ensure that sales department users can create site collections.
You run the following Windows PowerShell commands:
$w = Get-SPWebApplication http://customer.contoso.com$w.SelfServiceSiteCreationEnabled=$True
$w.Update()
Does the solution meet the goal?