nerdexam
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

CRT-450 question #59 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)
  • A
    3% (1)
  • B
    14% (4)
  • C
    72% (21)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice