Which governor limit will likely be exceeded within the Apex transaction?
The following code snippet is executed by a Lightning web component in an environment with more than 2,000 lead records:
Which governor limit will likely be exceeded within the Apex transaction?
A . Total number of DML statement issued
B . Total number of SOQL queries issued
C . Total number of records retrieved by SOQL queries
D . Total number of records processed as a result of DML statements
Answer: C
Latest PDI Dumps Valid Version with 191 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
I disagree, it specify answer C as the valid one, however according to the documentation https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm the total number of records retrieved by SOQL queries is 50K, however the limits for DML statments is 150, my guess would be answer A