SharePoint Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2757 Page Views: 

When to use different Site Collections?



Posted By: Avi Date: 2 January 2010 01:12:15 AM
 Answer:

An Individual Site collection offers following :

SharePoint Site Collection features for the End Users:
1) Dedicated Recycle bins
2) Dedicated usage Reports
3) Distributed administration (site collection administrators)
4) Dedicated search scopes, keywords, and best-bets
5) Custom feature deployments
6) Dedicated language translation maintenance
7) Dedicated galleries for web parts, master pages, content types, site columns, site templates, and list templates
8) Dedicated shared libraries, such as site collection images and site collection styles
9) Dedicated real estate (Self Containment)

SharePoint Site Collection features for the IT Administrators:
1) Site quota templates
2) Distributed administration
3) Site locking
4) Database maintenance options
5) Backup/Restore abilities
6) Content Deployments
7) InfoPath forms services global template targeting


Posted By: eTechPlanet


Date: 2 January 2010 01:12:15 AM

hould decide whether to create your sites as top-level Web sites in separate site collections, or as subsites within the same site collection. This decision is based on how much the sites have in common with each other, whether you want the ability manage them individually, and whether you want them to share elements, such as navigation or search. Within a site collection, all sites can use the same following elements: * Navigation bars (top link bar and breadcrumb bar) * Content types * Workflows * Security groups * Lookup fields across lists * Search scope * Feature set


Posted By: Johndecruse


Date: 31 January 2010 10:20:11 PM

hould decide whether to create your sites as top-level Web sites in separate site collections, or as subsites within the same site collection. This decision is based on how much the sites have in common with each other, whether you want the ability manage them individually, and whether you want them to share elements, such as navigation or search. Within a site collection, all sites can use the same following elements: * Navigation bars (top link bar and breadcrumb bar) * Content types * Workflows * Security groups * Lookup fields across lists * Search scope * Feature set


Posted By: Johndecruse


Date: 31 January 2010 10:25:19 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image lhdDyH
Related Questions
SharePoint : What are the correct values for Scope for a Feature in SharePoint 2007?

What are the correct values for Scope for a Feature in SharePoint 2007?

Scope of a Feature in SharePoint 2007 can have one of thr following: 1) Farm 2) WebApplication 3) S....
Category: SharePoint Date: 11/18/2009 6:44:35 AM
SharePoint : Write code in C# to fetch all the data from SharePoint Custom List?

Write code in C# to fetch all the data from SharePoint Custom List?

SPSite objSite = new SPSite("http://servername:1234"); SPWeb objWeb = objSite.OpenWeb(); S....
Category: SharePoint Date: 11/18/2009 6:35:44 AM
SharePoint : Explain the concept of "Feature" in SharePoint?

Explain the concept of "Feature" in SharePoint?

SharePoint "Feature" is a container of various defined extensions for SharePoint. It's a ....
Category: SharePoint Date: 10/26/2009 6:41:04 AM
SharePoint : How can we create SharePoint Site Definition?

How can we create SharePoint Site Definition?

There are two options to create SharePoint Site Definition: 1) Create New Site Definition manually....
Category: SharePoint Date: 10/26/2009 6:04:40 AM
SharePoint : Explain SharePoint Site Definition?

Explain SharePoint Site Definition?

A site definition is a group of files that reside on the Web server and that define a unique type of....
Category: SharePoint Date: 10/26/2009 5:51:50 AM