Question 6
A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required" What should the developer do to successfully deploy the new Apex trigger and helper class?
Question 7
What will be the output in the debug log in the event of a QueryExeption during a call to the @query method in the following Example?
Question 8
A lead object has a custom field Prior_Email__c. The following trigger is intended to copy the current Email into the Prior_Email__c field any time the Email field is changed:
Which type of exception will this trigger cause?
Question 9
Managed Packages can be created in which type of org?
Question 10
A developer writes the following code:
What is the result of the debug statement?
