Deploy and Manage Applications Flashcards
What template must be used for the My Site host site collection’s site?
the My Site Host site template
What setting on a quota template, how can you modify settings to reduce the frequency of e-mails concerning maximum usage of points?
Increase the number of points for the Send warning e-mail when usage per day reaches: setting.
How do you prevent user profiles from being shared between different site collections?
Enable multi-tenant support
What does the Content Organizer Feature in SharePoint Server 2010 SP1 use to route documents to a specific location?
document metadata
What entity analyzes the metadata associated with an item and makes routing decisions based on the metadata?
a content organizer rule
What are two ways that you can activate an administrator-approved form template so users can use it?
From the Central Administration Web site, navigate to the Manage Form Templates page, choose the form template, and then click Activate to a Site Collection
Use the Enable-SPInfoPathFormTemplate Windows PowerShell cmdlet
Which cmdlet uploads a SharePoint solution package to the farm?
Add-SPSolution cmdlet
What feature in SharePoint Server 2010 SP1 performs infrastructure tasks for the SharePoint Services Timer v4 service (SPTimerv4), such as clearing the timer job history and recycling the timer service; and tasks for Web applications, such as sending e-mail alerts?
Timer Jobs
What steps would you take to specify an unlimited number of alerts for a Web application?
From Central Administration, configure the Web Application settings for Unlimited Number of alerts a user can create.
What feature assigns a four- to twelve-character identifier to a document or document set?
the Document ID feature
Which resource throttling setting would you configure to limit the number of items that a database operation can involve at one time?
List View Threshold
Where do you change the definition of a timer job?
From Central Administration, open the Monitoring page and choose Check job status in the Timer Jobs section
What characters should you NOT use in a URL to indicate wildcard-managed sites at the root of the site collection?
/*
Which cmdlet uploads a new sandboxed solution to the solution gallery?
Add-SPUserSolution
Which cmdlet activates the solution in a site collection?
Install-SPSolution
Where can you set the maximum number of alerts for a Web application?
In the General Settings of the Web Application
What cmdlet can remove a service application connection from a service application connection group?
the Remove-SPServiceApplicationProxyGroupMember cmdlet
What does the Maximum Upload Size setting on the Web Application general settings page do?
Specifies the maximum size to allow for a single upload to any site.
What are the two ways to disable alerts for a Web application?
- Configure the Web Application General Settings page, in the Alerts section
- Use the Get-SPWebApplication cmdlet to retrieve the SPWebApplication object for the Web application and change the settings by using the Update() method of the SPWebApplication object
What PowerShell cmdlet can you use to deploy a solution package to a Web application?
the Install-SPSolution cmdlet
What three things must be done before allowing users to use administrator-approved form templates?
- Verify
- Upload
- Activate template
What service in SharePoint Server 2010 SP1 runs timer jobs?
The Windows SharePoint Services Timer v4 service - SPTimerv4
What command-line syntax would you use to specify the retention period of 40 days for deleted items in the Recycle Bin?
stsadm -o setproperty -pn recycle-bin-retention-period -pv 40
What group membership is required for a user to manually apply a modified quota template to any site collections so that modified values of the template apply to all existing sites that use the quota template?
Farm Administrator Group
How many site subscriptions can a site be a member of at the same time?
1
What should you do if you have a site collection that will soon outgrow the content database on which it resides?
move the site collection to a large content database
When registering a vanity domain in Office 365, what should you do after you have added and verified your domain?
Change the name server record at your domain registrar
What are the three ways that a farm administrator can change the storage limits to a site collection?
- Change the storage limit on the quota template that the site collection is using
- Designate a new quota template that has a higher storage limit to the site collection
- Change the storage limit for the site collection manually
What setting on the SharePoint Designer Settings page allows site owners and designers to customize master pages and page layouts using SharePoint Designer?
Enable Customizing Master Pages and Page Layouts setting
How can you prevent users from creating any new site collections in a content database, but still allow them to view content in the content database?
Change the content database to Offline in Central Administration