function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sreenivas_cippyalisreenivas_cippyali 

I need answers for these questions ....

1)     what is the storage capacity for dev, config and fullcopy sandboxes ? what are the differences ?

2)     How many editions are there in salesforce ? (what shoud we tell when asked in interview ?)

3)     How many licenses are there ? (what shoud we tell when asked in interview ?)

4)     what are Governor Limits ?

 

Best Answer chosen by Admin (Salesforce Developers) 
HariDineshHariDinesh

Hi,

 

You can find all answers by Searching.

I can provide you good links which will defiantly help to answer the interview Questions.

 

For Que 1)

 

  • Full copy sandboxes have the same storage limit as your production organization.
  • Configuration-only sandboxes have a 500 MB storage limit.
  • Developer sandboxes have a 10 MB storage limit.

Sandboxes don’t send email notifications when storage limits are reached. However, if you reach the storage limit of your sandbox, you cannot save new data in your sandbox.
To check your storage limits, click Your Name | Setup | Data Management | Storage Usage in your sandbox. For more information on storage limits, see Monitoring Resources.

 

Link: http://help.salesforce.com/help/doc/en/data_sandbox_implementation_tips.htm

http://allaboutsfdc.blogspot.in/2010/12/different-types-of-salesforcecom.html

 

Que 2:

http://wiki.developerforce.com/page/An_Introduction_to_Environments

 

Que 3:

https://ap1.salesforce.com/help/doc/en/users_understanding_license_types.htm

http://www.salesforce.com/crm/editions-pricing.jsp

https://ap1.salesforce.com/help/doc/en/users_understanding_license_types.htm

 

Que 4:

Because Apex runs in a multitenant environment, the Apex runtime engine strictly enforces a number of limits to ensure that runaway Apex does not monopolize shared resources. These limits, or governors, track and enforce the statistics outlined in the following table. If some Apex code ever exceeds a limit, the associated governor issues a runtime exception that cannot be handled.

http://wiki.developerforce.com/page/Governors_in_Apex_Code

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm