- (Exam Topic 1)
If you have a method "doStuff(List
Correct Answer:
A
- (Exam Topic 3)
A developer receives complaints that the component loads slowly.
Which change can the developer implement to make the component perform faster?
Correct Answer:
A
- (Exam Topic 1)
A)
B)
C)
D)
Correct Answer:
C
- (Exam Topic 1)
A developer wrote a test class that successfully asserts a trigger on Account. It fires and updates data correctly in a sandbox environment.
A salesforce admin with a custom profile attempts to deploy this trigger via a change set into the production environment, but the test class fails with an insufficient privileges error.
What should a developer do to fix the problem?
Correct Answer:
A
- (Exam Topic 3)
A developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the most efficient way to Implement this?
Correct Answer:
C