Free Practice Mock Questions Set 66-70 (Quiz # 14) for Salesforce DEX-450 Exam, according to official Salesforce Build Applications Programmatically on the Salesforce Platform exam syllabus topic # 1
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?
Answer : C
Why would a developer consider using a custom controller over a controller extension?
Answer : B
A developer is asked to set a picklist field to 'Monitor' on any new Leads owned by a subnet of Users.
How should the developer implement this request?
How should a developer avoid hitting the governor limits in test methods?
Answer : D
Which three declarative fields are correctly mapped to variable types in Apex? (Choose three.)
Answer : A, D, E