Question: 1
Which two objects can be inserted in the same transaction? Choose 2 answers
Question: 2
How can the DISTANCE and GEOLOCATION functions be used in SOQL queries? Choose 2 answers
Question: 3
When developing a Visualforce page that will be used by a global organization that does business in many languages and many currencies, which feature should be used? Choose 3 answers
Question: 4
A developer needs test data for Apex test classes. What can the developer use to provide test data to the test methods? Choose 2 answers
Question: 5
What is a valid return type for the following SOSL query? [FIND 'map"' IN ALL FIELDS RETURNING Account (Id, Name) , Contact, Opportunity,Lead]