Question 211
Which two statements are true about using the @testSetup annotation in an Apex test class? (Choose two.)
Question 212
Which Apex collection is used to ensure that all values are unique?
Question 213
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 214
Which two roll-up summary field types are required to find the average of values on detail records in a Master-Detail relationship?
Question 215
Which two queries can a developer use in a visualforce controller to protect against SOQL injection Vulnerabilities? Choose 2 answers
