Marketing Cloud Account Engagement Specialist Practice Test
Salesforce Certified Marketing Cloud Account Engagement Specialist — Free Mock Exam
About This Practice Test
These 50 original practice questions are written for the Salesforce Certified Marketing Cloud Account Engagement Specialist exam — the credential formerly known as Pardot Specialist. The mix follows the published exam outline, so the weight given to lead management, forms and landing pages, and email marketing here reflects the weight those areas carry on the real exam. Questions are scenario-led rather than definition-led, because the exam tests whether you would pick the right tool in a live account, not whether you can recite a feature list.
Every question has a worked explanation in the answer key below the test, covering why the correct option is right and why the plausible alternatives are not. These are practice questions written by the A2Z Salesforce team — they are not real Salesforce exam questions and are not drawn from any exam dump.
Last updated:
Official Exam Format
- 60 Multiple Choice / Multi-Select
- 72% Passing Score
- 90 Minutes
- No Prerequisite
- Proctored / Online
What the Account Engagement Specialist Exam Covers
The official exam outline splits the content into six areas. The 50 questions below are distributed in roughly the same proportions, so weak areas show up in the same places they would on exam day.
| Exam section | Official weight | Questions here | What it covers |
|---|---|---|---|
| Visitors and Prospects | 8% | 4 | The visitor-to-prospect lifecycle and how to read a Prospect Audit. |
| Administration | 11% | 6 | Custom fields and field mapping, the Account Engagement–Salesforce relationship, and the Recycle Bin. |
| Forms, Form Handlers and Landing Pages | 20% | 10 | Form capabilities and use cases, form handlers, landing page metrics, and layout templates. |
| Lead Management | 24% | 12 | Automation rules, segmentation rules, lists, completion actions, page actions, scoring, grading, and custom redirects. |
| Email Marketing | 20% | 10 | Emails versus templates, send types, deliverability foundations, and email reporting metrics. |
| Engagement Studio | 17% | 8 | Program components, editing live programs, testing, and program reporting. |
Answered 0 of 50 questions. You can submit at any time.
Answer Key and Explanations
Each explanation gives the reasoning behind the correct answer and, where it helps, why the tempting alternative falls down. Work through the ones you got wrong before retaking the test — the distractors here are built around the mistakes that cost marks on the real exam.
Q1. A visitor browses three pages on a tracked website and then submits an Account Engagement form. What happens to the tracking data that was collected before the form submission? — Answer: A
Correct answer — A. It is retained and attached to the activity history of the newly created prospect.
When a visitor identifies themselves — by submitting a form or form handler, or by clicking a tracked link in an Account Engagement email — the visitor record is converted to a prospect and the anonymous session history is carried across to that prospect. The data is not discarded, because the first-party tracking cookie preserves the session history; it does not stay locked in the Visitors table, because the activity surfaces on the prospect record; and it does not depend on third-party cookie consent, because Account Engagement page tracking uses a first-party cookie.
Exam section: Visitors and Prospects
Q2. Which of the following does NOT convert an identified visitor into a prospect? — Answer: B
Correct answer — B. Viewing five tracked pages during a single browsing session
Page views alone leave the person anonymous — an identifying action that supplies an email address (or ties the cookie to a known prospect) is required. Forms, form handlers, and clicks on tracked email links all do that; browsing does not, no matter how many pages are viewed.
Exam section: Visitors and Prospects
Q3. A marketer sees that a prospect's score changed unexpectedly overnight and cannot tell which process caused it. Which Account Engagement feature should they check first? — Answer: B
Correct answer — B. Prospect Audits
Prospect Audits records field-level changes on a prospect — the old value, the new value, and what made the change. That makes it the fastest route to tracing an unexpected score or field update back to a specific automation rule, import, or sync. The Visitors table shows browsing sessions, the Recycle Bin holds deleted records, and Engagement History dashboards report aggregate engagement inside Salesforce.
Exam section: Visitors and Prospects
Q4. By default, what uniquely identifies a prospect record in Account Engagement? — Answer: C
Correct answer — C. The email address
Email address is the default unique identifier, which is why two records sharing an email address are treated as duplicates. A Salesforce ID only exists once a record has synced, cookie IDs belong to visitors rather than prospects, and names are not unique.
Exam section: Visitors and Prospects
Q5. A custom field is mapped between Account Engagement and Salesforce with the sync behaviour set to "Use Salesforce's value". A sales rep updates the field in Salesforce, and a minute later a marketer updates the same field in Account Engagement. Which value survives? — Answer: A
Correct answer — A. The Salesforce value
Per-field sync behaviour decides conflict resolution independently of timing. "Use Salesforce's value" makes Salesforce the system of record for that field, so the Salesforce value wins even when Account Engagement was edited last. The other available behaviours are "Use Account Engagement's value" and "Use the most recently updated record's value"; only that last setting would let the later Account Engagement edit win.
Exam section: Administration
Q6. Which statement about the Account Engagement Recycle Bin is correct? — Answer: B
Correct answer — B. Deleted prospects can be restored from the Recycle Bin, and undeleting the synced Salesforce record can also restore them.
Deleting a prospect moves the record to the Recycle Bin, where it can either be restored or permanently deleted. Restoring the synced lead or contact in Salesforce also brings the prospect back. A restored prospect keeps its activity history, which is why restore is preferred over re-import when a deletion was a mistake.
Exam section: Administration
Q7. A prospect exists in Account Engagement but has never appeared in Salesforce. Which cause should be investigated first? — Answer: C
Correct answer — C. The prospect has not met a condition that makes them eligible to sync — most commonly, they are still unassigned.
Prospects become eligible to sync when an action such as assignment to a user occurs; unassigned prospects commonly sit in Account Engagement without a CRM counterpart. There is no score-based sync threshold, prospects from any source can sync, and the connector handles both leads and contacts.
Exam section: Administration
Q8. What does mapping an Account Engagement custom field to a Salesforce custom field accomplish? — Answer: D
Correct answer — D. It keeps the values aligned across both systems so the data can be used for automation and segmentation on either side.
Mapping ties the two fields together so the connector keeps them in step, which is what makes the data usable for Account Engagement automation and for Salesforce reports and rules. Fields can appear on forms without a Salesforce mapping, and mapping plays no part in deduplication or formula logic.
Exam section: Administration
Q9. An admin needs a dropdown on a form to offer only the values that the mapped Salesforce picklist accepts. What is the correct approach? — Answer: A
Correct answer — A. Create the Account Engagement field as a dropdown whose values match the Salesforce picklist values exactly.
Account Engagement stores its own field values, so they have to be defined to match the Salesforce picklist. Mismatched values are one of the most common sources of sync errors. Kiosk mode changes cookie behaviour on a form and has nothing to do with field values, and disabling sync simply hides the problem.
Exam section: Administration
Q10. According to the official exam scope, which of these is a candidate NOT expected to configure? — Answer: B
Correct answer — B. Custom Apex triggers on the Lead object
The exam guide explicitly puts custom Apex, custom triggers, custom HTML/JavaScript/CSS, and package installation outside the Specialist's expected knowledge. Scoring configuration, grading profiles, and custom field administration are all inside scope.
Exam section: Administration
Q11. A company has an existing web form built by its development team, with validation and a back-end integration that must keep working. They want submissions to create prospects in Account Engagement without rebuilding the form. What should they use? — Answer: A
Correct answer — A. A form handler
A form handler receives the POST from an existing third-party form and maps its fields onto prospect fields, leaving the original form and its back-end processing untouched. Embedding an Account Engagement form would replace the existing form and its integration; landing pages host forms rather than receive posts; custom redirects track link clicks.
Exam section: Forms, Form Handlers and Landing Pages
Q12. Which capability is available on Account Engagement forms but NOT on form handlers? — Answer: A
Correct answer — A. Progressive profiling
Progressive profiling depends on Account Engagement rendering the form and deciding, at render time, which fields already hold values — so it only works on native forms. Form handlers do support completion actions, prospect creation, and field mapping, which is why they remain a valid choice when the form itself cannot be replaced.
Exam section: Forms, Form Handlers and Landing Pages
Q13. On a progressive profiling form, what is the effect of marking a field "Always display"? — Answer: A
Correct answer — A. The field is shown on every view, even once the prospect has a value stored for it.
Progressive profiling hides fields that already hold a value so that new questions can take their place. Email is the usual candidate for "Always display", because without it a returning prospect on a new device could not be identified.
Exam section: Forms, Form Handlers and Landing Pages
Q14. A marketer wants a "Job Function" question to appear only when the prospect answers "Yes" to "Are you the decision maker?" on the same form. What should be configured? — Answer: C
Correct answer — C. Dependent fields
Dependent fields reveal a field conditionally, based on the value chosen in a controlling field on that same form, while the prospect is filling it in. Progressive profiling reacts to values already stored from previous submissions, so it cannot respond to a choice made moments earlier on the current form.
Exam section: Forms, Form Handlers and Landing Pages
Q15. A landing page reports 1,000 total views, 640 unique views, and 96 submissions. How does Account Engagement calculate the conversion rate? — Answer: D
Correct answer — D. Submissions divided by unique views
Conversion rate is measured against unique views, giving 96 ÷ 640 = 15%. Using total views would count repeat visits by the same person and understate the page's real performance — a distinction worth knowing when comparing landing pages with very different repeat-visit patterns.
Exam section: Forms, Form Handlers and Landing Pages
Q16. A "Contact Sales" form should notify the prospect's assigned sales rep the moment it is submitted. What is the right configuration? — Answer: A
Correct answer — A. A completion action of "Notify assigned user" on the form
Completion actions fire immediately on submission, and "Notify assigned user" is purpose-built for this. Segmentation rules only run when manually executed, dynamic lists change membership without notifying anyone, and a page action on a thank-you page is an indirect proxy that breaks if the prospect never lands there.
Exam section: Forms, Form Handlers and Landing Pages
Q17. What is a layout template used for in Account Engagement? — Answer: D
Correct answer — D. It supplies the HTML, CSS, and page structure that forms and landing pages render inside.
Layout templates hold the markup and styling shared by forms and landing pages, so branding can be defined once and updated centrally. Keeping branding in a small number of layout templates is what makes a rebrand a one-day job rather than a page-by-page rebuild.
Exam section: Forms, Form Handlers and Landing Pages
Q18. At a trade show, several people will complete the same form on one shared tablet. Each should be treated as a separate prospect, with no pre-filled values from the previous person. What should be enabled? — Answer: C
Correct answer — C. Kiosk / data entry mode
Kiosk (data entry) mode stops the form from cookieing the browser as the submitting prospect, so the next person starts clean and is not merged into the previous record. Progressive profiling and dependent fields change which fields display; a CAPTCHA addresses spam, not identity carry-over.
Exam section: Forms, Form Handlers and Landing Pages
Q19. A team wants to measure clicks from a LinkedIn post to a PDF hosted on a third-party domain that has no Account Engagement tracking code. Which asset is designed for this? — Answer: C
Correct answer — C. A custom redirect
A custom redirect produces a trackable Account Engagement URL that forwards to any destination, records the click as prospect activity, and can fire completion actions. Page actions only work on pages that carry the tracking code, which rules them out for a third-party domain.
Exam section: Forms, Form Handlers and Landing Pages
Q20. Which statement about Account Engagement landing page reporting is accurate? — Answer: B
Correct answer — B. Landing page reports include total views, unique views, submissions, errors, and conversion rate.
Landing page reporting covers total and unique views, submissions, errors, and conversion rate, and the embedded form reports its own metrics separately. Comparing the two is how you tell a traffic problem (low views) apart from a form problem (views but few submissions, or a high error count).
Exam section: Forms, Form Handlers and Landing Pages
Q21. Which tool evaluates the prospect database on an ongoing basis and, by default, acts on any given prospect only once? — Answer: A
Correct answer — A. Automation rule
Automation rules run continuously against all prospects and match each prospect a single time unless the repeat option is enabled, which allows re-matching after a defined interval. Segmentation rules run once on demand and then stop.
Exam section: Lead Management
Q22. A marketer needs a one-off bulk action: add every prospect with a particular job title to a static list, and never run the logic again. Which tool fits best? — Answer: C
Correct answer — C. Segmentation rule
Segmentation rules execute once across the prospect database and then stop, which is exactly a one-off bulk assignment. An automation rule would keep running and pick up future matches, and a dynamic list would keep membership permanently in sync — both do more than was asked for.
Exam section: Lead Management
Q23. What is the defining difference between a static list and a dynamic list? — Answer: B
Correct answer — B. Dynamic list membership updates automatically as prospects match or stop matching the criteria; static list membership is set manually or by other automation.
Dynamic lists continuously add and remove prospects as their data changes. Static lists are populated by imports, manual additions, completion actions, or automation and segmentation rules, and members stay until something removes them. Both types can be used as recipient lists and as suppression lists.
Exam section: Lead Management
Q24. Which of the following can trigger a completion action? — Answer: C
Correct answer — C. A prospect submitting a form, clicking a custom redirect, or clicking a tracked link in an email
Completion actions are attached to marketing assets — forms, form handlers, files, custom redirects, email links, and page actions — and fire when a prospect interacts with that asset. Changes in list membership, grade, or sync state are handled by automation rules or dynamic lists instead.
Exam section: Lead Management
Q25. What does a prospect's Score measure? — Answer: C
Correct answer — C. The prospect's level of engagement and interest, derived from the actions they take
Score is a running numeric total driven by activity: form submissions, page views, email clicks, and any score adjustments configured in automation. Fit against the ideal customer profile is a separate measure — that is what Grade is for.
Exam section: Lead Management
Q26. What determines a prospect's Grade? — Answer: B
Correct answer — B. Profile criteria such as job title, industry, and company size, evaluated against a defined profile
Grading is fit-based. A profile defines the criteria that matter and how far each one moves the grade up or down the A+ to F scale, so a well-fitting prospect grades highly regardless of how active they have been.
Exam section: Lead Management
Q27. Prospects who view the pricing page — which carries the tracking code — should gain 25 points. What is the most direct configuration? — Answer: B
Correct answer — B. A page action on the pricing page URL with a score adjustment
Page actions attach behaviour to a specific tracked URL and can adjust score, assign the prospect, add them to a list, or apply a tag as soon as the page is viewed. A custom redirect would only capture clicks that pass through the redirect link, missing prospects who reach the page any other way.
Exam section: Lead Management
Q28. Which statement about automation rule criteria is correct? — Answer: D
Correct answer — D. Rules can match all criteria, match any criteria, or use grouped criteria that combine both.
Automation rules support "match all", "match any", and grouped criteria for more complex logic, and the criteria can reference field values, activities, list membership, score, grade, and more. That flexibility is what lets a single rule express something like "grade above B- AND (visited pricing OR downloaded the buyer's guide)".
Exam section: Lead Management
Q29. An automation rule is switched on for the first time. How does it treat prospects who already matched the criteria before the rule existed? — Answer: B
Correct answer — B. The rule evaluates the whole prospect database, so existing matches are processed too.
Automation rules assess the entire prospect database, so activating one can action a large backlog immediately. Previewing the matches before turning the rule on is the standard safeguard — particularly for rules that send email or reassign ownership.
Exam section: Lead Management
Q30. Sales-ready prospects should be distributed evenly across a team of reps. Which automation rule action does this? — Answer: D
Correct answer — D. Assign to user in group, which distributes round robin across the group's members
Assigning to a user in a group rotates prospects round robin across that group's members, giving even distribution. Assigning to a single user gives none, and handing assignment to the Salesforce active assignment rule delegates the logic to Salesforce, where the distribution depends on how that rule is written.
Exam section: Lead Management
Q31. Why would a marketer use a custom redirect rather than a plain link in a social media post? — Answer: C
Correct answer — C. Custom redirects record the click as prospect activity and can run completion actions.
The point of a custom redirect is measurement and automation: the click is logged against the prospect and can adjust score, add to a list, or notify a user. Plain links off a tracked domain give you nothing.
Exam section: Lead Management
Q32. A dynamic list is defined as "Grade is greater than B-". A member's grade later drops to C. What happens? — Answer: B
Correct answer — B. The prospect is removed from the list automatically.
Dynamic list membership is re-evaluated continuously in both directions, so prospects leave the list as soon as they stop matching. That two-way behaviour is the practical reason to avoid dynamic lists as the recipient list for a one-time send you want to reproduce later.
Exam section: Lead Management
Q33. What is the practical difference between an email template and an email? — Answer: D
Correct answer — D. A template is a reusable design that emails are built from; an email is a specific message prepared for a particular send.
Templates carry the reusable structure and branding; individual emails carry the message. Email templates are also what Engagement Studio programs and autoresponders draw on, which is why building on templates rather than one-off emails pays off across a nurture programme.
Exam section: Email Marketing
Q34. Which email type is sent automatically and immediately in response to a prospect completing a form? — Answer: D
Correct answer — D. Autoresponder email
Autoresponders are attached as completion actions and go out right after the triggering action — the classic "here's your whitepaper" message. List emails are scheduled sends to lists, and one-to-one emails are sent by an individual user to an individual prospect.
Exam section: Email Marketing
Q35. A list email reports 10,000 delivered, 2,000 total opens from 1,200 unique openers, and 300 unique clicks. What is the unique open rate? — Answer: C
Correct answer — C. 12%
Unique open rate divides unique openers by delivered: 1,200 ÷ 10,000 = 12%. The 20% figure comes from total opens, which counts the same person opening repeatedly and overstates reach. Reporting the two interchangeably is a common and consequential mistake.
Exam section: Email Marketing
Q36. What is required before an address on a company domain can be used as the "from" address on list emails? — Answer: D
Correct answer — D. The sending domain must be verified, with authentication such as SPF and DKIM configured for it.
Verified sending domains with correct authentication records are what allow mailbox providers to confirm the message really came from that domain. Using a free mailbox provider's domain for bulk marketing is actively harmful, because DMARC policies at those providers cause the mail to be rejected or filtered.
Exam section: Email Marketing
Q37. What does adding a suppression list to a list email send do? — Answer: B
Correct answer — B. It excludes those prospects from this send, even if they appear on the recipient lists.
Suppression lists subtract from the audience. They are how you keep existing customers out of an acquisition campaign, or avoid emailing people who are mid-way through an active nurture.
Exam section: Email Marketing
Q38. A marketer runs an A/B test on subject lines for a list email. Which statement is accurate? — Answer: C
Correct answer — C. Account Engagement can send each variation to a portion of the audience and report results per variation.
Email A/B testing splits the audience across variations and reports on each so a winner can be identified. It does not replace sending to a test list — that step exists to catch rendering, link, and personalisation errors before anyone real receives the message.
Exam section: Email Marketing
Q39. What is the defining characteristic of an operational email? — Answer: D
Correct answer — D. It reaches prospects who have opted out of marketing email.
Marking a send operational tells Account Engagement the message is transactional or service-related — a receipt, a service notice, an event confirmation — so it is delivered to prospects who have opted out of marketing communications. Using it for promotional content is a compliance risk and a misuse of the setting.
Exam section: Email Marketing
Q40. Which prospect state blocks every Account Engagement email, including operational sends? — Answer: C
Correct answer — C. Do Not Email
"Do Not Email" is an absolute block and applies to operational email as well as marketing email; it is set manually or after repeated hard bounces. "Opted out" blocks marketing email but still permits operational sends — distinguishing the two is a frequent exam point.
Exam section: Email Marketing
Q41. What is the main purpose of an Email Preference Center? — Answer: A
Correct answer — A. It lets prospects choose which categories of email they receive instead of only opting out entirely.
A preference centre built on public lists gives prospects granular control, which typically reduces full opt-outs because someone who only wants the monthly newsletter can say so instead of leaving altogether.
Exam section: Email Marketing
Q42. Two comparable emails were sent to similar audiences. Email A: 40% unique open rate, 1% unique click rate. Email B: 22% unique open rate, 6% unique click rate. What is the most reasonable interpretation? — Answer: A
Correct answer — A. Email A had a more compelling subject line but weaker content or a weaker offer.
Opens are driven mainly by sender, subject line, and preheader; clicks reflect whether the content and offer delivered on that promise. High opens with very low clicks is the signature of a subject line that outruns the body — and the reason click rate, not open rate, is the more useful headline metric.
Exam section: Email Marketing
Q43. Which three step types make up an Engagement Studio program? — Answer: D
Correct answer — D. Actions, triggers, and rules
Actions do something to the prospect (send an email, adjust score, assign, add to a list). Triggers wait a defined period for a prospect behaviour and branch on whether it happened. Rules test a condition at that instant and branch immediately.
Exam section: Engagement Studio
Q44. What is the difference between a trigger and a rule in Engagement Studio? — Answer: A
Correct answer — A. Triggers wait a defined period for a prospect behaviour and branch on the outcome; rules evaluate a condition at that moment and branch straight away.
"Prospect opens email — wait up to 3 days" is a trigger: the program pauses and watches. "Prospect's grade is above B" is a rule: it is either true or false right now, and the prospect moves on without delay. Choosing the wrong one is a common cause of nurtures that either stall or fire too early.
Exam section: Engagement Studio
Q45. What does the "allow prospects to enter this program more than once" setting do? — Answer: D
Correct answer — D. It lets a prospect who has finished the program re-enter if they match the recipient list again.
By default a prospect travels through a program once. Enabling repeat entry suits recurring programmes such as an annual renewal sequence, but it needs a tightly defined entry list — a broad list plus repeat entry is how prospects end up receiving the same nurture twice.
Exam section: Engagement Studio
Q46. What is the effect of enabling business hours on an engagement program? — Answer: A
Correct answer — A. Program steps such as email sends are held until the next window within the defined business hours and days.
Business hours constrain when steps execute, so a nurture email does not arrive at 3 a.m. Prospects still enter and progress; they simply wait at the step until the next permitted window.
Exam section: Engagement Studio
Q47. A new email step must be inserted into the middle of an existing path in a live program. What happens? — Answer: B
Correct answer — B. The program can be edited while running; the change takes effect when the program is resumed, and prospects already past that point are not sent backwards.
Live programs are editable, with changes applied on resume. Prospects who have already moved beyond the insertion point continue from where they are, so a mid-flight edit reaches only prospects who have not yet passed that step.
Exam section: Engagement Studio
Q48. What does Engagement Studio test mode let a marketer do? — Answer: B
Correct answer — B. Run selected test prospects through the program logic and receive the emails, without affecting real prospects.
Test mode walks chosen test prospects through the paths so branching logic, wait times, and email content can be verified before launch. It is the last practical checkpoint before a nurture starts touching real people.
Exam section: Engagement Studio
Q49. Which report most clearly shows how many prospects are sitting at each step of a running program? — Answer: A
Correct answer — A. The engagement program report, which shows prospect counts and engagement per step
The program report overlays prospect counts, sends, opens, and clicks onto each step, which is how bottlenecks and under-performing emails are identified. Prospect audits are for a single record; landing page reports cover a different asset entirely.
Exam section: Engagement Studio
Q50. A prospect appears on both an engagement program's recipient list and its suppression list. What happens? — Answer: D
Correct answer — D. The prospect does not enter the program.
Suppression takes precedence over the recipient list, so the prospect is kept out of the program altogether rather than entering and silently skipping steps. This is why suppression lists are the right tool for excluding customers or competitors from a nurture.
Exam section: Engagement Studio
How to Prepare for the Account Engagement Specialist Exam
Get hands-on in a real account
Salesforce describes the target candidate as having roughly 6–12 months of experience building and running end-to-end marketing workflows in Account Engagement. That shows in the questions: most are framed as situations rather than definitions. If you have never built an engagement program, watched an automation rule process a backlog, or debugged a sync error, reading alone will leave gaps.
Know the tools that look alike
A large share of marks turns on choosing correctly between features that overlap: automation rules against segmentation rules against completion actions; static lists against dynamic lists; forms against form handlers; triggers against rules in Engagement Studio. For each pair, be able to state the trigger, how often it can act, and what it cannot do.
Be precise about metrics
Several questions on the real exam hinge on interpreting a report correctly — unique versus total opens, conversion rate measured against unique views, what a high open rate paired with a low click rate actually tells you. Practise reading the numbers rather than memorising the labels.
Know what is out of scope
The exam guide is explicit that custom Apex, triggers, custom HTML, JavaScript and CSS, B2B Marketing Analytics customisation, and API work are not expected. Time spent there is time not spent on lead management, which carries the single largest weighting.
Always confirm exam format, weighting, and content against the current official exam guide on Salesforce Trailhead before you book — Salesforce updates credentials with each release cycle.
Continue Your Preparation
Pair this mock test with the Account Engagement Specialist interview questions, which cover the same material as open-ended discussion questions. If you work across the wider marketing stack, the Marketing Cloud Engagement Email Specialist practice test and the Marketing Cloud Administrator practice test cover the B2C side of the platform.