Salesforce Certified Marketing Cloud Engagement Consultant MCE-Con-201 Exam Questions

Page: 1 / 14
Total 160 questions
Question 1

A customer wants to create a mobile app that requires users to log in or register before accessing their data. Their source of truth is Sales Cloud, which is connected to Marketing Cloud. Users who log in with existing credentials will have their device associated with their ContactKey. Users who register with the mobile app will not have their devices associated with a ContactKey for up to 24 hours.

What consideration should a consultant provide to the customer?



Answer : D

When a new user registers through the mobile app, and the ContactKey isn't immediately set, the MobilePush SDK assigns a temporary identifier (a GUID) to the device. This results in the creation of a new Contact in Marketing Cloud. Once the user's information is synced from Sales Cloud and the ContactKey is established, the device can be correctly associated. However, until this association occurs, the system treats the device as belonging to a separate, anonymous contact.


Salesforce Developers: Register Contacts with Marketing Cloud Engagement

Question 2

Northern Trail Outfitters (NTO) plans on sending SMS and push notifications together with emails as part of a new customer onboarding journey.

What should a consultant recommend as a unique identifier for each subscriber?



Answer : D

Comprehensive and Detailed Explanation

The correct answer is D --- A GUID or another generated ID for Contact Key.

Best practice is to use a channel-agnostic, stable, unique identifier for Contact Key.

Email addresses and phone numbers can change. A GUID (Globally Unique Identifier) or system-generated ID ensures persistent identification across email, SMS, push, and other channels.

Why others are wrong:

A: Physical Address isn't unique and can change.

B: Phone number can change and is not unique to a single identity.

C: Email addresses are prone to change over time (job switch, preference change).

Exact Extract from Salesforce Official Documentation:

Salesforce Help --- Subscriber Key and Contact Key Best Practices:

'Use a non-channel specific, unique, and persistent identifier, such as a generated GUID or system ID, as the Subscriber Key (Contact Key) across all messaging channels.'

