Marketing Cloud Software Salesforce Marketing Cloud Email Specialist 4 — Questions and Answers
Question 1: Which AMPscript function is used to format a date value into a specific display format, such as 'MM/DD/YYYY'?
- DateDiff()
- Now()
- FormatDate() (Correct answer)
- DateAdd()
Correct answer: FormatDate()
FormatDate() accepts a date value and a format string and returns the date formatted as specified, such as 'MM/DD/YYYY'.
Question 2: A marketer configures a Send Throttle on an email send job. What does this setting control?
- The maximum send speed in emails per hour to avoid overwhelming the receiving server (Correct answer)
- The number of retry attempts for soft-bounced emails
- The time zone in which the send is initiated
- The maximum file size of attachments included in the email
Correct answer: The maximum send speed in emails per hour to avoid overwhelming the receiving server
Send Throttle limits the send rate (emails per hour) to protect recipient mail servers from being overwhelmed, which can also improve deliverability.
Question 3: What is the difference between a 'Triggered Send' and a 'Scheduled Send' in Marketing Cloud Email Studio?
- Triggered Sends use Lists; Scheduled Sends use Data Extensions
- Triggered Sends fire in real time based on an API call or event; Scheduled Sends send to an audience at a defined time (Correct answer)
- Triggered Sends cannot include personalization strings
- Scheduled Sends bypass the CAN-SPAM one-click unsubscribe requirement
Correct answer: Triggered Sends fire in real time based on an API call or event; Scheduled Sends send to an audience at a defined time
Triggered Sends are initiated by API calls or system events for individual or small-batch real-time sending, while Scheduled Sends deploy to a full audience at a pre-set date and time.
Question 4: In Marketing Cloud, what does the 'Exclude' option in an Audience definition accomplish when building a send?
- It excludes the email from spam filter testing
- It removes a specified list or Data Extension from receiving the send (Correct answer)
- It prevents the email from being tracked in reports
- It suppresses the email from mobile push channels only
Correct answer: It removes a specified list or Data Extension from receiving the send
The Exclude option removes subscribers in the specified list or Data Extension from the send audience, acting as a suppression override at the send level.
Question 5: Which SFMC feature enables marketers to preview how an email renders across 90+ email clients and devices before sending?
- Content Detective
- Inbox Preview (powered by Litmus) (Correct answer)
- Einstein Engagement Scoring
- Reply Mail Management
Correct answer: Inbox Preview (powered by Litmus)
Inbox Preview, powered by Litmus, renders screenshots of the email in real email clients and devices so marketers can identify rendering issues before deployment.
Question 6: A subscriber's status is 'Held' in Marketing Cloud. What caused this status and what must happen before they can receive emails again?
- They manually unsubscribed; they must re-subscribe via a preference center
- They accumulated too many soft bounces; a marketer must manually change their status back to Active (Correct answer)
- Their email address was flagged as a spam trap by the ISP; they are permanently suppressed
- They exceeded frequency capping; their status resets after 30 days automatically
Correct answer: They accumulated too many soft bounces; a marketer must manually change their status back to Active
A 'Held' status is automatically applied after a subscriber accumulates a defined number of soft bounces, and a marketer must manually reactivate them to resume sending.
Question 7: What is the role of the 'Reply Mail Management' (RMM) service in Marketing Cloud?
- It automatically sends a reply to every inbound email response
- It processes inbound replies to Marketing Cloud sends, routing auto-replies, unsubscribes, and other responses automatically (Correct answer)
- It encrypts all outbound email reply headers
- It appends the From address to the All Subscribers list on every send
Correct answer: It processes inbound replies to Marketing Cloud sends, routing auto-replies, unsubscribes, and other responses automatically
RMM monitors the reply-to inbox, automatically handles auto-replies and out-of-office messages, processes unsubscribe requests from replies, and can forward relevant replies to a specified address.
Which AMPscript function is used to format a date value into a specific display format, such as 'MM/DD/YYYY'?