Courseiva
Process Automation And LogichardMultiple ChoiceObjective-mapped

SALESFORCE-PD1 Process Automation And Logic Practice Question

A developer creates a Trigger on the Account object that performs a SOQL query inside a for loop. While testing with bulk data operations, the developer encounters a governor limit exception. Which limit is most likely exceeded?

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

Total number of SOQL queries issued (100)

Executing SOQL queries inside a loop without bulkification easily causes the total number of SOQL queries issued per transaction (100) to be exceeded.

Answer analysis

Option-by-option breakdown

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

  • Maximum CPU time on a Salesforce server (10,000 milliseconds)

    Why it's wrong here

    CPU time measures processing duration, whereas hitting query limits inside loops fails on query count first.

  • Total number of SOQL queries issued (100)

    Why this is correct

    Doing a query per record in a loop violates the 100 SOQL queries per transaction governor limit.

  • Total heap size allocated (6 MB)

    Why it's wrong here

    Heap size refers to memory usage, though large unselective queries can contribute to it.

  • Total number of DML statements issued (150)

    Why it's wrong here

    DML limits relate to inserts/updates, whereas queries relate to SOQL.

About these practice questions

One of 488 original SALESFORCE-PD1 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.