nerdexam
Salesforce

PDII · Question #178

Within the System.Limit class, what would you call to get the number of calls made in your transaction?

The correct answer is A. get[typeOfLimit] --> (Ex. getDMLStatements()). See the full explanation below for the reasoning.

Question

Within the System.Limit class, what would you call to get the number of calls made in your transaction?

Options

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

How the community answered

(17 responses)
  • A
    82% (14)
  • B
    18% (3)

Community Discussion

No community discussion yet for this question.

Full PDII Practice