Skip to content
Cloud Study Exams
  • Exam List
  • PRICING
  • Share Your Success Story
  • Contact Us
  • FAQ
  • Login
  • Register

Salesforce Certified Marketing Cloud Engagement Consultant 1-10

表示モード
画像位置
文字位置
理解度の自動記録
STATUS FILTER

Choose confidence levels to display

Loading...

Q1Salesforce Mc Engagement Consultant

Q1. A dental clinic wants to automate appointment reminders for its patients.
The reminder should be sent at 10:00 AM on the day before the appointment, and the appointment record of each patient who receives a reminder email should be updated to reflect a “sent” status.
Which solution is recommended?

Show answer
Correct answer: B. Create a journey using a CRM date-based entry source, send the reminder with a Journey Builder activity, and update the record on the CRM side.
For a “time-specific delivery anchored to a particular date” such as the day before the appointment, a date-based entry source in Journey Builder that uses Salesforce data is the best fit.
This entry source can automatically enroll contacts into the journey relative to a CRM date field, such as one on the appointment object, and its start time can be specified, for example 10:00 AM.
In addition, a Salesforce update activity within the journey can directly update the original CRM record when the reminder is sent, so the requirement can be met with a single journey.
With the Data Extension or report starting points in options A and D, automatic date-based enrollment and updating the original record are difficult to achieve, and C is a daily bulk update that does not match the “10:00 AM the day before” granularity.
Create a Date-Based Event Entry | Salesforce Help

Log in to save your confidence level.

Q2Salesforce Mc Engagement Consultant

Q2. An outdoor-goods retailer wants to run a campaign that delivers coupons every week.
After segmenting the audience using data from multiple Data Extensions, the target audience is approximately 200,000 subscribers.
If they want to send a reminder three days later at the optimal send time for each subscriber, which solution should they use?

Show answer
Correct answer: B. Journey Builder
Journey Builder is the best fit for a multi-step campaign that sends a reminder after an initial send.
Journey Builder supports Einstein Send Time Optimization (STO), which automatically delivers at the optimal time for each subscriber.
Therefore, the requirement to place a reminder three days after the initial send and deliver it at the optimal time tailored to each subscriber can be achieved with a single journey.
Automation Studio alone, in option C, is not suited to step designs with waits or to individual optimization, and configurations that also use Interaction Builder or Automation Studio, as in A and D, add unnecessary complexity and are redundant relative to the requirement.
Einstein Send Time Optimization for Journey Builder | Salesforce Help

Log in to save your confidence level.

Q3Salesforce Mc Engagement Consultant

Q3. A company uses Marketing Cloud Connect to run Triggered Sends from Salesforce.
The status of a send has become “failed.”
To isolate the problem, what should the consultant do first?

Show answer
Correct answer: A. Check the Apex jobs in Sales Cloud Setup.
Triggered sends originating from Salesforce CRM are processed through Apex jobs.
Therefore, when a send fails, the first step to isolate the issue is to open the Apex jobs in Salesforce Setup and review the error details, such as authentication errors, invalid data, or configuration problems.
Because the specific cause of the failure is recorded here, this is the most appropriate starting point for diagnosis.
Manually clearing the OAuth token in option B or changing to Scope by User in C are ad hoc actions taken before identifying the cause, and assigning the standard user profile in D is not a common cause of failure.
The standard approach is to check the logs first and then take action.
Triggered Sends | Salesforce Help

Log in to save your confidence level.

Q4Salesforce Mc Engagement Consultant

Q4. A data team wants to automatically synchronize the unsubscribe status of subscribers within an Enterprise account to an external CRM as a single aggregated file.
They need to retrieve unsubscribe data spanning all child business units.
Which system data view should they use?

Show answer
Correct answer: D. _BusinessUnitUnsubscribes
In an Enterprise 2.0 account, to retrieve unsubscribe status across all business units (BUs), use the system data view _BusinessUnitUnsubscribes.
_BusinessUnitUnsubscribes provides, across all BUs, which subscriber unsubscribed in which BU and when, making it ideal for enterprise-wide aggregated reporting and synchronization to an external CRM.
The _Unsubscribe view in option C handles individual unsubscribe events but does not meet the requirement of cross-BU aggregation; _Complaint in A is for complaints (spam reports) and _Subscribers in B is the subscriber list data view, so both serve different purposes.
Data View: BusinessUnitUnsubscribes | Salesforce Help

