Question 121
Which two relationship queries use the proper syntax? (Choose two.)
SELECT Id, Name, Account__r.Name FROM Contact WHERE Account__r.Industry
SELECT Id, Name, Account__r.Name FROM Contact WHERE Account__r.Industry
Question 122
Where in a query can you use Geolocation and Distance? (Choose two.)
Question 123
A developer created a Lightning web component that allows users to input a text value that is used to search for Accounts by calling an Apex method. The Apex method returns a list of AccountWrappers and is called imperatively from a JavaScript event handler.

Which two changes should the developer make so the Apex method functions correctly?
Choose 2 answers

Which two changes should the developer make so the Apex method functions correctly?
Choose 2 answers
Question 124
Which API can b|e used to execute unit tests? (Choose three.)
Question 125
Which three Visualforce components can be used to initiate Ajax behavior to perform partial page updates? Choose 3 answers
