Salesforce
CRT-450 · Question #59
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?
The correct answer is C. Total number of records retrieved by SOQL queries. See the full explanation below for the reasoning.
Question
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?
Exhibit
Options
- ATotal number of DML statement issued
- BTotal number of SOQL queries issued
- CTotal number of records retrieved by SOQL queries
- DTotal number of records processed as a result of DML statements
How the community answered
(29 responses)- A3% (1)
- B14% (4)
- C72% (21)
- D10% (3)
Community Discussion
No community discussion yet for this question.
