[Sep-2025] Salesforce CRT-550 Exam Basic Questions With Answers [Q26-Q45]

Share

[Sep-2025] Salesforce CRT-550 Exam: Basic Questions With Answers

New 2025 Realistic Free Salesforce CRT-550 Exam Dump Questions and Answer


Salesforce CRT-550 certification exam is a valuable investment for any marketing professional looking to advance their career. It requires dedication, hard work, and a comprehensive understanding of the Marketing Cloud platform. However, the benefits of achieving this certification are well worth the effort.


Salesforce CRT-550 certification exam is designed to test the skills and knowledge of individuals who are preparing for their Salesforce Certified Marketing Cloud Consultant certification. CRT-550 exam covers a wide range of topics, including data management, email marketing, contact and lead management, and automation. CRT-550 exam is comprised of 60 multiple-choice questions, and participants have 90 minutes to complete the exam.

 

NEW QUESTION # 26
A customer's web developer team is creating a form thatwill leverage a Marketing Cloud REST API endpoint to upsert rows into a data extension.
How should the consultant create an installed package in Marketing Cloud to facilitate this functionality?

  • A. Create a separate installed package for each individual web form.
  • B. Enable the package for all business units in the MarketingCloud account.
  • C. Ensure the package scope includes Read and Write permissions for data extensions.
  • D. Instruct the web team to store the client ID and secret in the client-side code.

Answer: C

Explanation:
Explanation
Creating an installed package in Marketing Cloud with Read and Write permissions for data extensions should be used to facilitate the functionality of upserting rows into a data extension using a REST API endpoint. An installed package is a container for one or more API integrations that provides authentication credentials and permissions for accessing Marketing Cloud resources. Read and Write permissions for data extensions allow the API integration to retrieve and modify data in data extensions.References:
https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/create_a_package.htmlhttps://developer.


NEW QUESTION # 27
Northern Trails Outfitters has a contact count of nearly 10 million records. They have noticed slower processing times when sending using Journey Builder.
Which two actions could they take to optimize Journey performance? (Choose 2 answers)

  • A. Use Data Extension Entry Sourceswith Filters applied to perform segmentation activities for Journey Builder.
  • B. Perform large-scale segmentation in Automation Studio before admitting contacts into Journey Builder.
  • C. Include data for decision splits in Attribute Groups in Contact Builder, use contact data rather than journey data.
  • D. Create a prefiltered, sendable copy of data extensions for each journey instead of using the same entry source.

Answer: B,D

Explanation:
Explanation
Performing large-scale segmentation in Automation Studio before admitting contacts into Journey Builder can help reduce the amount of contacts admitted into the journey, therebyincreasing the performance of the journey.
Creating prefiltered, sendable copies of data extensions for each journey instead of using the same entry source can also help optimize journey performance as it reduces the number of contacts that have to beprocessed for each journey. This can help with performance as the data extension is already filtered and therefore the journey has to do less work in terms of filtering the participants. For more information, see the Salesforce Certified Marketing Cloud Consultant Exam Study Guide[1] or the Salesforce documentation on Journey Performance[2].
[1] https://trailhead.salesforce.com/content/learn/certifications/marketing-cloud-consultant/marketing-cloud-cons


NEW QUESTION # 28
A consultant configured a triggered send definition in Sales Cloud for a customer using Marketing Cloud Connect. The trigger is on a Custom Object called 'Shipments' and is enabled for Triggered Sends in Setup.
Which two configuration requirements should be considered when troubleshooting? (Choose 2 answers)

  • A. There is a Master Detail Relationship from Contact to Shipment.
  • B. The Shipment object requires a Lookup to Lead or Contact.
  • C. An Apex Trigger is created on the Shipment object.
  • D. The Shipment object is on the Account Related List.

Answer: B,C

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)
-


NEW QUESTION # 29
Northern Trail Outfitters upgraded their Marketing Cloud account which now includes a Sender Authentication Package (SAP). They send regularly 300,000 messages.
What should they be aware of with respect to sender reputation?

  • A. They should send at least 250,000 messages per month to maintain their sender reputation.
  • B. They should have a shared IP since their volume is under 500,000 messages per month.
  • C. They should have one dedicated IP address for every 100,000 messages sent per month.
  • D. They should have one SAP for transactional sends and another for commercial sends.

Answer: A

Explanation:
With a Sender Authentication Package (SAP) and dedicated IP address, maintaining a minimum volume (around 250,000 messages/month) is critical to building and maintaining a healthy sender reputation. If the volume drops too low, deliverability could be negatively affected.
-
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help - Dedicated IP Warming and Maintenance
# "To maintain a strong sending reputation on a dedicated IP address, customers should send a minimum of
250,000 emails per month."
Source: Salesforce Marketing Cloud Implementation Guide - Sender Authentication Package
# "Dedicated IPs provided with SAP require consistent, high-volume sending for optimal performance."
-


