Maintaining a SharePoint Environment Flashcards
Where can you see alerts from health checks that are implemented through Health Rules?
SharePoint Health Analyzer
How can you restore the contents of a list without restoring the entire contents of the site collection?
Export the list using Central Administration and restore the list by using the Import-SPWeb cmdlet
What cmdlet is used to log usage data into a separate logging database in Microsoft SharePoint Server 2010?
the Set-SPUsageApplication cmdlet
What parameter must you use with the Backup-SPSite cmdlet to back up a site collection by using a Microsoft SQL database snapshot?
-UseSqlSnapshot
Which PowerShell cmdlet performs a configuration-only backup of the server farm?
the Backup-SPConfigurationDatabase cmdlet
To enable Forms Based Authentication (FBA) what two things must you specify for the Web application?
ASP.NET membership and role provider
What is the syntax to back up a site collection for http://nutexweb to the \sharepoint2010\backup\backupfile.bak file?
backup-spsite -identity http://nutexweb -path \sharepoint2010\backup\backupfile.bak
Besides a SharePoint backup, what tools can you use to back up a content database?
System Center Data Protection Manager (DPM) 2010 and SQL Server tools
Which tool can you use to reduce the amount of unused space in the content database?
Microsoft SQL Server Management Studio
What trace log setting can you configure to suppress repeating events in Windows event logs that may cause the event logs to fill up too quickly?
Event log flood protection
Event log flood protection
use the Web Analytics reports for the site
What role must you be assigned on a SQL server to perform a configuration-only backup of the server farm?
the db_backupoperator fixed database role
What are two methods to back up a service application, such as the Excel Services application or the Visio Services application?
Execute the Backup-SPFarm cmdlet or use the Backup and Restore section on the Central Administration home page.
What parameter must you specify with the Backup-SPFarm cmdlet to back up a service application, such as the Excel Services application or the Visio Services application?
-Item
What setting can you configure to maximize the performance and minimize the time required for a complete farm restore?
increase the number of restore threads on the Default Backup and Restore Settings page in Central Administration
What strategy should you use to automate the backup of your SharePoint farm?
Microsoft recommends that you create a backup script by using Windows PowerShell, and then use Windows Task Scheduler to run the backup script on a regular basis
What type of cache setting operation in SharePoint Server 2010 SP1 stores objects such as lists, libraries, site settings, and page layouts in memory on the front-end Web server, thus reducing the amount of traffic between the Web server and the SQL database?
Object Cache
What is the syntax to back up a service application in your SharePoint Server 2010 SP1 server farm
Backup-SPFarm -Directory \Server\Share -BackupMethod Full -Item
What type of cache setting operation in SharePoint 2010 Server SP1 stores files that are used by Web pages to help them load quickly in the browser, and reduces the load on the database server when it uses those files?
a disk-based binary large object (BLOB) cache
What PowerShell cmdlet would you use to restore specific Web applications and their content databases from a backup?
the Restore-SPFarm cmdlet
What is the syntax to back up a site, library, or list, by exporting a document library named SalesLibrary from the NutexWeb site to the \sharepoint2010\backup\backupfile.bak file?
export-spweb -identity http://NutexWeb -path \sharepoint2010\backup\LibraryBackFile.bak -itemurl /SalesLibrary