Question: 1
What is the top-level namespace that provides the ability to use Chatter in Apex?
Question: 2
What type of request and payload format can be received by a static method in a global Apex class that uses the webService keyword?
Question: 3
Which object should be used to access sharing programmatically on an object named Equipment__c?
Question: 4
A company has 20,000 rows in the Account object and 2 million rows in the Sales_Data_c object that is related to Account. All of the records in the Sales_Data_c object have a field that contains the string 'Le.' Which statement will throw a "Too many query rows" exception? Choose 2 answers
Question: 5
What should a developer do to invoke a SOAP web service from Apex? Choose 2 answers