in Technology by
What are Governor Limits in Salesforce?

1 Answer

0 votes
by

In Salesforce, it is the Governor Limits which controls how much data or how many records you can store in the shared databases. Why? Because Salesforce is based on the concept of multi-tenant architecture. In simpler words, Salesforce uses a single database to store the data of multiple clients/ customers. The below image will help you relate to this concept.

multi tenant architecture - salesforce interview questions

To make sure no single client monopolizes the shared resources, Salesforce introduced the concept of Governor Limits which is strictly enforced by the Apex run-time engine.

Governor Limits are a Salesforce developer’s biggest challenge. That is because if the Apex code ever exceeds the limit, the expected governor issues a run-time exception that cannot be handled. Hence as a Salesforce developer, you have to be very careful while developing your application.

Different Governor Limits in Salesforce are:

Per-Transaction Apex Limits

Force.com Platform Apex Limits

Static Apex Limits

Size-Specific Apex Limits

Miscellaneous Apex Limits

Email Limits

Push Notification Limits

Related questions

0 votes
    What are Governor limits in Salesforce?...
asked Jun 25, 2021 in Technology by JackTerrance
0 votes
    Joint Session of the India Parliament is presided over by the (a) Vice-President (b) Speaker (c) Governor (d) President Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    When hypothesis tests and confidence limits are to be used, the residuals are assumed to follow the ... R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Establishing limits on allowable property values, and specifying a set of acceptable, predefined options that can ... Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    In MongoDB, _________ is the operator limits the contents of an array field from the query. (1)$Match (2)$elemMatch (3)$slice...
asked May 23, 2021 in Technology by JackTerrance
0 votes
    When I plot densities with ggplot, it seems to be very wrong around the limits. I see that geom_density ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    In which file, exception codes are defined in Salesforce? 1. In the configuration file 2. In the WSDL file 3. In the error file 4. In the spooler...
asked Jun 27, 2021 in Technology by JackTerrance
0 votes
    Salesforce API calls are 1. Some of the calls are asynchronous, rollback on error 2. Service requests and ... responses, synchronous, committed automatically v/s rollback on error...
asked Jun 27, 2021 in Technology by JackTerrance
0 votes
    What are example of a Salesforce API and its usage?...
asked Jun 26, 2021 in Technology by JackTerrance
0 votes
    What are the different types of email templates available in Salesforce?...
asked Jun 26, 2021 in Technology by JackTerrance
0 votes
    What are validation rules in Salesforce?...
asked Jun 25, 2021 in Technology by JackTerrance
0 votes
    What are the different components of the dashboard available in Salesforce?...
asked Jun 25, 2021 in Technology by JackTerrance
0 votes
    What are the different types of apps we can use in Salesforce?...
asked Jun 25, 2021 in Technology by JackTerrance
0 votes
    What are the features of Salesforce?...
asked Jun 25, 2021 in Technology by JackTerrance
0 votes
    What are the actions in the workflow in SalesForce?...
asked Nov 12, 2020 in Technology by JackTerrance
...