Platform Developer I

SALESFORCE_PDI
IntermediateVersion PDIOfficial exam guide β†—

Ready to test yourself?

A timed, blueprint-proportional exam drawn fresh from this bank β€” with a per-domain score report.

πŸ”’ Unlock the simulation β†’

πŸ”“ 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

AUTOMATION_LOGIC

Process Automation and Logic

3 questions in topic

Apex triggers, bulkification, DML, transactions, exceptions, and asynchronous Apex.

1
Single choice~100s

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)?

2
Single choice~110s

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?

3
Single choice~120s

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?