Question 121
Which two sosl searches will return records matching search criteria contained in any of the searchable text fields on an object? choose 2 answers
Question 122
Which salesforce org has a complete duplicate copy of the production org including data and configuration?
Question 123
Which two condition cause workflow rules to fire? Choose 2 answers
Question 124
developer created this Apex trigger that calls MyClass .myStaticMethod: trigger myTrigger on Contact(before insert) ( MyClass.myStaticMethod(trigger.new, trigger.oldMap); } The developer creates a test class with a test method that calls MyClass.mystaticMethod, resulting in 81% overall code coverage. What happens when the developer tries to deploy the trigger and two classes to production, assuming no other code exist?
Question 125
Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answers
