A customer wants Sales Cloud users to create and send Marketing Cloud emails. Which two recommendations should the consultant make? Choose 2 answers
A. Each user should have a one-to-one relationship between the Marketing Cloud user and the Sales Cloud user.
B. The consultant should enable deep linking in Marketing Cloud Connect configuration.
C. The consultant should enable the Create Email feature on the user Profile in the Sales Cloud.
D. Each Sales Cloud user should have a System Administrator Profile and a Role at the top of the Role Hierarchy.
Explanation:
This question involves the Marketing Cloud Connect integration. The goal is to allow Sales Cloud users to create and send Marketing Cloud emails directly from within Salesforce (e.g., from a Lead or Contact record). The setup requires both user-level configuration in Marketing Cloud and feature enablement in Salesforce.
Correct Options:
A. Each user should have a one-to-one relationship between the Marketing Cloud user and the Sales Cloud user.
This is a foundational requirement of Marketing Cloud Connect. For a Sales Cloud user to create emails, their Salesforce User ID must be linked to a corresponding Marketing Cloud user via a Connected App or the User Sync feature. This establishes the identity and permissions bridge.
C. The consultant should enable the Create Email feature on the user Profile in the Sales Cloud.
After the user link is established, the specific functionality must be granted via Salesforce permissions. Enabling the "Create Email" permission on the user's Salesforce Profile (or via a Permission Set) gives them the button and interface within Salesforce to create Marketing Cloud email templates and sends.
Incorrect Options:
B. The consultant should enable deep linking in Marketing Cloud Connect configuration.
Deep Linking is a separate, optional feature of Marketing Cloud Connect that allows links in Marketing Cloud emails (like to a CloudPage) to pass the subscriber's context (Subscriber Key) back to a Salesforce record. It is useful for personalized experiences but is not required for Sales Cloud users to simply create and send emails.
D. Each Sales Cloud user should have a System Administrator Profile and a Role at the top of the Role Hierarchy.
This is excessive and incorrect. While users need appropriate permissions (via Profile or Permission Set), they do not require full System Administrator access or a top Role. The "Create Email" permission can be assigned to any custom profile or permission set without granting full administrative rights.
Reference:
Marketing Cloud Connect setup and administration guides detail the prerequisites: establishing a one-to-one user relationship and configuring Salesforce Profiles/Permission Sets to include the "Marketing Cloud Create Email" and "Marketing Cloud Send Email" permissions.
Northern Trail Outfitters is preparing to send a promotional email. The audience file was loaded into a data extension but does not display for Marketing Cloud admin scheduling the send.
What should the admin confirm to resolve the issue?
A. The data extension is marked as Send able
B. The data extension contains a Salesforce ID
C. The Data extension is marked as Send able and Testable
D. The data extension is linked using the Contact Key
Explanation:
For a Data Extension (DE) to be available for selection as an audience source when scheduling an email send in Email Studio, it must be specifically configured within its properties to allow sending. This property is a critical flag that tells the Marketing Cloud system that the DE is structurally ready to contain the necessary information (like an email address) for message delivery. If this flag is not set, the DE will not appear in the audience selection list, regardless of its contents or linking.
Correct Option:
A. The data extension is marked as Sendable
A Data Extension must have the "Is Sendable" checkbox selected in its properties. This designates the DE as a valid source for an email send.
When a DE is marked as Sendable, the administrator is also prompted to specify the Send Relationship, which links the DE's Subscriber Key (or Contact Key) to the Subscriber Key field in the All Subscribers list, ensuring proper tracking and attribution.
Without the "Is Sendable" flag, the DE is treated only as a relational or lookup table and is hidden from the send audience selector.
Incorrect Options:
B. The data extension contains a Salesforce ID:
While helpful for integration with Sales Cloud, a Data Extension does not require a Salesforce ID field to be used for a Marketing Cloud email send. The required field is the Email Address.
C. The Data extension is marked as Sendable and Testable:
Only the "Is Sendable" property is mandatory for a DE to appear in the send scheduling list. "Is Testable" is an optional property used to designate a DE as a source for test sends, and its absence would not prevent the DE from being used for the actual promotional send.
D. The data extension is linked using the Contact Key:
Data Extensions must define a Send Relationship linking the Subscriber Key/Contact Key to the All Subscribers List. However, this definition is part of the process of marking the DE as Sendable. The core prerequisite that needs to be explicitly confirmed is the Sendable property itself.
Reference:
Salesforce Help Documentation on Data Extension Properties (Is Sendable Checkbox)
A Marketing Cloud admin wants to create a suppression list for hard-bounced email addresses Where could the details be found?
A. Run a Bounce Email Report
B. Query the Bounce Data View
C. Query the Send Log
D. Run an Account Send Summary Report
Explanation:
To build a suppression list of hard-bounced email addresses, the admin must use a data source that captures detailed bounce classifications. The Bounce Data View in Marketing Cloud stores granular bounce information, including hard vs. soft bounce statuses, bounce categories, SMTP codes, and the subscriber keys affected. This allows the admin to query only hard-bounced addresses and then use the results to populate a suppression list.
Correct Option:
B — Query the Bounce Data View
The _Bounce Data View provides row-level details on every bounce event, including the bounce type, category, and subscriber key. By filtering for hard bounces (bounceCategory = 'Hard'), the admin can accurately identify which email addresses should be suppressed. This is the most precise method for extracting hard-bounced contacts and building an automated suppression process through SQL + automation.
Incorrect Options:
A — Run a Bounce Email Report
Bounce reports give summarized, high-level metrics. They do not provide detailed or exportable lists of specific hard-bounced email addresses. These reports are useful for monitoring performance trends but cannot be used directly to build a suppression list.
C — Query the Send Log
Send Logs store only the attributes recorded at the time of the send. They do not store bounce details or categorization. Bounce data is not written to Send Logs, making this source unsuitable for identifying hard-bounced addresses.
D — Run an Account Send Summary Report
The Send Summary provides aggregate performance information across all sends but not contact-level data. It cannot isolate individual hard-bounced subscribers and therefore cannot support the creation of a suppression list.
Reference:
Salesforce Documentation – Data Views: _Bounce
Trailhead: Marketing Cloud Data Views & Query Activities
Northern Trail Outfitters wants to have specific permission restrictions applied to all users in a business unit.
How should they accomplish this?
A. A Assign a role to the business unit
B. Set default permissions with the restrictions on the business unit
C. Apply a permission set to the business unit
D. Disable the permissions directly within the business unit
Explanation:
In Marketing Cloud, user permissions are primarily governed by Roles, which are collections of permissions and access rights. To apply a standardized set of restrictions to all users within a specific Business Unit (BU), the most efficient and correct method is to assign a pre-configured Role with those specific restrictions to the BU. This role will then apply to users when they are assigned to that BU.
Correct Option:
A. Assign a role to the business unit.
This is the standard administrative method. In Setup > Users > Business Units, an administrator can select a BU and assign a default Role. Any user subsequently added to that BU will inherit the permissions defined by that role, ensuring consistent restrictions are applied to all users in that unit.
Incorrect Options:
B. Set default permissions with the restrictions on the business unit.
There is no feature called "default permissions" that can be directly set on a BU independent of a Role. Permissions are bundled into Roles, and a Role is assigned to the BU. You cannot granularly enable/disable individual permissions directly on a BU object.
C. Apply a permission set to the business unit.
"Permission Sets" are a Salesforce CRM concept, not a native Marketing Cloud feature. Marketing Cloud uses Roles. This option incorrectly references a tool from the integrated platform that does not function within Marketing Cloud's own administrative model for BU-level user permissions.
D. Disable the permissions directly within the business unit.
Similar to option B, there is no interface to directly toggle individual permissions on a Business Unit itself. Permissions are managed at the user or role level. A role with restricted permissions must be created first, then assigned to the BU or individual users.
Reference:
Marketing Cloud documentation on Business Unit Management states that when editing a Business Unit, you can select a Default Role. This role is automatically assigned to new users when they are added to that Business Unit, standardizing permissions across the unit.
Einstein Recommendations uses data extensions to store user-facing information.
How is this data passed to Marketing Cloud?
A. Google Analytics 360
B. Collect Tracking code
C. Collect Tracking code
D. Web & Mobile Analytics
Explanation:
Einstein Recommendations for Marketing Cloud requires behavioral and catalog data to generate product recommendations. This data is collected from a brand's website or mobile app and sent to Marketing Cloud for processing. The primary method for capturing this user interaction data is through a client-side JavaScript code snippet.
Correct Option:
B. Collect Tracking code:
This is the correct answer. The Collect Code (or Einstein Recommendations Collect Code) is a specific piece of JavaScript provided in the Einstein Recommendations setup. It must be implemented on the brand's digital properties (website/app). This code fires on page views and user interactions, sending behavioral data (e.g., product views, purchases) to Marketing Cloud to power the recommendation models.
Incorrect Options:
A. Google Analytics 360:
While Google Analytics 360 has an integration with Marketing Cloud, it is not the standard, native method for passing the specific user-interaction and catalog data required by the Einstein Recommendations service. Einstein relies on its own Collect Code for direct data ingestion.
C. CloudPages:
CloudPages are used to host web content and landing pages within Marketing Cloud. They are not a mechanism for passing external website data into Einstein Recommendations. Data collection happens on the client's own site via the Collect Code.
D. Web & Mobile Analytics:
This is a broad category or feature name, not a specific technical method. Within the Marketing Cloud context, "Web & Mobile Analytics" is the reporting module that displays data, but the data is collected via the Collect Tracking Code. This option names the destination/report, not the transmission method.
Reference:
The setup guide for Einstein Recommendations in Marketing Cloud explicitly details the implementation of the Einstein Recommendations Collect Code (a JavaScript tag) on the client's website to track visitor behavior and send data to Marketing Cloud.
While setting up marketing Cloud Connect, a marketing cloud admin navigates to the Marketing Cloud tab in Sales Cloud to complete the integration. The admin then receives the following error message: Insufficient User Permissions. You have not been designated as an integrated Marketing Cloud User. Contact your system administrator. The admin notices the Marketing cloud for AppExchange Admin option is selected when looking for the user settings. What action should correct the issue?
A. Apply the appropriate user mappings in the CRM configuration.
B. Apply the Administrator and Marketing Cloud Administrator permission sets to user.
C. Reset all user passwords to force new tokens
D. Apply the marketing Cloud for AppExchange User option as well
Explanation:
The error message, "Insufficient User Permissions. You have not been designated as an integrated Marketing Cloud User," clearly indicates a lack of the required Salesforce CRM permissions needed for a user to access the Marketing Cloud Connector interface within Sales Cloud. For a user to fully set up or interact with the Marketing Cloud tab, they need the administrative permission set in Sales/Service Cloud that is included in the Marketing Cloud Connect package. Although the admin saw the "Marketing Cloud for AppExchange Admin" option selected, this is not a comprehensive permission set.
Correct Option:
B. Apply the Administrator and Marketing Cloud Administrator permission sets to user.
The required administrative user who performs the initial Marketing Cloud Connect setup must have the appropriate permission sets assigned in the Salesforce CRM org.
The primary permission set for this purpose is the Marketing Cloud Administrator permission set, which is installed as part of the managed package. This set grants the necessary access to the Marketing Cloud Connect configuration objects and the Marketing Cloud tab.
Additionally, a system administrator profile or a profile with the "Administrator" level permissions in Sales Cloud is often required to access and modify the deep configuration of the managed package, which is necessary to overcome the general "Insufficient User Permissions" error.
Incorrect Options:
A. Apply the appropriate user mappings in the CRM configuration:
User mapping is done on the Marketing Cloud side and links the Marketing Cloud user to the Sales Cloud user. While this is crucial for the connection, the immediate error received ("Insufficient User Permissions... not been designated as an integrated Marketing Cloud User") is a CRM-side permission check, not a missing mapping error.
C. Reset all user passwords to force new tokens:
Resetting passwords is a step sometimes used to force a new authentication token after permissions are correctly applied or to troubleshoot an expired session, but it will not correct a fundamental missing permission set error.
D. Apply the Marketing Cloud for AppExchange User option as well:
The "Marketing Cloud for AppExchange Admin" and "Marketing Cloud for AppExchange User" are custom fields (or sometimes permissions) on the User object in Sales Cloud. While the Admin field is necessary for the connector system user and the User field is necessary for end-users, these custom fields/permissions alone are often insufficient; the Marketing Cloud Administrator Permission Set is the robust administrative grouping of permissions needed to access the full setup.
Reference:
Salesforce Help Documentation on Marketing Cloud Connect User Types and Permissions (specifically the permission sets required for the administrator user).
An email marketing manager is planning to send a promotional email to one million subscribers. Which data structure should be used?
A. Data Extension
B. Publication List
C. Group
D. List
Explanation:
When sending to a large audience such as one million subscribers, Marketing Cloud requires a scalable, flexible data structure that supports advanced segmentation, relational data, and high performance. Lists are not optimized for large-scale sends and can cause performance issues. Data Extensions are the preferred and recommended data model for large subscriber sets, especially in Enterprise accounts. They support complex data models and large-volume marketing operations.
Correct Option:
A — Data Extension
Data Extensions are built to handle large datasets efficiently, making them ideal for sending to one million subscribers. They support relational data models, SQL queries, automation, and flexible field structures. Data Extensions also allow marketers to create robust segmentation, personalize content deeply, and maintain performance at scale. This is the standard data structure for large-volume sends in Marketing Cloud.
Incorrect Options:
B — Publication List
Publication Lists help manage subscription preferences across message categories but are not designed for storing subscriber data for large-scale sends. They complement the send structure but do not replace Data Extensions as a primary audience storage method.
C — Group
Groups can only be created from Lists and have similar limitations when working with large audiences. They are best for small or simple segmentation tasks. They do not scale well for millions of subscribers and are rarely used in modern Marketing Cloud setups.
D — List
Lists are recommended only for small audiences (ideally under 500,000). They lack flexibility, relational data support, and performance efficiency. Sending to one million records via Lists can significantly degrade send performance and create platform limitations.
Reference:
Salesforce Documentation – Lists vs. Data Extensions
Trailhead: Discover Data Management in Marketing Cloud
A Marketing Cloud admin notices out of the last several sends, Send log data for a recent . How could the admin ensure send data is recorded?
A. Send logging is enabled for the send
B. Correct Send Log template is selected
C. Send Logging is available for A/B tests
D. Data retention settings is specified
Explanation:
The scenario indicates that send log data is missing for a recent send. Send logs are not generated automatically; they must be explicitly activated for each individual send job. The most direct action an admin must take to ensure data is captured is to enable the logging feature at the point of sending the email.
Correct Option:
A. Send logging is enabled for the send:
This is the prerequisite step. In the Delivery section of the email send wizard (or in Journey Builder's email activity settings), there is a checkbox to "Enable Send Logging." This must be selected before the send is initiated to generate the log. If it was not checked for the recent send, no log would be created.
Incorrect Options:
B. Correct Send Log template is selected:
After enabling send logging, you can optionally choose a specific Send Log Data Extension template (e.g., one with custom fields). However, if logging itself is not enabled (Option A), no template selection is possible or relevant, and no data will be recorded.
C. Send Logging is available for A/B tests:
This is a factual statement (send logging can be used with A/B tests) but not an actionable step to solve the problem. The issue is that logging was not enabled for a specific send, not a question of feature availability.
D. Data retention settings is specified:
Data retention policies for Data Extensions determine how long records (like send log entries) are kept before automatic deletion. If logging was enabled, retention settings could affect how long the logs are available historically, but they do not control whether the log data is initially recorded.
Reference:
Marketing Cloud documentation on Tracking and Reporting specifies that to capture detailed send information, you must select the Enable Send Logging checkbox when configuring your email send. This creates a send log in the designated Data Extension.
An email manager was anticipating a test email to arrive in their inbox.
Where in Email Studio should the Marketing Cloud admin look to determine if the test deployed?
A. My Tracking Test Send Emails
B. My Reports Administrator Reports Email Send Report
C. My Reports Administrator Reports Email Sends By User
D. My Tracking A/B Testing
Explanation:
When an email is sent using the "Preview and Test" feature in Email Studio, Marketing Cloud creates a distinct tracking job for this action, separate from live email sends. To check the deliverability, bounces, and overall deployment status of the test email, the administrator must navigate to the specific location where the system archives all test send tracking data. This is done to prevent test sends from cluttering the reports for actual commercial or operational sends.
Correct Option:
A. My Tracking Test Send Emails
In Email Studio, all tracking information for sends is found under the Tracking tab.
Within the Tracking section, the left navigation pane contains a folder tree structure.
The specific folder designed to hold the tracking data for all emails deployed via the Send Test button in the Preview/Test screen is the "Test Send Emails" folder, located under My Tracking (or sometimes directly under Sends/Tracking depending on the exact UI version and business unit setup).
By navigating here, the admin can locate the job ID for the test send and check its status, bounces, and delivery rate.
Incorrect Options:
B. My Reports Administrator Reports Email Send Report:
This path refers to the Email Studio Reports feature, which primarily focuses on aggregated data for commercial and operational sends over a period of time. Test sends have dedicated, specific tracking and do not roll up into these high-level reports.
C. My Reports Administrator Reports Email Sends By User:
This is also a standard report from the Email Studio Reports section. It aggregates send activity by the sending user but does not provide the direct, detailed job-level tracking specific to an individual "Test Send" email deployment.
D. My Tracking A/B Testing:
This folder is used to track the results and winner selection of an A/B Test campaign. A simple "Test Send" is a deployment to specific recipients for QA purposes and is not a formal A/B Test campaign.
Reference:
Salesforce Help Documentation on Tracking Test Sends (Tracking > Sends > Test Send Emails folder)
Security and legal teams determine subscriber data available to EMEA teams should NOT be available to AMER teams.
How could the Marketing Cloud admin ensure distinct data integrity across the regions?
A. Deploy Multi-Org with a single Marketing Cloud Account
B. Deploy separate Publication Lists for each region within one account
C. Filter data view permissions at the subscriber level
D. Separate regions into business units and apply Subscriber Filters
Explanation:
To keep subscriber data private between EMEA and AMER teams, Marketing Cloud must enforce data separation at the Business Unit level. Business Units allow organizations to segment teams, assets, and subscriber data. By applying Subscriber Filters, each Business Unit sees only the audience they are permitted to access, ensuring legal and security compliance while maintaining a unified parent account for governance and reporting.
Correct Option:
D — Separate regions into business units and apply Subscriber Filters
Business Units create natural organizational boundaries within Marketing Cloud. Subscriber Filters then restrict which subscribers each region can view or send to. This method ensures EMEA teams only see EMEA data and AMER teams only see AMER data. It is the Salesforce-recommended approach for data partitioning while maintaining operational efficiency and centralized administration.
Incorrect Options:
A — Deploy Multi-Org with a single Marketing Cloud Account
A Multi-Org setup refers to integrating multiple Salesforce CRM orgs, not partitioning subscriber data. It does NOT separate marketing teams or subscriber access and does not solve the privacy requirement.
B — Deploy separate Publication Lists for each region within one account
Publication Lists only manage subscription preferences—not data access. All subscribers would still be visible to all teams, which does not meet security/legal requirements.
C — Filter data view permissions at the subscriber level
Marketing Cloud does not provide subscriber-level permission filtering. Data Views cannot be filtered per user or region, so this option is not technically feasible.
Reference:
Salesforce Documentation — Business Units & Subscriber Filters
Trailhead — Set Up Business Units in Marketing Cloud
Northern Trail Outfitters wants to business analyst to import contact lists. The analyst has the following Marketing Cloud roles: Marketing Cloud Channel Manager and Marketing Cloud Viewer. The analyst logged in but is unable to import contact lists.
How should the user be updated to allow the analyst the appropriate access?
A. Remove Marketing Cloud Viewer
B. Add Marketing Cloud Security Administrator
C. Remove Marketing Cloud Channel manager
D. Add Distributed Sending user
Explanation:
The business analyst needs to perform a data import, which requires specific administrative permissions beyond channel management and view-only access. The roles they currently hold do not grant the ability to create or manage data imports via the Import Wizard or FTP. The solution is to grant a role that provides the necessary data management privileges.
Correct Option:
B. Add Marketing Cloud Security Administrator:
This role grants comprehensive permissions for user management and, critically, access to the Import Wizard and data management tools. Adding this role (while retaining their existing ones) would provide the specific administrative rights needed to import contact lists, resolving the access issue without removing their current channel capabilities.
Incorrect Options:
A. Remove Marketing Cloud Viewer:
Removing the Viewer role would only take away their read-only access. It does not add any new permissions. Since the analyst already lacks import permissions, removing a view-only role does not solve the problem and could limit their ability to see other necessary information.
C. Remove Marketing Cloud Channel Manager:
This role provides permissions for creating and sending email, SMS, etc. Removing it would hinder their core channel responsibilities without granting the data import capabilities they lack. The issue is a lack of import permissions, not an issue with their current channel permissions.
D. Add Distributed Sending user:
A "Distributed Sending User" is a specific permission for managing Distributed Sending (a feature for allocating sends across BUs). It is unrelated to the general ability to import contact lists via the Import Wizard or FTP and does not grant the necessary data management administrative rights.
Reference:
Marketing Cloud role documentation specifies that permissions for Importing Subscribers and managing Import Definitions are included in administrative roles like Marketing Cloud Administrator or Marketing Cloud Security Administrator. The Channel Manager and Viewer roles lack these specific data management privileges.
A new employee is hired into the role of marketing analyst. This user should have access to all tracking data in Marketing Cloud, but no access to any send activities.
Which two default User Roles should be applied to this new user which provides this access to all channels, keeping the principle of least privilege in mind?
A. Content Creator and Marketing Cloud Viewer
B. Analyst and Marketing Cloud Viewer
C. Data Manager and Analyst
Explanation:
The requirement is to grant a Marketing Analyst access to all tracking data across all channels (reporting/viewing), while strictly adhering to the least privilege principle by denying access to any send activities (execution). The combination of default roles must provide broad viewing permissions without any execution or content creation rights.
Correct Option:
B. Analyst and Marketing Cloud Viewer
Marketing Cloud Viewer: This role grants the user read-only access to the Marketing Cloud interface and all standard applications. Crucially, it provides access to all tracking, reports, and data views, fulfilling the requirement to see "all tracking data" across the platform. This role adheres to the principle of least privilege by being entirely read-only.
Analyst: This role is often used in conjunction with Viewer or other roles to grant deeper access to reports and data analysis features, ensuring the user can access, filter, and export the necessary tracking information across all channels. Neither the Analyst nor the Viewer role includes permissions to create, edit, or execute email sends, thus meeting the restriction of "no access to any send activities."
Incorrect Options:
A. Content Creator and Marketing Cloud Viewer:
The Content Creator role provides permissions to create, edit, and approve content (e.g., emails, templates, and portfolios). While it doesn't grant send rights, it violates the least privilege principle by giving write access to content when only viewing/analysis is required
C. Data Manager and Analyst:
The Data Manager role has extensive permissions related to data governance, including importing, creating, and deleting data extensions, lists, and potentially subscriber records. This level of write access to data violates the principle of least privilege for a user primarily focused on analyzing tracking data.
Reference:
Salesforce Marketing Cloud Standard User Roles and Permissions Documentation
| Page 4 out of 14 Pages |
| Previous |