Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
A customer wants to send an email confirming opt-in when someone signs up for their emails via a form on their website. The email should arrive within a few minutes of completing the form, and all of the form data needs to be stored in Marketing Cloud to personalize the outgoing email. The customer has access to a developer for working with APIs, but they want to be able to change the email creative without involving the developer.
What should a consultant recommend?
The best solution is to use a Triggered Send linked to a Triggered Send Data Extension. The developer can configure the API to insert data into the TSDE, and Marketing Cloud automatically sends the appropriate email without further developer involvement. Creative changes can be managed easily through Content Builder by marketers.
---
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help -- Triggered Sends
'Triggered Sends enable near real-time email sending when an action occurs, using Triggered Send Data Extensions to personalize emails dynamically.'
Source: Salesforce Developer Documentation -- TriggeredSendDefinition
'Triggered Sends can be managed independently of API calls, allowing marketing teams to control email creative updates.'
---
A data team wants to automate the sync of subscribers, unsubscribes, and status from their enterprise account to their external CRM in one consolidated file. They need to find subscribers in their Marketing Cloud account and their unsubscribe data for child business units.
Which two data views would they use to achieve this?
Choose 2 answers
To synchronize subscriber data and unsubscribe statuses across all child business units in an Enterprise 2.0 Marketing Cloud account to an external CRM, the appropriate data views to query are _Subscribers and _BusinessUnitUnsubscribes.
_Subscribers Data View: This data view contains information about all subscribers in the Marketing Cloud account, including their Subscriber Key, Email Address, Status (e.g., Active, Unsubscribed, Bounced, Held), and other attributes. It is essential for identifying subscribers and their current status across the enterprise account.
Why it's needed: The question specifies finding subscribers in the Marketing Cloud account, which requires querying the _Subscribers data view to retrieve subscriber details.
_BusinessUnitUnsubscribes Data View: This data view tracks unsubscribe events at the business unit level, including the Subscriber Key, Business Unit ID, Event Date, and other details for each unsubscribe event. It is critical for capturing unsubscribe data across child business units in an Enterprise 2.0 account, as it provides a consolidated view of unsubscribe activities specific to each business unit.
Why it's needed: The question emphasizes capturing unsubscribe data for child business units, which _BusinessUnitUnsubscribes uniquely provides.
Why the other options are incorrect:
A . _Complaint: This data view tracks email complaints (e.g., when a subscriber marks an email as spam). While related to subscriber behavior, it does not capture general unsubscribe events or subscriber status, making it irrelevant for this use case.
B . _Unsubscribe: This data view records unsubscribe events but is limited to the context of the parent business unit and does not provide business unit-specific unsubscribe data for child business units. In an Enterprise 2.0 account, _BusinessUnitUnsubscribes is required for cross-business unit tracking.
Exact Extract from Salesforce Documentation:
_Subscribers Data View: 'The _Subscribers data view returns information about the subscribers in a Marketing Cloud account, including SubscriberKey, EmailAddress, Status, and DateJoined.'
(Source: Salesforce Help - Data View: Subscribers)
_BusinessUnitUnsubscribes Data View: 'This data view contains a record for each unsubscribe event at the business unit level. It's used in Enterprise 2.0 accounts to track unsubscribe activity across multiple business units.'
(Source: Salesforce Help - Data View: BusinessUnitUnsubscribes)
Northern Trail Outfitters has a data extension that stores all of their orders. They want to send out a daily email for orders with their status changed to 'shipped' that day through a journey.
Which two methods should be used to filter entry into the journey? (Choose 2 answers)
To filter records entering a journey based on an updated status field (''shipped''), the marketer should use:
An Entry Source Filter to limit which contacts actually enter the journey at the point of entry (e.g., only those whose order status is 'shipped' today).
An SQL Query to preprocess or segment records within a Data Extension before injecting them into the journey.
Filter Activity is used inside Automation Studio (not at the journey entry point), and Decision Splits occur after entry --- not before.
---
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help -- Entry Source Filters
'An entry source filter defines criteria that records must meet before entering a journey.'
Source: Salesforce Help -- SQL Query Activities
'Use SQL Query Activities to select, transform, and filter data from one or more data extensions.'
---
A customer has been having problems with SMS responses getting the default keyword response rather than the appropriate next keyword response.
What are two potential reasons for this unexpected response? (Choose 2 answers)
Comprehensive and Detailed Explanation
The correct answers are A and C.
A --- If responses are not received within the configured Conversation Window (e.g., 30 mins, 1 hour), MobileConnect treats them as unrelated and sends the default response.
C --- If a Next Keyword is not specified on the outbound message, MobileConnect has no instruction for how to handle a reply, so it falls back to the default keyword response.
Why others are wrong:
B: The Conversation Window is based on minutes/hours, not 24 hours.
D: If a response contains 'stop,' it triggers an opt-out process, not a fallback default keyword response.
Exact Extract from Salesforce Official Documentation:
Salesforce Help --- MobileConnect Conversation Window and Next Keyword Setup:
'Ensure that outbound messages include a configured Next Keyword to direct subscriber responses. Responses received outside the Conversation Window are treated as unrelated and routed to the default keyword response.'
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_ms_conversation_window.htm)
---
Northern Trail Outfitters wants to include the body of marketing email replies captured by Reply Mail Management (RMM) within auto-forwarded messages to their Customer Success team.
How could they accomplish this?
Comprehensive and Detailed Explanation
The correct answer is A --- Check the 'Include Replies as Attachments' box in RMM settings.
In the RMM configuration settings, you can set inbound emails to be auto-forwarded and attach the original reply as a file.
This method ensures the Customer Success team can review the full original customer message without parsing dynamic fields or personalization strings.
Why others are wrong:
B: There are no RMM dynamic content blocks for rendering reply bodies.
C: Querying the RMM data view would require custom queries and complex setups, which is unnecessary for simple forwarding.
D: RMM personalization strings are used in response handling templates, not for forwarding attachments.
Exact Extract from Salesforce Official Documentation:
Salesforce Help --- Reply Mail Management Overview:
'Use the Include Replies as Attachments option to attach customer replies when forwarding messages to designated addresses. This feature ensures that the original message body is included.'
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_es_reply_mail_management.htm)
---
160 questions covering all exam domains, starting from $20
Exam domains verified against: Official Salesforce MCE-Con-201 exam guide, last checked August 2026.
Determine what additional information is needed when given business requirements to design the recommended solution. Demonstrate how to gather requirements and put together a data and segmentation strategy for the customer. Given a customer skill set, make recommendations on appropriate solutions for long term ease of use and maintenance.
Given a customer use case, demonstrate knowledge of features, viability, and troubleshooting of Marketing Cloud Connect. Articulate how data model will support personalized and relevant messaging and content. Given a customer use case, recommend which extension product addresses the requirement.
Given a customer scenario, determine the appropriate account hierarchy. Given a scenario, solution issues regarding Reply Mail Management. Analyze the impact of applying Sender Authentication Package to a business unit. Given a scenario, demonstrate knowledge of features and troubleshooting of Mobile Studio.
Given a customer scenario, provide the appropriate automation type and activities that should be utilized. Given a customer scenario, design complex automations using Journey Builder and Automation Studio.
Given a customer scenario, demonstrate the ability to differentiate when to use standard reports, data views, and tracking extracts. Explain the various data objects in Marketing Cloud. Evaluate implications on data model when choosing contact identity.
Sample question from this domain above: Q2
Given a customer scenario, describe various ways to individualize message content. Given a customer scenario, determine the appropriate messaging option.
Common questions about the exam itself