NEW QUESTION # 30
Northern Trail Outfitters (NTO) plans on sending SMS and push notifications together with emailsas part of a new customer onboarding journey.
What should a consultant recommend as a unique identifier for each subscriber?

  • A. A GUID or another generated ID for Contact Key.
  • B. A number field such as subscriber's phone number for Contact Key.
  • C. A common field like Physical Address for Contact Key.
  • D. An email address for Contact Key.

Answer: A

Explanation:
Explanation
To send SMS and push notifications together with emails as part of a new customer onboarding journey, Northern Trail Outfitters should use a GUID or another generated ID for Contact Key. A Contact Key is a unique identifier for each contact in Marketing Cloud across different channels and platforms. A GUID or another generated ID is recommended as a Contact Key because it is persistent, consistent, and channel-agnostic.
References:https://help.salesforce.com/s/articleView?id=sf.mc_co_subscriber_key.htm&type=5


NEW QUESTION # 31
Northern Trail Outfitters has a file that drops intermittently to their SFTP account. Once this file drops, they want to be able to have it immediately imported and then segmented to enter a specific journey depending on the data inside the file.
Which two options would meet these requirements?
Choose 2 answers

  • A. SQL Query
  • B. File Drop Automation
  • C. Decision Split
  • D. Scheduled Automation

Answer: A,B

Explanation:
Explanation
A File Drop Automation can be used to trigger anautomation when a file is uploaded to the Marketing Cloud FTP. A SQL Query can be used to segment the audience based on the data inside the file and populate a data extension for each segment. The data extensions can then be used as entry sources for different journeys.
References:
https://help.salesforce.com/s/articleView?id=sf.mc_as_define_a_triggered_automation.htm&type=5https://help.s


NEW QUESTION # 32
An entertainment company is hosting events across the country in different venues. They want to use Contact Builder to feed Journey Builder. Contacts who enter a journey will go through a decision split based on the type of event. The journey will send a series of emails and one of them will contain the venue details dynamically populated with AMPscript.
The company collects the following information:
*Customer data (email address, first name, last name....)
*Event registration (email address, event ID, event name, event type, venue ID....)
*Venue details (venue ID, venue name, venue address....)
*Payment details (email address, event ID, total paid....)
The company does NOT want to link everything in Contact Builder. Which two data extensions should be incorporated inside Contact Builder? Choose 2 answers

  • A. Payment Details
  • B. Customer Data
  • C. Event Registration
  • D. Venue Details

Answer: B,C


NEW QUESTION # 33
A data team wants to automate that sync of subscribers' Unsubscribes and status from their enterprise account to their external CRM In one consolidated file. They need to find subscribers In their Marketing Cloud account and their unsubscribe data for child business units.
Which two data views would they use to achieve this?
Choose 2 answers

  • A. _Complaint
  • B. _Subscribers
  • C. _BusinessUnitUnsubscribes
  • D. _Unsubscribe

Answer: B,C

Explanation:
The _Subscribers data view contains information about each subscriber in an account, such as subscriber key, email address, status, and business unit ID. The _BusinessUnitUnsubscribes data view contains information about each unsubscribe event for each subscriber in a business unit, such as subscriber key, business unit ID, and unsubscribe date. By using these two data views, the data team can find subscribers in their Marketing Cloud account and their unsubscribe data for child business units. References: https://help.salesforce.com
/articleView?id=sf.mc_as_data_view_subscribers.htm&type=5 https://help.salesforce.com/articleView?id=sf.
mc_as_data_view_businessunitunsubscribes.htm&type=5


NEW QUESTION # 34
Northern Trail Outfitters is investigating implementing MobileConnect to allow SMS messaging in their UK, Germany, and Swiss subsidiaries. Each subsidiary has its own business unit and they are trying to determine if a single long code could be used for all markets.
What functionality would tie to additional long code Implementation?

  • A. Do they need to support inbound messages in each country?
  • B. Do they need to support UTF-8 characters in their SMS?
  • C. Do they need to have independent reporting on SMS sends by country?
  • D. Do they need to support different From Names by country?

Answer: A

Explanation:
Supporting inbound messages in each country would require additional long code implementation for MobileConnect. A long code is a standard phone number that can send and receive SMS messages. Each country has its own regulations and requirements for long codes, so a single long code cannot be used for all markets. The other functionalities do not tie to additional long code implementation. References: https://help.
salesforce.com/s/articleView?id=sf.mc_moc_long_codes.htm&type=5