Log in to save your confidence level.

Q5Salesforce Mc Engagement Consultant

Q5. A customer runs a rich Sales Cloud org with many custom objects.
Until now, they have extracted their target audience with complex reports that reference many custom objects, then exported it to a separate email system for delivery.
When adopting Marketing Cloud Connect, they want to simplify the delivery process in Marketing Cloud while keeping additional configuration to a minimum.
To meet this condition, what should the consultant recommend?

Show answer
Correct answer: D. Continue to create reports in Sales Cloud, and select and send those reports from the Marketing Cloud side.
With Marketing Cloud Connect, you can send email directly to an audience defined by an existing Salesforce report without synchronizing all custom objects.
This keeps additional configuration to a minimum while leveraging the complex reports they have been using as-is, so it best matches the condition.
Synchronizing all custom objects and recreating reports in option C imposes a heavy configuration burden, and the import in A or building a journey in B also introduce unnecessary effort or separate design.
Option D, which simply selects an existing report from Marketing Cloud, is the simplest method that meets the requirement.
Marketing Cloud Sends to Campaigns or Reports | Salesforce Help

Log in to save your confidence level.

Q6Salesforce Mc Engagement Consultant

Q6. A small restaurant franchise company is planning to adopt Marketing Cloud to support its franchise owners.
The headquarters manages the ad copy and subscriber lists, while each franchise store owner adds region-specific customized messaging to the marketing campaigns.
Which hierarchy configuration should be recommended?

Show answer
Correct answer: B. One parent business unit and one child business unit per franchise owner.
A configuration with the headquarters as the parent business unit and each franchise owner as its own independent child business unit is appropriate.
The parent BU centrally manages shared elements such as subscriber management and brand assets, while in each child BU the owner can edit only region-specific messaging within their own scope.
This properly separates permissions and data, so each owner cannot change or view assets managed by headquarters.
Options A and C cannot separate owners individually, and setting up a parent BU per owner as in D breaks headquarters’ centralized management, so none of them meet the requirements.
Business Units in Marketing Cloud Engagement | Salesforce Help

Log in to save your confidence level.

Q7Salesforce Mc Engagement Consultant

Q7. A consultant configured a triggered send definition in Sales Cloud for a customer using Marketing Cloud Connect.
The trigger is set on a custom object called “Shipments,” and triggered sends are enabled in Setup.
Which two configuration requirements should be considered during troubleshooting? (Choose 2)

Show answer
Correct answer: C. The Shipment object requires a Lookup relationship to a Lead or Contact. / D. An Apex trigger is created on the Shipment object.
Two configurations are required to make a triggered send originating from a custom object work.
First, the target object must have a Lookup to a Lead or Contact so it can identify the recipient subscriber.
In addition, an Apex trigger that fires the triggered send via the Marketing Cloud Connect package must be created on that object.
The display in the Account related list in option A and the Master-Detail relationship from Contact in B are not conditions that fire the send, and the reference direction is also reversed, so neither qualifies as a troubleshooting requirement.
Triggered Sends | Salesforce Help

Log in to save your confidence level.

Q8Salesforce Mc Engagement Consultant

Q8. A marketer wants to personalize emails with real-time weather information retrieved from the Sunny Sky API.
Which tool should be used to parse the response and display it within the email?

Show answer
Correct answer: D. GTL
GTL (Guide Template Language) is a language that can process JSON responses directly within Marketing Cloud’s Content Builder.
Because it can parse and display JSON-format weather information returned by an external API such as the Sunny Sky API within the email content, without going through an external service or complex scripting, it is ideal for real-time personalization.
Node.JS in option A is a server-side runtime environment, Apex in B is a language on the Salesforce side, and while SSJS in C can also be used, GTL is the most suitable, standard choice for handling JSON within an email template for personalization.
Appendix: Use GTL with AMP for Email | Salesforce Help

Log in to save your confidence level.

Q9Salesforce Mc Engagement Consultant

