Question 151
A company's support process dictates that any time a Case is closed with a Status of 'Could not fix,' an Engineering Review custom object record should be created and populated with information from the Case, the Contact, and any of the Products associated with the Case. What is the correct way to automate this using an Apex trigger?
Question 152
What is the optimal technique a developer should use to programmatically retrieve Global Picklist options in a Test Method?
Question 153
Which of the following exceptions cannot be caught and will force an error? (Choose three.)
Question 154
What is the transaction limit for the number of records using QueryLocator?
Question 155
A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration is periodically reporting errors. Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?