NEW QUESTION # 35
A company is hosting a series of events and wants its customers who register to enter into a journey.
Which two methods are viable configurations for entry? Choose 2 answers

  • A. A Smart Capture form hosted in CloudPages that updates a Profile attribute.
  • B. A form hosted on the company website that fires the entry event via SOAP API.
  • C. A form hosted on the company website that fires the entry event via REST API.
  • D. A Smart Capture form hosted in CloudPages that populates the entry source.

Answer: B,D


NEW QUESTION # 36
Northern Trail Outfitters received a complaint todayfrom a customer who received an email after unsubscribing last week. Today's email was sent using Marketing Cloud Connect (MCC), though last week was sent when an external system dropped a file on the Marketing Cloud SFTP and triggered a User-Initiated Send through an automation.
What could be the reason the customer received the email through MCC?

  • A. The previous send used Email Address as a Subscriber Key.
  • B. Email Opt Out is only updated if the send originates in Salesforce.
  • C. The Email Opt Out field needs to be added to the Contact Page Layout.
  • D. The previous send's user needed to have edit permissions in Salesforce,

Answer: A

Explanation:
Explanation
The subscriber key is a unique identifier for each subscriber in Marketing Cloud. It is used to track subscriber preferences,behaviors, and attributes across channels and business units. If the previous send used email address as a subscriber key, it would not match the subscriber key in Sales Cloud, which is usually the contact or lead ID. Therefore, the email opt out status would not be synchronized between Marketing Cloud and Sales Cloud, and the customer could receive an email through MCC even after unsubscribing from the previous send. References:https://help.salesforce.com/articleView?id=sf.mc_co_subscriber_key.htm&type=5


NEW QUESTION # 37
A customer is starting a new children's fashion brand and wants to use a dedicated business unit within their existing Enterprise 2.0 account. They anticipate many of their current Enterprise contacts will subscribe to the children's brand, however, they want to separate subscriber opt-outs of the Enterprise and children's brands.
The customer has minimal technical resources available for implementation and support.
What should a consultant recommend to meet these criteria?

  • A. Create a Business Unit Filter in 'All Subscribers' List to record unsubscribes
  • B. Create attributes for each child business unit in "Profile Management" to record unsubscribes
  • C. Select "Subscribers will be unsubscribed from this business unity only" in Settings
  • D. Select "Use separate 'Subscription Center' for this business unit" in Settings

Answer: C

Explanation:
To separate subscriber opt-outs of the Enterprise and children's brands, Northern Trail Outfitters should select
"Subscribers will be unsubscribed from this business unity only" in Settings for each child business unit. This will allow subscribers to unsubscribe from one brand without affecting their subscription status for another brand. References: https://help.salesforce.com/s/articleView?id=sf.mc_co_business_unit_setup.htm&type=5


NEW QUESTION # 38
If I want to introduce a new line of footwear. I am excluding anyone who does not have shoe as an attribute listed in their preference center. I plan to send the emails daily. After a short time, I notice many people updating their preferences, and less emails are going out.
What is the issue causing less emails to go out? Select one.

  • A. Email frequency too high
  • B. Preference center is too strict
  • C. Deliverability issues on account
  • D. High Watermark if journey builder

Answer: D


NEW QUESTION # 39
A customer wants to improve the previous 10 years purchase data n their Marketing Cloud account. Through discovery, it is determined there are over 200 million records they plan to upload via the REST API, and this volume will continue to grow as the current purchase data is added.
Which two questions should be asked for further discovery?
Choose 2 answers

  • A. Why do they require 10 years' historical data in Marketing Cloud?
  • B. What time of day are the API calls made?
  • C. How many API calls are expected to be made atthe ask hourly rate?
  • D. Does their License include time Large Extensions feature?

Answer: A,C

Explanation:
Explanation
How many API calls are expected to be made at peak hourly rate? This question will help determine if they have enough API limits and bandwidth for importing large volumes of data via REST API into Marketing Cloud. The REST API has limits on how many requests can be made per hour per account based on license type and edition.
Why do they require 10 years'historical data in Marketing Cloud? This question will help determine if they have a valid business case and use case for importing large volumes of historical data into Marketing Cloud. Depending on their marketing objectives and strategies, they may notneed 10 years' historical data in Marketing Cloud, which could reduce their storage needs and costs.
What time of day are the API calls made is not relevant to determining a solution for importing large volumes of data via REST API into Marketing Cloud, asit does not affect how data is imported or processed. Whether someone needs to be notified if an error happens on import is not relevant to determining a solution for importing large volumes of data via REST API into Marketing Cloud, as it does not affecthow data is imported or processed. References:
https://help.salesforce.com/s/articleView?id=sf.mc_overview_large_data_extensions.htm&type=5
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/using_the_rest_api.htm


