nerdexam
Salesforce

CRT-211 · Question #180

Cloud Kicks users report receiving an "Apex CPU time limit exceeded" error message when attempting to close certain opportunity records. This does not occur on every opportunity record change or for…

The correct answer is B. Enable Debug Logging for users. Debug logs capture database operations, system processes, and errors that occur when executing a transaction or running unit tests. Debug logs can help identify the cause of Apex CPU time limit exceeded errors by showing the execution time of each Apex statement and trigger.

Auditing and Monitoring

Question

Cloud Kicks users report receiving an "Apex CPU time limit exceeded" error message when attempting to close certain opportunity records. This does not occur on every opportunity record change or for every user. What is the recommended method for the administrator to identify the cause?

Options

  • AMonitor with Login Forensics.
  • BEnable Debug Logging for users.
  • CReview the Setup Audit Trail.
  • DSet up Apex Exception Email alerts

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    72% (18)
  • C
    8% (2)
  • D
    16% (4)

Explanation

Debug logs capture database operations, system processes, and errors that occur when executing a transaction or running unit tests. Debug logs can help identify the cause of Apex CPU time limit exceeded errors by showing the execution time of each Apex statement and trigger.

Topics

#debug logging#Apex CPU limit#performance troubleshooting#error investigation

Community Discussion

No community discussion yet for this question.

Full CRT-211 Practice