Q9. A company’s account is configured as Multi-Org in order to leverage two Salesforce CRM accounts.
In one business unit, they want to disconnect the currently connected sandbox instance and reconnect to the production instance.
To avoid disrupting functionality, which additional configuration change should be made?

Show answer
Correct answer: B. Manually delete the existing user mappings, attribute mappings, and tracking subscriptions.
When disconnecting an existing Salesforce org in a Multi-Org configuration, before connecting to the new org, you must manually delete all user mappings, attribute mappings, and tracking subscriptions tied to the original instance.
This leaves no conflicts and allows a clean reconnection to the new production org, preventing disruption of functionality.
Options A and D are not essential preparatory steps for the disconnect and reconnect itself, and renaming/deleting Data Extensions as in C is unnecessary and carries risk, so it is not the correct approach.
Multi-Org Account Configuration in Marketing Cloud Connect | Salesforce Help

Log in to save your confidence level.

Q10Salesforce Mc Engagement Consultant

Q10. A retail company receives data from its POS (point-of-sale) system every night.
The files are placed on Enhanced FTP, but neither the time they are placed nor the file naming convention is consistent.
Which two methods should be used to configure an automation that ingests these files every night? (Choose 2)

Show answer
Correct answer: B. %%BASEFILENAME_FROM_FILEDROP%% / D. File Drop Starting Source
Because neither the placement time nor the naming convention of the file is consistent, a Scheduled starting source that fixes the time cannot be used.
Instead, using a File Drop Starting Source lets you start the automation the moment a file is placed on FTP.
Furthermore, to handle the variable file name, use %%BASEFILENAME_FROM_FILEDROP%%, which dynamically receives the name of the dropped file.
BASEFILENAME_FROM_TRIGGER in option A is not the correct variable for file drops, and the Scheduled starting source in C presumes a fixed time, so it does not fit the requirement where both naming and timing are indeterminate.
Configure a File Drop Automation | Salesforce Help

Log in to save your confidence level.

This exam Back to question list 次のページ Salesforce Certified Marketing Cloud Engagement Consultant 11-20

最近の投稿

  • Microsoft SC-900 Security, Compliance, and Identity Fundamentals Practice Exam Questions & Answers
  • Microsoft SC-500 Cloud and AI Security Engineer Practice Exam Questions & Answers
  • Microsoft SC-401 Information Security Administrator Practice Exam Questions & Answers
  • Microsoft SC-300 Identity and Access Administrator Practice Exam Questions & Answers
  • Microsoft SC-200 Security Operations Analyst Practice Exam Questions & Answers

最近のコメント

No comments to show.

アーカイブ

  • September 2026
  • August 2026

