Question 21
Which statement generates a list of Leads and Contacts that have a field with the phrase 'ACME'?
List <sObject> searchList = [FIND "*ACME*" IN ALL FIELDS RETURNING Contact,
Question 22
A developer is asked to create a Visualforce page that displays some Account fields as well as fields configured on the page layout for related Contacts.
How should the developer implement this request?
Question 23
Which three statements are accurate about debug logs? Choose 3 answers
Question 24
Which statement about change set deployments is accurate? (Choose 3)
Question 25
Cloud Kicks Fitness, an ISV Salesforce partner, is developing a managed package application. One of the application modules allows the user to calculate body fat using the apex class, Bodyfat, and its method, calculateBodyfat(). The product owner wants to ensure this method is accessible by the consumer of the application when developing customizer outside the ISV's package namespace. Which approach should a developer take to ensure calculateBodyFat() is accessible outside the package namespace?
