Free PDT-101 Practice Test Questions and Answers (2026)

View Mode
Q: 1
Which Pardot function should be used to track prospect engagement on a banner ad on a third-party site?
Options
Q: 2
In which two ways does a Pardot prospect sync with a Salesforce Lead or Contact record? (Choose two answers.)
Options
Q: 3
What is the difference between a dynamic list and a static list?
Options
Q: 4
Which two events allow for a prospect’s Pardot campaign to be set? (Choose two answers.)
Options
Q: 5
What must happen in order for a newly created lead record in Salesforce to be created in Pardot immediately? (Choose two answers.)
Options
Q: 6
An error is noticed under the Email Sending Domains. Where should an Administrator go to change the SPF entries?
Options
Q: 7
A prospect believed to be on an engagement program did NOT receive an email. Which three troubleshooting steps should an Administrator take to determine why the prospect did NOT receive the email? (Choose three answers.)
Options
Q: 8
What should be enabled on a Pardot form if an Administrator wants to sign many people up on the same computer at a trade show booth?
Options
Q: 9
What user role must a Pardot user have in order to verify the Salesforce connector?
Options
Q: 10
Which type of custom field can be created within Pardot?
Options
Q: 11
What are two components of a dynamic list? (Choose two answers.)
Options
Q: 12
The “New Customers” engagement program has the “Customers” recipient list and the ‘Partners” suppression list added in the program’s setup. If a prospect is on both lists, what should an Administrator expect to happen?
Options
Q: 13
A company wants to send emails from a new domain. Where should an Admin navigate to in Pardot to add the new domain?
Options
Q: 14
What does the Google Analytics connector allow Pardot to do?
Options
Q: 15
Which two events trigger a prospect record to sync from Pardot to Salesforce? (Choose two answers.)
Options
Question 1 of 20

What's covered in this practice questions set

2: Process Automation and Logic · 10 questions

📖 About this Domain

This domain covers the automation of business processes using Salesforce's declarative and programmatic tools. It focuses on selecting the appropriate tool, such as Flow or Apex, based on specific requirements and understanding the order of execution.

🎓 What You Will Learn

  • Determine the appropriate automation solution by evaluating the capabilities of Flow, Apex, and other declarative tools.
  • Understand the order of execution for save operations to correctly predict and debug automation behavior.
  • Describe the programmatic logic capabilities of Apex triggers, classes, and interfaces for complex business requirements.
  • Identify the use cases for Approval Processes and how they integrate with other automation tools like Flow.

🛠️ Skills You Will Build

  • Build and debug record-triggered flows to automate DML operations and complex decision logic.
  • Write efficient Apex triggers that are bulkified and adhere to platform governor limits.
  • Design scalable automation solutions by correctly choosing between declarative tools and custom Apex code.
  • Implement custom validation logic using a combination of validation rules and Apex triggers to ensure data integrity.

💡 Top Tips to Prepare

  • Memorize the Salesforce order of execution to understand how different automation tools interact within a single transaction.
  • Gain hands-on experience building complex screen flows and record-triggered flows in a developer org.
  • Focus on Apex trigger context variables and bulkification patterns to handle large data volumes.
  • Review the specific governor limits for DML statements, SOQL queries, and CPU time to write scalable code.

1: Developer Fundamentals · 2 questions

📖 About this Domain

This domain covers the core Salesforce platform architecture, including multi-tenancy and the MVC pattern. It establishes the foundation for choosing between declarative and programmatic development tools to build scalable solutions.

🎓 What You Will Learn

  • Grasp the implications of the multi-tenant architecture and the enforcement of governor limits on Apex transactions.
  • Deconstruct how Salesforce implements the Model-View-Controller (MVC) pattern with objects, Visualforce/LWC, and controllers.
  • Differentiate use cases for declarative tools like Flow versus programmatic solutions like Apex and Lightning Components.
  • Identify the stages of the application lifecycle and the function of sandboxes for development and testing.

🛠️ Skills You Will Build

  • Ability to evaluate business requirements and design solutions using the optimal declarative or programmatic approach.
  • Proficiency in writing scalable Apex code that respects and operates within platform governor limits.
  • Competency in designing the application's data model using objects, fields, and relationship types.
  • Skill in managing development environments, including sandbox creation and deployment strategies using change sets.

💡 Top Tips to Prepare

  • Focus on understanding the order of execution for save operations to debug complex automations and trigger logic.
  • Memorize critical governor limits for SOQL, DML, and CPU time to avoid hitting runtime exceptions in your code.
  • Practice scenario-based questions that force a decision between Flow, Apex triggers, and other automation tools.
  • Complete the official 'Prepare for Your Salesforce Platform Developer I Credential' Trailmix on Trailhead for targeted practice.

3: User Interface · 2 questions

📖 About this Domain

This domain covers the declarative customization of the Salesforce user interface. It focuses on configuring Lightning Experience to enhance user navigation and data interaction. Key concepts include page layouts, the Lightning App Builder, and list views.

🎓 What You Will Learn

  • How to customize the Lightning Experience UI, including the App Launcher, navigation bar, and app pages.
  • The process for modifying page layouts, compact layouts, and record pages to control field visibility and layout.
  • Techniques for creating and managing list views with specific filter criteria and display columns for data segmentation.
  • The configuration of global actions and object-specific actions to streamline user workflows.

🛠️ Skills You Will Build

  • Declaratively build and customize Lightning record pages using the Lightning App Builder.
  • Optimize user experience by tailoring page layouts and navigation for different user profiles.
  • Control data presentation and visibility through the effective configuration of list views and search layouts.
  • Implement actions and buttons to improve user productivity and enforce business processes.

💡 Top Tips to Prepare

  • Utilize a Developer Org to get hands-on practice with the Lightning App Builder and page layout editor.
  • Complete relevant Trailhead modules focusing on UI customization and Lightning Experience features.
  • Understand the distinction and relationship between a page layout and a Lightning record page.
  • Practice creating list views with complex filter logic to master data segmentation.

4: Testing, Debugging, and Deployment · 1 questions

📖 About this Domain

This domain covers the application lifecycle for Apex code. It focuses on validating code functionality with the Apex testing framework, troubleshooting issues with debugging tools, and migrating metadata between Salesforce orgs. Mastery ensures code quality and successful application delivery.

🎓 What You Will Learn

  • You will learn to write Apex test classes using the @isTest annotation and system assertions to achieve minimum code coverage.
  • You will learn to utilize system debug logs and the Apex Replay Debugger to trace execution and diagnose exceptions.
  • You will learn the process of deploying metadata components between environments using change sets and Salesforce DX.
  • You will learn how to manage governor limits within a test context using Test.startTest() and Test.stopTest().

🛠️ Skills You Will Build

  • You will build the skill to construct effective unit tests and test data factories for triggers and classes.
  • You will build the skill to analyze debug logs to identify transaction failures and performance bottlenecks.
  • You will build the skill to package and deploy components, managing dependencies for successful metadata migration.
  • You will build the skill to analyze and improve Apex code coverage to meet the 75% deployment threshold.

💡 Top Tips to Prepare

  • Memorize the syntax for creating test methods, loading test data, and using various System.assert methods.
  • Practice using the Developer Console to execute anonymous Apex, run tests, and inspect debug log output.
  • Understand the difference between inbound and outbound change sets and the typical deployment path from sandbox to production.
  • Complete hands-on challenges in Trailhead related to Apex testing and application lifecycle management.

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top

FLASH OFFER

Days
Hours
Minutes
Seconds

avail 10% DISCOUNT on YOUR PURCHASE