NEW QUESTION # 40
A customer wants to capture and categorize email Not Sent events and begin identifying trends. They want to keep the data in Marketing Cloud and run queries against the dataset. The customer created a data extension to receive the information.
Which order of Automation Studio activities should be recommended?

  • A. SQL Query > Data Extract with the Data Extension Extract type > File Transfer to Safehouse > Import File
  • B. Data Extract with the Data Extension Extract type > File Transfer to Safehouse > File Transfer unzip > SQL Query
  • C. Data Extract with the Tracking Extract type > File Transfer from Safehouse > File Transfer unzip > Import File
  • D. Data Factory Utility > File Transfer from Safehouse > Import File > Data Extract with Tracking Extract type

Answer: C

Explanation:
Comprehensive and Detailed Explanation:
The correct answer is C - Data Extract with the Tracking Extract type > File Transfer from Safehouse > File Transfer unzip > Import File.
* Tracking Extract Activity pulls detailed email event data, including 'Not Sent' events, into a compressed file (.zip).
* You need a File Transfer Activity to move the file from the Safehouse and unzip it.
* After unzipping, Import Activity loads the extracted data into a Data Extension where queries can run.
# Why others are wrong:
* A and B: Data Extension Extract type is for DE records, not tracking events like Not Sent.
* D: Data Factory Utility is not part of the standard Automation Studio activities for these operations.
Exact Extract from Salesforce Official Documentation:
Salesforce Help - Tracking Extract and Automation Studio:
"Use Tracking Extract to retrieve event-level data, including Not Sent events, then use a File Transfer Activity to unzip and import the extracted data for analysis or reporting." (Source: https://help.salesforce.com/s/articleView?id=sf.mc_as_tracking_extract_activity.htm)
-


NEW QUESTION # 41
Northern Trail Outfitters wants to set up an automation that imports a file and sends an email to the contacts when the file is dropped on the SFTP. The name of the file will change, though it will always start with thankyou_customers.
How would they set up the Import Activity to know the name of the file?

  • A. Set File Naming Pattern to %%AUTOMATED_FILENAME%%
  • B. Filename is automatically passed to Import Activity with File Drop Automations
  • C. Set File Naming Pattern to %%BASEFILENAME_FROM_TRIGGER%%
  • D. Check the 'Use filename from Automation' checkbox

Answer: C


NEW QUESTION # 42
A customer wants to send SMS messages as part of a Journey. They are concerned the messages will deploy when subscribers are asleep. If a subscriber qualifies to receive an SMS message as part of the journey between 1 a.m. and 6 a.m., the customer prefers the message to not be sent.
What solution should a consultant recommend to meet the criteria?

  • A. Run an Import Definition at 12 a.m. to create a suppression list.
  • B. Create a Journey Goal to exit subscribers from the Journey.
  • C. Create and enable a BLOCKOUT window in MobileConnect.
  • D. Run a SQL Query at 12:30 a.m. to create a suppression list.

Answer: C

Explanation:
# Comprehensive and Detailed Explanation: The Blockout Window in MobileConnect prevents SMS messages from being sent during specified hours, automatically holding messages for delivery until after the blockout period or discarding them based on configuration. It directly addresses the need to prevent delivery during nighttime hours.
# Why Other Options Are Incorrect:
* A and B: These are manual data management activities, not real-time or dynamic enough for Journey- based sends.
* C: Journey Goals relate to achieving a Journey outcome, not message send timing.
Exact Extract: Salesforce Help: MobileConnect Blockout Windows
"Use Blockout Windows to prevent SMS message delivery during certain times. Blocked messages can be discarded or queued for later delivery."
############################################


NEW QUESTION # 43
A school corporation uses one contact per parent/child combination, updating the email address based on who they are sending to. However, they would tike to pull data on which email addresses receive which emails.
What functionality could be used to accomplish this?

  • A. Send Log
  • B. Recent Email Send Report
  • C. Tracking Extract
  • D. Data Views

Answer: A

Explanation:
Explanation
A send log is a data extension that captures information about each email send, such as subscriber key, email name, subject line, and send time. It can also capture custom fields that are populated at send time, such as email address or personalized content. A send log can be used to analyze which email addresses receive which emails and when. References:https://help.salesforce.com/articleView?id=sf.mc_es_send_logging.htm&type=5


NEW QUESTION # 44
A customer frequently holds seminars and other events to interface with their customers. They plan to do the following:
*Use SmartCapture forms to write data into event registration data extensions.
*Cross-reference the records in each registration data extension with corresponding invitation email sends.
*Send a follow-up email to customers who click on the registration link in the invitation email, but do not complete registration.
Which skill is needed to build an efficient solution?

  • A. AMPscript
  • B. HTML
  • C. SQL
  • D. CSS

Answer: A


NEW QUESTION # 45
......

Guaranteed Success in Salesforce Marketing Cloud Consultant CRT-550 Exam Dumps: https://dumpstorrent.actualpdf.com/CRT-550-real-questions.html