00:00

QUESTION 101

- (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

QUESTION 102

- (Exam Topic 1)
Code must have X% overall code coverage.

Correct Answer: B

QUESTION 103

- (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

QUESTION 104

- (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.
Platform-Developer-II dumps exhibit
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

QUESTION 105

- (Exam Topic 3)
Refer to the code below:
Platform-Developer-II dumps exhibit
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