Your network environment includes a dual-tier Microsoft Visual Studio Team Foundation Server (TFS) 2012
installation. The first server hosts Microsoft SQL Server and Analysis Services, and the second serverhosts
TFS Application Tier and Reporting Services. The TFS installation uses the company’s Enterprise SharePoint
Server, which is backed up by a different team.
You need to perform regular backups of the TFS server, and you need to keep the size of the backup to the
minimum.
Which three components should you back up? (Each correct answer presents part of the solution.
Choose three.)
A.
TFS Configuration and Collection databases
B.
Configuration database
C.
SharePoint Products databases
D.
Analysis databases
E.
Warehouse database
A, B, E?
http://msdn.microsoft.com/en-us/library/vstudio/ms253151.aspx
B is included in A
C is included in Sharepoint server backup done by another team
That leaves us with A,D and E
You must backup Sharepoint server, reason is :To prevent synchronization errors or data mismatch errors, you must synchronize all backups to the same time stamp.
Ss per https://www.visualstudio.com/en-us/docs/setup-admin/tfs/admin/backup/backup-db-architecture. All following database types must be backed up.
Configuration database Team Foundation Server
Warehouse database Team Foundation Server
Team project collection databases Team Foundation Server
SharePoint Products databases SharePoint Products
Reporting databases SQL Server Reporting Services
Analysis databases SQL Server Analysis Services
The question is controversial as it has four right answers(ACDE). But if I have to choose only three taking in consideration that:
* SharePoint is backed up by a different team.
* You need to keep the size of the backup to the minimum.
I would choose A D E