Question 146
Choose the correct definition for <apex:actionFunction>.
Question 147
Where in Apex execution can a callout be made? Choose 2 answers
Question 148
A developer wishes to improve runtime performance of Apex calls by caching results on the client.
What is the best way to implement this?
Question 149
A developer has a Batch Apex process, Batch_Account_Sales, that updates the sales amount for 10,000 Accounts on a nightly basis. The Batch Apex works as designed In the sandbox. However, the developer cannot get code coverage on the Batch Apex class.
The test class is below:
What is causing the code coverage problem?
Question 150
An Apex trigger creates an Order__c record every time an Opportunity is won by a Sales Rep. Recently the trigger is creating two orders. What is the optimal method for a developer to troubleshoot this?
