nerdexam
Salesforce

PDII · Question #179

Within the System.Limit class, what would you call to get the total limit you can call in a single transaction?

The correct answer is B. getLimit[typeOfLimit] --> (Ex. getLimitDMLStatements()). See the full explanation below for the reasoning.

Question

Within the System.Limit class, what would you call to get the total limit you can call in a single transaction?

Options

  • Aget[typeOfLimit] --> (Ex. getDMLStatements())
  • BgetLimit[typeOfLimit] --> (Ex. getLimitDMLStatements())

How the community answered

(40 responses)
  • A
    23% (9)
  • B
    78% (31)

Community Discussion

No community discussion yet for this question.

Full PDII Practice