CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 90: Certified Platform Developer II

A developer receives a LimitException: Too many query rows: 50001 error when running code. What debugging approach using the Developer Console provides the fastest and most accurate mechanism to identify a specific component that may be returning an unexpected number of rows?

Nội dung câu hỏi

A developer receives a LimitException: Too many query rows: 50001 error when running code. What debugging approach using the Developer Console provides the fastest and most accurate mechanism to identify a specific component that may be returning an unexpected number of rows?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Count the number of Row Limit warning messages in the Debug Logs
  2. B. Add System.debug(System.getQueryRows()) to the code to track SOQL usage
  3. C. Filter the Debug Log on SOQL_EXECUTE_END statements to track the results of each SOQL Query — đáp án hiện tại
  4. D. Use the Execution Overview to see the number of rows returned by each Executed Unit

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề