- (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
- (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
- (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
- (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)
B)
C)
D)
Correct Answer:
D
- (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.
What must be added to get the data?
Correct Answer:
C