カテゴリー

  • AWS Certified AI Practitioner
  • AWS Certified Cloud Practitioner
  • AWS Certified CloudOps Engineer – Associate
  • AWS Certified Data Engineer – Associate
  • AWS Certified Developer – Associate
  • AWS Certified DevOps Engineer – Professional
  • AWS Certified Generative AI Developer – Professional
  • AWS Certified Machine Learning Engineer – Associate
  • AWS Certified Security – Specialty
  • AWS Certified Solutions Architect – Associate
  • AWS Certified Solutions Architect – Professional
  • Free
  • Google Associate Cloud Engineer
  • Google Associate Data Practitioner
  • Google Associate Google Workspace Administrator
  • Google Cloud Digital Leader
  • Google Generative AI Leader
  • Google Professional Cloud Architect
  • Google Professional Cloud Database Engineer
  • Google Professional Cloud Developer
  • Google Professional Cloud DevOps Engineer
  • Google Professional Cloud Network Engineer
  • Google Professional Cloud Security Engineer
  • Google Professional Data Engineer
  • Google Professional Machine Learning Engineer
  • Google Professional Security Operations Engineer
  • Microsoft AB-100 Agentic AI Business Solutions Architect
  • Microsoft AB-210 Dynamics 365 Sales AI Consultant
  • Microsoft AB-410 Building Intelligent Applications
  • Microsoft AB-620 Designing and Building Integrated AI Agent Solutions in Copilot Studio
  • Microsoft AB-730 AI Business Professional
  • Microsoft AB-731 AI Transformation Leader
  • Microsoft AB-900 Microsoft 365 Copilot Agent Administration Fundamentals
  • Microsoft AI-102 Azure AI Engineer
  • Microsoft AI-103 Azure AI App and Agent Developer
  • Microsoft AI-200 Azure AI Cloud Developer
  • Microsoft AI-300 Machine Learning MLOps Engineer
  • Microsoft AI-900 Azure AI Fundamentals
  • Microsoft AI-901 Azure AI Fundamentals
  • Microsoft AZ-104 Azure Administrator
  • Microsoft AZ-305 Azure Infrastructure Solutions
  • Microsoft AZ-700 Azure Networking Solutions
  • Microsoft AZ-900 Azure Fundamentals
  • Microsoft DP-203 Data Engineering on Azure
  • Microsoft DP-300 Administering Relational Databases on Azure
  • Microsoft DP-420 Azure Cosmos DB Developer
  • Microsoft DP-600 Fabric Analytics Engineer
  • Microsoft DP-700 Fabric Data Engineer
  • Microsoft DP-750 Azure Databricks Data Engineer
  • Microsoft DP-800 SQL AI Developer
  • Microsoft DP-900 Azure Data Fundamentals
  • Microsoft MB-230 Dynamics 365 Customer Service Functional Consultant
  • Microsoft MB-240 Dynamics 365 Field Service Functional Consultant
  • Microsoft MB-280 Dynamics 365 Customer Experience Analyst
  • Microsoft MB-310 Dynamics 365 Finance Functional Consultant
  • Microsoft MB-330 Dynamics 365 Supply Chain Management Functional Consultant
  • Microsoft MB-500 Dynamics 365 Finance and Operations Apps Developer
  • Microsoft MB-800 Dynamics 365 Business Central Functional Consultant
  • Microsoft MB-820 Dynamics 365 Business Central Developer
  • Microsoft MB-910 Dynamics 365 Fundamentals CRM
  • Microsoft MB-920 Dynamics 365 Fundamentals ERP
  • Microsoft MD-102 Endpoint Administrator
  • Microsoft MS-102 Microsoft 365 Administrator
  • Microsoft MS-700 Teams Administrator
  • Microsoft MS-721 Collaboration Communications Systems Engineer
  • Microsoft PL-200 Power Platform Functional Consultant
  • Microsoft PL-300 Power BI Data Analyst
  • Microsoft PL-400 Power Platform Developer
  • Microsoft PL-500 Power Automate RPA Developer
  • Microsoft PL-600 Power Platform Solution Architect
  • Microsoft PL-900 Power Platform Fundamentals
  • Microsoft SC-100 Cybersecurity Architect
  • Microsoft SC-200 Security Operations Analyst
  • Microsoft SC-300 Identity and Access Administrator
  • Microsoft SC-401 Information Security Administrator
  • Microsoft SC-500 Cloud and AI Security Engineer
  • Microsoft SC-900 Security, Compliance, and Identity Fundamentals
  • Premium
  • Salesforce Certified Administrator
  • Salesforce Certified Advanced Administrator
  • Salesforce Certified Agentforce Specialist
  • Salesforce Certified Associate
  • Salesforce Certified Data 360 Consultant
  • Salesforce Certified Data Architect
  • Salesforce Certified Experience Cloud Consultant
  • Salesforce Certified Field Service Consultant
  • Salesforce Certified Marketing Cloud Account Engagement Consultant
  • Salesforce Certified Marketing Cloud Account Engagement Specialist
  • Salesforce Certified Marketing Cloud Email Specialist
  • Salesforce Certified Marketing Cloud Engagement Administrator
  • Salesforce Certified Marketing Cloud Engagement Consultant
  • Salesforce Certified Marketing Cloud Engagement Developer
  • Salesforce Certified Marketing Cloud Engagement Foundations
  • Salesforce Certified Platform App Builder
  • Salesforce Certified Platform Developer I
  • Salesforce Certified Platform Developer II
  • Salesforce Certified Sales Cloud Consultant
  • Salesforce Certified Sales Foundations
  • Salesforce Certified Service Cloud Consultant
  • Salesforce Certified Sharing and Visibility Architect
  • 未分類
Cloud Study Exams
  • HOME
  • Legal Notice
  • Privacy Policy
  • Terms of Service
Copyright © 2024-2026 Cloud Study Exams All Rights Reserved.