00:00

QUESTION 111

- (Exam Topic 1)
If you have a method "doStuff(List records)", which is a valid call?

Correct Answer: A

QUESTION 112

- (Exam Topic 3)
Platform-Developer-II dumps exhibit
A developer receives complaints that the component loads slowly.
Which change can the developer implement to make the component perform faster?

Correct Answer: A

QUESTION 113

- (Exam Topic 1)
{!v.account.Name} {!v. account .AccountNumber}
{!v.account. Industry} Refer to the component code above. The information displays as expected (in three rows) on a mobile device. However, the information is not displaying as desired (in a single row) on a desktop or tablet. Which option has the correct component changes to display correctly on desktops and tablets?
A)
Platform-Developer-II dumps exhibit
B)
Platform-Developer-II dumps exhibit
C)
Platform-Developer-II dumps exhibit
D)
Platform-Developer-II dumps exhibit

Correct Answer: C

QUESTION 114

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

QUESTION 115

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