(Source: https://help.salesforce.com/s/articleView?id=sf.mc_es_contact_key_best_practices.htm)

---


Question 3

Northern Trail Outfitters (NTO) is the holding company of three subsidiaries: Universal Containers, Ursa Major Solar, and Cloud Kicks. NTO recently purchased Marketing Cloud and has asked its consultant to recommend a scalable business unit (BU) hierarchy. They don't plan on executing any marketing campaigns on behalf of the NTO holding company, but NTO employees would like access to all subscribers and aggregate reporting. Additionally, each subsidiary business will be regularly running campaigns and should have their own branding, content, and subscribers.

Which solution should the consultant recommend?



Answer : D

The best practice is to have one Parent BU (NTO) and three separate Child BUs (Universal Containers, Ursa Major Solar, and Cloud Kicks) --- each with its own Sender Authentication Package (SAP) for branding, authentication, and independent sending reputation.

This structure provides clear separation of assets, subscribers, and branding while allowing NTO to retain access for reporting and oversight at the Parent BU level.

---

Exact Extracts from Salesforce Documentation:

Source: Salesforce Help -- Business Unit Hierarchies

'Use a Parent BU to manage settings and aggregate reporting across Child BUs. Assign separate Sender Authentication Packages to each Child BU for independent branding and deliverability.'

Source: Salesforce Implementation Guide -- Business Unit Structure

'A scalable hierarchy should provide isolation for brand-specific assets and subscribers while maintaining corporate oversight.'


Question 4

Northern Trail Outfitters wants to suppress their highly engaged email subscribers (multiple opens and clicks for a target campaign) from active display campaigns to reduce overall cost and eliminate unnecessary targeting to the user.

What should be recommended?



Answer : B

Comprehensive and Detailed Explanation

The correct answer is B --- Advertising Studio.

Advertising Studio allows you to sync CRM and behavioral data (like email engagement) with advertising platforms (Google, Facebook, LinkedIn).

It enables you to suppress audiences who have taken specific actions, such as multiple email opens and clicks, from being targeted in paid media campaigns.

Why others are wrong:

A: Mobile Studio handles mobile messaging (SMS, push), not audience suppression for display ads.

C: Google Analytics 360 is used for web tracking and reporting, not managing ad suppression from Salesforce data.

D: Einstein Engagement Scoring helps with email targeting, but it doesn't manage external ad suppression directly.

Exact Extract from Salesforce Official Documentation:

Salesforce Help --- Advertising Studio Overview:

'Use Advertising Studio to suppress or target audiences for advertising channels like Facebook, Google, LinkedIn, based on engagement data or CRM attributes to optimize marketing spend.'

(Source: https://help.salesforce.com/s/articleView?id=sf.mc_as_ad_studio_overview.htm)

---


Question 5

Northern Trail Outfitters sends a monthly loyalty balance email to inform members of their current points balance. Emails are segmented based on loyalty status, and no segment should contain more than 2500 contacts for any send.

What should be used to prevent emails from being sent if they exceed 2500 contacts?



Answer : A

A Verification Activity in Automation Studio checks the number of records in a data extension before proceeding. If the number exceeds a specified threshold (e.g., 2500 contacts), the automation can be halted, preventing the send.


Salesforce Help: Verification Activity

Question 6

Northern Trail Outfitters (NTO) sends emails from Content Builder and Journey Builder. When subscribers reply to an email, NTO would like to send an auto-reply message using a pre-defined HTML email that explains email replies are unmonitored and they should call NTO for any inquiries.

How could these auto-reply messages be enabled?



Answer : A

Comprehensive and Detailed Explanation

The correct answer is A --- From the Reply Mail Management settings page, choose the 'Create Custom Response' option under 'Automated Response Email for Remaining Replies' section and select the HTML email.

RMM allows you to define an automated response for incoming replies.

You can specify a simple custom response and link it to a pre-built HTML email template through the RMM settings without requiring a triggered send setup.

Why others are wrong:

B and C: Using a Triggered Send is more complex and usually unnecessary for a simple automatic response.

D: There's no option to paste full HTML code into Admin > Account Settings for auto-replies --- that's not how RMM is configured.

Exact Extract from Salesforce Official Documentation:

Salesforce Help --- Reply Mail Management Setup:

'Configure a custom automated response by selecting 'Create Custom Response' under 'Automated Response Email for Remaining Replies' in Reply Mail Management. You can link a pre-built HTML email.'

(Source: https://help.salesforce.com/s/articleView?id=sf.mc_es_reply_mail_management.htm)

---


Question 7

Northern Trail Outfitters sends emails for Password Resets from their web store when requested. An SMS message should be deployed if the password reset email is not sent.

What processes should they utilize to ensure a timely delivery across email and SMS?



Answer : D

Comprehensive and Detailed Explanation

This is a classic transactional use case involving multiple channels: if the password reset email fails to send, the system must fallback to SMS delivery.

The best-practice solution is to:

Use a Transactional Send API for password reset emails.

Use the Event Notification Service (ENS) to monitor delivery or bounce events in near real-time.

Based on failure status, trigger an API call to initiate an SMS message.

D is the only option that uses Salesforce's native ENS and API infrastructure for near real-time failure handling, which meets the requirement for ''timely delivery.''

Why Other Options Are Incorrect:

A . The Not Sent data extract is not real-time and is typically processed in batch --- not suited for password resets that require instant fallback.

B . Engagement Splits (e.g., link clicked) are not ideal for determining whether an email was delivered or not. Plus, password resets don't rely on email clicks --- they're more about deliverability.

C . API responses for triggered email sends do not reflect actual delivery success or failure --- they only reflect submission status. You need ENS to monitor actual send results.

Exact Extracts from Salesforce Documentation:

Salesforce Event Notification Service (ENS): 'ENS sends near-real-time email delivery, bounce, or click events to external systems so you can monitor transactional sends and take automated actions (e.g., triggering an SMS).'

--- Source: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/ens-overview.html

Transactional Email via API: 'Use the Transactional Messaging API to send password resets or other 1-to-1 emails. Integrate with Event Notification Service to determine the outcome of each message.'

--- Source: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/sendTransactionalEmail.html


Page:    1 / 14   
Total 160 questions