Total 160 Questions
Last Updated On : 11-Dec-2025
Northern Trail Outfitters just purchased Marketing Cloud. Which three tasks would the Marketing Cloud admin be guided through in Setup Assistant? Choose 3 answers
A. Creating users and assigning roles which meet their job functions
B. Creating a SMS message and sending a mobile campaign
C. Classifying sends and defining parameters for email sends
D. Building the data structure used to store audience information
E. Importing data into contacts using the Data Loader
Explanation:
The Setup Assistant is a guided, post-provisioning wizard designed to help admins configure foundational account settings for initial use. It focuses on establishing core structures for user management, sending governance, and data architecture. It is not designed for immediate campaign execution (like SMS), specific data import tools (Data Loader), or granular import tasks.
Correct Options:
A. Creating users and assigning roles which meet their job functions:
This is a primary step in the Setup Assistant. It guides the admin through adding users and assigning appropriate Roles (permission sets) and Business Unit access, which is essential for operational security and functionality.
C. Classifying sends and defining parameters for email sends:
This refers to configuring Send Classifications. The Setup Assistant guides the admin through defining these, which are critical for determining the source of subscriber status (List or System), setting SMTP routing, and applying Delivery Profile settings—the backbone of email deliverability.
D. Building the data structure used to store audience information:
This involves creating the foundational Data Extensions. The Setup Assistant guides the admin in setting up the primary data structure (like a "Customers" data extension) to store subscriber and audience data, establishing the core repository for marketing data.
Incorrect Options:
B. Creating a SMS message and sending a mobile campaign:
The Setup Assistant is focused on high-level administrative setup, not on building and launching specific channel campaigns. Configuring SMS generally requires setting up specific MobileConnect origins and keywords separately, which is not part of the initial guided wizard.
E. Importing data into contacts using the Data Loader:
While importing contacts is a crucial next step, the Data Loader is a specific tool within Contact Builder. The Setup Assistant guides the creation of the data structure (e.g., the target Data Extension), but the actual data import process using tools like the Data Loader, Import Wizard, or FTP is a subsequent, manual task outside the assistant's scope.
Reference:
Salesforce Trailhead and Marketing Cloud product documentation on Getting Started and Setup Assistant outline the key steps, which include User Setup & Permissions, Configure Send Classifications, and Set Up Your Data Structure (Data Extensions).
A Marketing Cloud admin is configuring a journey using Path Optimizer. they want to hold back 60% of the contacts until a winner has been selected. Which two settings should be selected before the admin can configure the Holdback percentage? Choose 2 answers
A. Data Extension entry source
B. Journey re-entry settings
C. Run Once schedule type
D. Winner evaluation
Explanation:
The Path Optimizer feature allows an admin to test different paths in a journey and automatically send contacts down the best-performing path after a defined period or interaction count. To use the "Holdback" feature, which reserves a portion of the audience (60% in this case) until a winner is declared, the journey must be designed for a single evaluation and must have a clear mechanism for determining the winner.
Correct Options:
C. Run Once schedule type:
The Holdback feature only works with the Run Once schedule type (or a scheduled one-time send). This is because the Holdback percentage relies on the journey having a fixed, known audience from the start that can be divided and held. If the journey were running on a repeating schedule or a continuous stream of contacts (like an API entry), the total audience size would constantly change, making the Holdback percentage calculation and consistent winner selection impossible.
D. Winner evaluation:
This setting defines the mechanism and criteria for how the "winner" path will be selected (e.g., clicks, opens, or manual selection) and after what period (time or volume). The Holdback contacts will only proceed down the chosen path after this evaluation is complete. Therefore, setting the evaluation criteria is a prerequisite for using the Holdback feature.
Incorrect Options:
A. Data Extension entry source:
While a Data Extension is a common and necessary entry source for a Run Once journey, the specific type of entry source itself (Data Extension vs. API Event) is not the setting that enables the Holdback feature. The enablement is tied to the Run Once schedule.
B. Journey re-entry settings:
Re-entry settings (whether a contact can re-enter immediately, after a delay, or never) pertain to how a contact interacts with the journey over time. Since the Holdback feature is tied to a single evaluation run (the Run Once schedule), re-entry settings are irrelevant to enabling the initial holdback percentage.
Reference:
Salesforce Help Documentation on Journey Builder Path Optimizer Holdback Feature
A Marketing Cloud Administrator noticed a File Drop Automation has been falling on the Import File activity. The automation is configured with a filename pattern, so the filename is expected to begin with customer import_. The import is configured to look for a file named Customer import %%Year%%%% Month%%%%Day%%.csv, however, the admin notices the filenames Include seconds and milliseconds.
what should the admin do to fix the issue?
A. use %%FILENAME_FROM_TRIGGER%% in the Import File Activity
B. Make sure the team has a date stamp to avoid duplication
C. Make sure the files are placed in the correct subfolder within the SFTP
D. Use the exact file name used for the trigger in the Import File Activity
Explanation:
The File Drop Automation is failing because the Import File Activity is expecting a very specific filename format using date stamps, while the actual dropped file includes additional elements like seconds and milliseconds. Since the filename generated by the external system varies, the import must reference the actual filename that triggered the automation. Using %%FILENAME_FROM_TRIGGER%% ensures the Import File Activity dynamically uses whatever file name initiated the file drop.
Correct Option:
A — use %%FILENAME_FROM_TRIGGER%% in the Import File Activity
Using %%FILENAME_FROM_TRIGGER%% ensures the Import File Activity automatically imports the exact file that triggered the automation, regardless of differences in timestamp or additional characters in the filename. This resolves issues where files include seconds, milliseconds, or other unexpected naming variations. It is the correct method for handling dynamic filenames in File Drop Automations.
Incorrect Options:
B — Make sure the team has a date stamp to avoid duplication
Adding a date stamp does not solve the mismatch between expected and actual filenames. The issue is not duplication but filename inconsistency. Even with a date stamp, the presence of seconds or milliseconds will still break the pattern.
C — Make sure the files are placed in the correct subfolder within the SFTP
While correct folder placement is important, the automation is already triggering, which means the file is in the correct location. The failure occurs during the Import File Activity, not during file detection.
D — Use the exact file name used for the trigger in the Import File Activity
Using an exact filename is not feasible because the filename contains variable elements like seconds and milliseconds. Static filenames will continue to cause mismatches and import failures.
Reference:
Salesforce Documentation – File Drop Automations & %%FILENAME_FROM_TRIGGER%% Variable
Trailhead: Automating Marketing Cloud with Automation Studio
Northern Trail Outfitters (NTO) uses data extensions for all of their email audiences. A customer reports they unsubscribed several week-end ago, but continue to receive NTO's daily digest at their old address. NTO's Marketing cloud Admin has confidently deleted them from present in the appropriate data extension.
What consideration could account for this behavior?
A. Data retention settings were incorrect in the data extension.
B. The email address in All Subscribers is prioritized.
C. Contact Builder was not configured properly.
D. The data extension was not configured as sendable.
Explanation:
When a subscriber is deleted from a sendable Data Extension but continues to receive emails, it indicates the send logic is referencing another source for the email address and subscriber status. In Marketing Cloud, the All Subscribers list acts as the system of record for a subscriber's master status and email address for each Business Unit, which can override the data in a specific Data Extension.
Correct Option:
B. The email address in All Subscribers is prioritized.
This is the key consideration. When a sendable Data Extension is used, the system can pull the email address from the All Subscribers list if a matching Subscriber Key is found there, even if that email field is blank or different in the Data Extension. More critically, the unsubscribe status is always governed by the All Subscribers list. If the subscriber still has an "Active" status in All Subscribers, they will continue to receive emails, regardless of their deletion from the sendable Data Extension.
Incorrect Options:
A. Data retention settings were incorrect in the data extension.
Retention settings control how long records are kept in a Data Extension before being purged. This is unrelated to the real-time send logic and the priority of the All Subscribers list during an email send.
C. Contact Builder was not configured properly.
Contact Builder is the overarching data model. While important, a misconfiguration here (like an incorrect attribute relationship) would not typically cause this specific issue. The behavior is directly governed by the sendable Data Extension's relationship with the All Subscribers list, a core Email Studio function.
D. The data extension was not configured as sendable.
If the Data Extension was not sendable, it could not be used as the audience for an email send at all. The fact that emails are being sent confirms it is configured as sendable. The problem lies in which email address and status are being used from the sendable configuration.
Reference:
Marketing Cloud documentation on Sendable Data Extensions explains the relationship between a sendable Data Extension and the All Subscribers list. It specifies that for email sends, the system uses the Email Address and Status from the All Subscribers list when a matching Subscriber Key is found, which can differ from the values in the Data Extension itself.
A large retail company has selected Marketing Cloud and has asked to be fully migrated from their existing platform in three weeks. They have communicated the following: They currently have 3 million customers. They email customers twice a week with no known deliverability issues. Their contract includes one Sender Authentication Package (SAP).
Which two responses articulate proper IP warming? Choose 2 answers
A. IP ramp -up takes four to six weeks to be able to fully send to all 3 million customers.
B. IP ramp -up can be accelerated by migrating to pre -warmed IP addresses.
C. IP ramp -up can be bypassed, given their historical lack of deliverability issues.
D. IP ramp -up is important to establish a positive sender reputation.
Explanation:
IP warming is a mandatory, deliberate process when starting to send from a new, dedicated IP address, which is part of the Sender Authentication Package (SAP). Its purpose is to build a positive sending history and reputation with Internet Service Providers (ISPs) like Gmail and Outlook. A large, sudden volume of email from a new IP (3 million customers twice a week) will be flagged as suspicious (spam) and lead to immediate blocking and deliverability issues. The process involves gradually increasing the email volume over several weeks.
Correct Options:
A. IP ramp-up takes four to six weeks to be able to fully send to all 3 million customers.
For a large volume sender (3 million customers), the standard industry and Salesforce recommendation for a dedicated IP warm-up is 4 to 6 weeks (or even longer, depending on list quality and engagement). This timeframe allows the ISP algorithms to slowly build trust in the new IP address as a legitimate sender, which directly contradicts the company's aggressive three-week timeline.
D. IP ramp-up is important to establish a positive sender reputation.
The fundamental goal of IP warming is to establish a positive sender reputation with ISPs. By starting with small, highly-engaged segments and gradually increasing the volume, the sender generates positive signals (opens and clicks) that prove the emails are legitimate and wanted, preventing the new IP from being filtered or blocked.
Incorrect Options:
B. IP ramp-up can be accelerated by migrating to pre-warmed IP addresses.
"Pre-warmed IP addresses" are generally not a standard, commercial offering that allows a brand to bypass the warming process on their own dedicated IP. If the company were on a shared IP address, the warming would be bypassed, but the contract specifies a Sender Authentication Package (SAP), which includes a dedicated IP that must be warmed.
C. IP ramp-up can be bypassed, given their historical lack of deliverability issues.
IP warming is entirely about the reputation of the new IP address, which starts with a zero reputation. The historical performance of the company on its previous platform's IP is irrelevant to the new IP's reputation. Bypassing the process would almost certainly lead to immediate bulk filtering, regardless of past success.
Reference:
Salesforce Help Documentation on IP Address Warming and Deliverability Best Practices (typically citing 4–6 week timeline)
Northern Trail Outfitters (NTO)hired a new Marketing Cloud admin, who was told all emails come from info@email.nto.com. the previous admin did not leave any documentation.
Which aspects would confirm a Sender Authentication Package (SAP) has been set up on the account? 2 answers
A. Upon receiving an email, all tracked links start with click.email.nto.com
B. The login page for Marketing Cloud Users is login.email.nto.com and is branded with NTO colors
C. Cloud pages personalized URLs are served from cloud.email.nto.com
D. Users receive Marketing Cloud password reset emails from help@email nto.com
Explanation:
A Sender Authentication Package (SAP) provides domain alignment, branded URLs, and enhanced deliverability by configuring a dedicated sending domain and authenticated link wrapping. To determine whether SAP is set up, the admin should look for signs that Marketing Cloud is using branded subdomains for click tracking, cloud pages, and image hosting. Options A and C reflect key SAP components, confirming that the account is using authenticated and branded domains.
Correct Options:
A — Upon receiving an email, all tracked links start with click.email.nto.com
SAP enables a branded click-tracking domain, replacing generic Marketing Cloud tracking URLs with a custom subdomain connected to the sender's domain. Seeing links that begin with click.email.nto.com confirms that branded link wrapping was configured as part of the SAP setup, indicating authenticated and customized tracking.
C — CloudPages personalized URLs are served from cloud.email.nto.com
A branded CloudPages domain (e.g., cloud.email.nto.com) is another core component of an SAP installation. SAP sets up a private domain for CloudPages, Microsites, and landing pages. If CloudPages URLs reflect this domain, the account is using SAP-authenticated, branded domain configuration.
Incorrect Options:
B — The login page for Marketing Cloud Users is login.email.nto.com and is branded with NTO colors
SAP does not customize the user login page for Marketing Cloud. Login branding and custom URLs are not features of SAP. Salesforce handles login domains independently of the sender authentication setup, so this option does not indicate SAP configuration.
D — Users receive Marketing Cloud password reset emails from help@email.nto.com
Password reset emails are sent from Salesforce system addresses and are unrelated to SAP. SAP does not affect internal user authentication or admin notifications. Email branding for system messages does not confirm sender authentication configuration.
Reference:
Salesforce Documentation – Sender Authentication Package Overview
Trailhead: Authenticate Your Email With SAP
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.
| Page 4 out of 16 Pages |
| Salesforce-Marketing-Cloud-Engagement-Administrator Practice Test Home | Previous |
Our new timed Salesforce-Marketing-Cloud-Engagement-Administrator practice test mirrors the exact format, number of questions, and time limit of the official exam.
The #1 challenge isn't just knowing the material; it's managing the clock. Our new simulation builds your speed and stamina.
You've studied the concepts. You've learned the material. But are you truly prepared for the pressure of the real Salesforce Agentforce Specialist exam?
We've launched a brand-new, timed Salesforce-Marketing-Cloud-Engagement-Administrator practice exam that perfectly mirrors the official exam:
✅ Same Number of Questions
✅ Same Time Limit
✅ Same Exam Feel
✅ Unique Exam Every Time
This isn't just another Salesforce-Marketing-Cloud-Engagement-Administrator practice questions bank. It's your ultimate preparation engine.
Enroll now and gain the unbeatable advantage of: