Salesforce Certified Marketing Cloud Engagement Consultant 온라인 연습
최종 업데이트 시간: 2026년06월29일
당신은 온라인 연습 문제를 통해 Salesforce MCE-Con-201 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.
시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 MCE-Con-201 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 160개의 시험 문제와 답을 포함하십시오.
정답:
Explanation:
The process requires refreshing the Filtered List (to ensure it captures contacts with upcoming birthdays) and then using the Outbound Send activity configured in Mobile Connect to deliver the SMS. “Outbound Send” is the correct action in MobileConnect, not just a basic "Send SMS."
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help C Mobile Connect Filtered Lists and Sends
→ "Use a Refresh Mobile Filtered List Activity in Automation Studio to refresh mobile filtered lists automatically before performing an Outbound Message Send."
Source: Salesforce Help C Mobile Connect Outbound Messaging
→ "Outbound Messages are scheduled SMS sends managed via Automation Studio or MobileConnect."
정답:
Explanation:
Comprehensive and Detailed Explanation
The correct answer is C ― _PublicationSubscriber.
The _PublicationSubscriber Data View stores the mapping between subscribers and publication lists.
This Data View contains fields like SubscriberKey, PublicationListID, and Status that can be used in queries to find active subscribers on specific publication lists.
❌ Why others are wrong:
A: _ListSubscribers relates to standard subscriber lists, not publication lists.
B: _Subscribers contains general subscriber profile data but not list membership.
D: _EnterpriseAttribute is related to Enterprise-level attributes, not publication list membership. Exact Extract from Salesforce Official Documentation:
Salesforce Help ― Data Views:
"_PublicationSubscriber contains information about subscribers' subscription status for publication lists."
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_as_data_views.htm)
정답:
Explanation:
Comprehensive and Detailed Explanation
Correct answers are C and D.
C ― Shipment object must have a Lookup relationship to either Lead or Contact to map and trigger the send to the correct subscriber.
D ― An Apex Trigger must be created on the Shipment object to fire the Triggered Send via the Marketing Cloud Connect package.
❌ Why others are wrong:
A: It does not matter if the Shipment is visible on the Account Related List.
B: A Lookup relationship (not necessarily Master-Detail) is needed. Master-Detail is not required. Exact Extract from Salesforce Official Documentation:
Salesforce Help ― Triggered Sends in Marketing Cloud Connect:
"To use Triggered Sends on custom objects, the object must include a Lookup field to Lead or Contact and must have an Apex Trigger to initiate the send based on changes to the object."
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_co_triggered_sends_custom_objects.htm)
정답:
Explanation:
Comprehensive and Detailed Explanation
The correct answer is B ― Request SSH key authentication to be enabled for the FTP user and create an SSH Key in Key Management.
SSH Key authentication allows secure, passwordless connection to the Enhanced FTP server.
It eliminates the need for password rotation, thus avoiding manual updates every 90 days while still maintaining security.
SSH keys are managed within Marketing Cloud’s Key Management.
❌ Why others are wrong:
A: SAML SSO is for user login to Salesforce/Marketing Cloud apps, not for FTP authentication.
C: ‘Exclude FTP Users from Password Expiration’ is not available for standard Enhanced FTP users (it’s only for system user accounts under certain conditions).
D: SFTP is already in place through Enhanced FTP; the issue is not switching protocols but eliminating password dependency.
Exact Extract from Salesforce Official Documentation:
Salesforce Help ― Enhanced FTP Authentication:
"To avoid password expiration impacting file transfers, request SSH Key Authentication to be enabled for the Enhanced FTP user. SSH keys allow passwordless authentication for secure automation."
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_es_enhanced_ftp.htm)
정답:
Explanation:
The Sender Authentication Package (SAP) includes private domain branding, dedicated IP address, and Reply Mail Management. It is ideal for brands that send at scale (like 500,000 emails monthly) and need consistent branding for deliverability and trust.
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help C Sender Authentication Package Overview
→ "The SAP provides domain branding, dedicated IP addresses, and improved deliverability. It is recommended for customers with high volume sends who want to maintain consistent brand recognition."
Source: Salesforce Marketing Cloud Implementation Guide
→ "Brands expecting to send more than 250,000 emails per month and prioritizing branding should strongly consider SAP."
정답:
Explanation:
Data Views are system tables in Marketing Cloud that update in near real-time and provide detailed email tracking information such as sends, opens, clicks, bounces, and unsubscribes. They are ideal for custom queries and reports with an hourly refresh frequency through Automation Studio.
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help C Data Views
→ "Data Views are system-generated tables that provide event-level data for sends, opens, clicks, bounces, and more, updated near real-time."
Source: Salesforce Help C Automation Studio Query Activities
→ "Data Views can be queried every hour through Automation Studio for up-to-date reporting."
정답:
Explanation:
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 C Entry Source Filters
→ "An entry source filter defines criteria that records must meet before entering a journey." Source: Salesforce Help C SQL Query Activities
→ "Use SQL Query Activities to select, transform, and filter data from one or more data extensions."
정답:
Explanation:
Comprehensive and Detailed Explanation
The correct answer is B ― LookupRows AMPscript function.
LookupRows() can retrieve multiple records (e.g., multiple products in a cart) for a given Session ID.
It allows dynamic rendering of multiple product details for each subscriber within the email content.
It is ideal for cart abandonment where one user may have multiple products.
❌ Why others are wrong:
A: Lookup() retrieves only a single value (one row, one field) ― not multiple rows.
C: Dynamic Content Block is for switching static content based on rules, not dynamically listing multiple items.
D: Enhanced Dynamic Content Block is used for more complex content switching, but LookupRows is simpler and more appropriate for abandoned cart listings.
Exact Extract from Salesforce Official Documentation:
Salesforce Help ― LookupRows AMPscript function:
"The LookupRows function returns multiple rows from a data extension where the specified column matches the specified value. Use LookupRows when you expect multiple matching rows, such as multiple items in a cart."
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_amplanguage_lookuprows.htm)
정답:
Explanation:
Comprehensive and Detailed Explanation
The correct answers are A and B.
A ― Import Activity: To bring the latest coupon code counts into Marketing Cloud from an external system or FTP.
B ― Verification Activity: To check that a data extension meets a specified condition, such as the number of records (coupon codes) not falling below a certain threshold. If it fails, the automation can notify users.
❌ Why others are wrong:
C: Data Extract Activity is for file extraction from Marketing Cloud, not real-time monitoring.
D: Filter Activity is used for segmenting subscribers, not for conditional validation.
Exact Extract from Salesforce Official Documentation:
Salesforce Help ― Verification Activity:
"Verification activities check a data extension or file to validate that it meets predefined conditions, such as record count. Failure of the verification can trigger a notification."
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_automation_studio_verification_activity.htm)
정답:
Explanation:
Comprehensive and Detailed Explanation
The correct answer is C ― Query Activity > Data Extension Entry Source > Journey Activities.
A Query Activity can select subscribers who haven't purchased in six months based on date logic.
The results are saved into a Data Extension.
This Data Extension is then used as the entry source into a Journey, which can orchestrate sending across multiple channels (email, SMS, push).
❌ Why others are wrong:
A: API Event is not necessary; you already have the data internally.
B: Import Activity is for external file imports; no external file mentioned.
D: Salesforce Entry Event relates to CRM records, not Data Extension queries. Exact Extract from Salesforce Official Documentation:
Salesforce Help ― Data Extension Entry Source:
"Use the Data Extension Entry Source to inject contacts into a journey based on criteria from a query or automation. This supports orchestrating communications across multiple channels."
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_jb_data_extension_entry_source.htm)
정답:
Explanation:
The correct personalization string to provide a "View as Webpage" link in an email is %%view_email_url%%. When this string is placed inside the href attribute of a hyperlink, Marketing Cloud automatically generates a URL to a hosted version of the email content.
Exact Extract from Salesforce Documentation:
Source: Salesforce Help C Personalization Strings
→ "%%view_email_url%% C This personalization string inserts a link to view the email as a webpage. Typically used for the 'View Online' functionality in email templates."
Source: Salesforce Marketing Cloud Email Studio Guide
→ "Use %%view_email_url%% within your hyperlink to allow recipients to view the message as a webpage."
정답:
Explanation:
Marketing Cloud Connect requires a Subscriber Key that matches a Lead ID, Contact ID, or User ID for native tracking and send logging to work properly. If a custom object is used without these IDs, Marketing Cloud cannot push tracking data (such as email opens or clicks) back into Sales Cloud against those recipients.
Exact Extract from Salesforce Documentation:
Source: Salesforce Help C Marketing Cloud Connect Tracking
→ "Tracking data is automatically pushed back to the appropriate Lead, Contact, or User object when using Salesforce Send Logging. If the subscriber key does not match these standard IDs, tracking data cannot be associated with recipients in Sales Cloud."
Source: Salesforce Marketing Cloud Connect Guide C Contact Model Requirements
→ "A standard object ID (Lead ID, Contact ID, or User ID) must be used to ensure synchronization and tracking between Salesforce and Marketing Cloud."
정답:
Explanation:
GTL (Guide Template Language) is used in Marketing Cloud's Content Builder to process JSON responses directly inside email content. Since Sunny Sky API provides weather information likely in a JSON format, GTL is the appropriate way to parse the response and personalize the email in real time without needing external services or complex scripting.
Exact Extract from Salesforce Documentation:
Source: Salesforce Help C Guide Template Language (GTL)
→ "Guide Template Language (GTL) enables parsing of JSON objects for dynamic content inside
emails, CloudPages, and SMS messages. GTL is designed specifically to personalize content using external data sources directly within a send."
Source: Marketing Cloud Developer Guide C GTL Overview
→ "Use GTL to retrieve, parse, and render JSON content into Marketing Cloud messages."
정답:
Explanation:
Comprehensive and Detailed Explanation
The correct answer is A ― Use personalization strings created by selecting the data extension.
Personalization strings allow you to insert field values (like WarehouseID) into URLs, email content, or tracking links easily without needing any AMPscript or coding.
When selecting the sendable Data Extension, the personalization strings are automatically made available based on its fields.
❌ Why others are wrong:
B: AMPscript would require custom scripting, which the customer wants to avoid.
C: Dynamic Content is for content variation, not URL parameter tracking.
D: Guide Template Language (GTL) is used in CloudPages and Email Templates but would be unnecessarily complex for this task.
Exact Extract from Salesforce Official Documentation:
Salesforce Help ― Personalization Strings in Content Builder:
"When you send using a data extension, you can use personalization strings based on field names to dynamically populate emails and tracking parameters."
(Source: https://help.salesforce.com/s/articleView?id=sf.mc_es_personalization_strings.htm)
정답:
Explanation:
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)