Question 76
What is a consideration when testing batch Apex? (Choose two.)
Question 77
After a Platform Event Is defined in a Salesforce org, events can be published via which two mechanisms?
Choose 2 answers
Question 78
What is a limitation of a "getxxx" method (for example, getName) in a custom Visualforce controller?
Question 79
A user updates a number field on a record from the value of 1 to 2, and a workflow rule executes, incrementing the value to 3. Which statement is true regarding writing triggers in this case? Choose 2 answers
Question 80
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?
