Maintaining a SharePoint Environment Flashcards

1
Q

Where can you see alerts from health checks that are implemented through Health Rules?

A

SharePoint Health Analyzer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can you restore the contents of a list without restoring the entire contents of the site collection?

A

Export the list using Central Administration and restore the list by using the Import-SPWeb cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What cmdlet is used to log usage data into a separate logging database in Microsoft SharePoint Server 2010?

A

the Set-SPUsageApplication cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What parameter must you use with the Backup-SPSite cmdlet to back up a site collection by using a Microsoft SQL database snapshot?

A

-UseSqlSnapshot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which PowerShell cmdlet performs a configuration-only backup of the server farm?

A

the Backup-SPConfigurationDatabase cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

To enable Forms Based Authentication (FBA) what two things must you specify for the Web application?

A

ASP.NET membership and role provider

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the syntax to back up a site collection for http://nutexweb to the \sharepoint2010\backup\backupfile.bak file?

A

backup-spsite -identity http://nutexweb -path \sharepoint2010\backup\backupfile.bak

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Besides a SharePoint backup, what tools can you use to back up a content database?

A

System Center Data Protection Manager (DPM) 2010 and SQL Server tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which tool can you use to reduce the amount of unused space in the content database?

A

Microsoft SQL Server Management Studio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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?

A

Event log flood protection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Event log flood protection

A

use the Web Analytics reports for the site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What role must you be assigned on a SQL server to perform a configuration-only backup of the server farm?

A

the db_backupoperator fixed database role

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are two methods to back up a service application, such as the Excel Services application or the Visio Services application?

A

Execute the Backup-SPFarm cmdlet or use the Backup and Restore section on the Central Administration home page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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?

A

-Item

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What setting can you configure to maximize the performance and minimize the time required for a complete farm restore?

A

increase the number of restore threads on the Default Backup and Restore Settings page in Central Administration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What strategy should you use to automate the backup of your SharePoint farm?

A

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

17
Q

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?

A

Object Cache

18
Q

What is the syntax to back up a service application in your SharePoint Server 2010 SP1 server farm

A

Backup-SPFarm -Directory \Server\Share -BackupMethod Full -Item

19
Q

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

a disk-based binary large object (BLOB) cache

20
Q

What PowerShell cmdlet would you use to restore specific Web applications and their content databases from a backup?

A

the Restore-SPFarm cmdlet

21
Q

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?

A

export-spweb -identity http://NutexWeb -path \sharepoint2010\backup\LibraryBackFile.bak -itemurl /SalesLibrary