Courseiva
Process Automation And LogichardMultiple SelectObjective-mapped

SALESFORCE-PD1 Process Automation And Logic Practice Question

Which THREE actions can cause a governor limit exception during a poorly optimized trigger execution? (Choose three.)

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Exceeding the maximum synchronous heap size of 6 MB by loading massive attachments into collections.

Queries in loops, too many DML statements, and excessive heap size allocation trigger governor limit exceptions.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Invoking a future method directly from a scheduled Apex class execute method.

    Why it's wrong here

    Calling future methods from scheduled Apex is permitted.

  • Exceeding the maximum synchronous heap size of 6 MB by loading massive attachments into collections.

    Why this is correct

    Large data collections exceed the 6 MB synchronous heap limit.

  • Performing individual DML statements inside a loop for each record in Trigger.new.

    Why this is correct

    DML inside loops hits the 150 DML statement limit.

  • Accessing Trigger.old in an insert trigger.

    Why it's wrong here

    Accessing Trigger.old in an insert trigger returns null, but does not throw a governor limit exception.

  • Executing a SOQL query inside a for loop that iterates over Trigger.new.

    Why this is correct

    Querying inside loops easily exceeds the 100 SOQL query limit.

About these practice questions

Courseiva writes every SALESFORCE-PD1 question from scratch — 488 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Salesforce exam blueprint

This SALESFORCE-PD1 practice question is part of Courseiva's free Salesforce certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SALESFORCE-PD1 exam.