- (Exam Topic 3)
users complain that a page Is very slow to respond. Upon investigation, the query below Is found to perform slowly.
SELECT id, Name FROM Contact WHERE CustomField_c null; Which two actions can a developer take to improve performance?
Choose 2 answers
Correct Answer:
AD
- (Exam Topic 1)
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?
Correct Answer:
C
- (Exam Topic 3)
Consider the following code snippet:
Choose 2 answers
Correct Answer:
AD
- (Exam Topic 3)
Which annotation exposes an Apex class as a RESTful neb service?
Correct Answer:
B
- (Exam Topic 1)
A developer gets an error saying 'Maximum Trigger Depth Exceeded.' What is a possible reason to get this error message?
Correct Answer:
C