Inside an Apex trigger on Account, which context variable holds the NEW versions of the records being saved, and which holds the values BEFORE the change (in an update)?
Platform Developer I
SALESFORCE_PDIReady to test yourself?
A timed, blueprint-proportional exam drawn fresh from this bank β with a per-domain score report.
π Free preview: showing 10 of 30 questions. Unlock the full bank β every question, explanation, and reference.
Unlock all 30 questions β10 questions across 4 topics. Choose an answer for each question, then check it to see the correct answer and explanation.
Filter by topic
3 questions in Process Automation and Logic
Process Automation and Logic
3 questions in topicApex triggers, bulkification, DML, transactions, exceptions, and asynchronous Apex.
A trigger must (a) set a default value on a field of the triggering records and (b) create a related Task after the records exist. Which trigger events fit each need?
A trigger contains a SOQL query INSIDE a for-loop over Trigger.new. Importing 500 accounts fails with 'Too many SOQL queries: 101'. What is the correct fix?