- (Exam Topic 3)
A developer used custom settings to store some configuration data that changes occasionally. However, tests are now failing in some of the sandboxes that were recently refreshed.
What should be done to eliminate this issue going forward?
Correct Answer:
B
- (Exam Topic 1)
A developer has written the following method: static void processList(List
Correct Answer:
C
- (Exam Topic 3)
A developer wrote an Apex method that makes an HTTP callout to an external system to get specialized data when a button is clicked from a custom Lightning web component on the Account record page.
Recently, users have complained that it takes longer than desired for the data to appear on the page after clicking the button.
What should the developer use to troubleshoot this issue?
Correct Answer:
A
- (Exam Topic 3)
A developer creates a Lightning web component to allow a Contact to be quickly entered- However, error messages are not displayed.
Which component should the developer add to the form to display error messages?
Correct Answer:
C
- (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