- (Exam Topic 1)
A Visualforce Page throws an Attempt to dereference a null object error for a Contact. What change In the controller will fix the error?
Correct Answer:
C
- (Exam Topic 1)
Code must have X% overall code coverage.
Correct Answer:
B
- (Exam Topic 3)
Universal Containers requested the addition of a third-party Map widget to an existing Lightning web component.
Which two actions should the developer take to implement this requirement? Choose 2 answers
Correct Answer:
CD
- (Exam Topic 1)
A company has code to update a Request and Request Lines and make a callout to their external ERP system's REST endpoint with the updated records.
The CalloutUtil. makeRestCallout fails with a 'You have uncommitted work pending. Please commit or rollback before calling out' error. What should be done to address the problem?
Correct Answer:
D
- (Exam Topic 3)
Refer to the code below:
A developer is building this Aura component to display information about top Opportunities in the org. Which three code changes must be made for the component to work?
Choose 3 answers
Correct Answer:
ABD