ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 92 - Certified Platform Developer II discussion

Report
Export

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?

A.
Count the number of Row Limit warning messages in the Debug Logs
Answers
A.
Count the number of Row Limit warning messages in the Debug Logs
B.
Add System.debug(System.getQueryRows()) to the code to track SOQL usage
Answers
B.
Add System.debug(System.getQueryRows()) to the code to track SOQL usage
C.
Filter the Debug Log on SOQL_EXECUTE_END statements to track the results of each SOQL Query
Answers
C.
Filter the Debug Log on SOQL_EXECUTE_END statements to track the results of each SOQL Query
D.
Use the Execution Overview to see the number of rows returned by each Executed Unit
Answers
D.
Use the Execution Overview to see the number of rows returned by each Executed Unit
Suggested answer: C
asked 23/09/2024
Sweet Don
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first