00:00

QUESTION 16

- (Exam Topic 1)
When testing batch classes, what must a developer do? (Choose two.)

Correct Answer: BD
If you use "seeAIIData=true," you are a bad person

QUESTION 17

- (Exam Topic 3)
A developer wrote an Apex method to update a list of Contacts and wants to make it available for use by Lightning web components.
Which annotation should the developer add to the Apex method to achieve this?

Correct Answer: D

QUESTION 18

- (Exam Topic 3)
Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates? Choose 3 answers

Correct Answer: BCE

QUESTION 19

- (Exam Topic 1)
.A developer is asked to update data in an org based on new business rules. The new rules state that Accounts with the type set to 'Customer' should have a status of 'Active,' and Accounts with the type set to 'Prospect' should have a status of 'Pending.' No other changes to data should be made. Which code block will accurately meet the business requirements?
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: D

QUESTION 20

- (Exam Topic 3)
A developer is building a Lightning web component to get data from an Apex method called getData that takes a parameter, name. The data should be retrieved when the user clicks the Load Data button.
Exhibit.
Platform-Developer-II dumps exhibit
What must be added to get the data?

Correct Answer: C