
2025 Latest CRT-550 DUMPS Q&As with Explanations Verified & Correct Answers
CRT-550 dumps Exam Material with 161 Questions
NEW QUESTION # 72
Northern Trail Outfitters (NTO) wants email subscribers to adopt their app. They are investigating using MobileConnect features since over 90% of theirsubscribers provide aMobile Phone Number when registering.
Which three considerations should be made before implementing MobileConnect?
Choose 3 answers
- A. Not all countries are supported by MobileConnect.
- B. NTO would be charged by mobile operators directly for messages.
- C. Inbound messaging only works with local Long or Short Codes.
- D. Long and Short Codes are not available for all countries.
- E. Opting in for messages can only be done via inbound message.
Answer: A,C,D
Explanation:
Explanation
Three considerations that should bemade before implementing MobileConnect are:
Long and Short Codes are not available for all countries. Long codes are local phone numbers that can be used for sending SMS messages in some countries, while short codes are special numbers that can be used forsending SMS messages in other countries. However, not all countries have long codes or short codes available or supported by MobileConnect.
Inbound messaging only works with local Long or Short Codes. Inbound messaging is the ability to receive SMS messages from subscribers in response to outbound messages or keywords. This feature only works with local long codes or short codes that match the country of the subscriber's mobile number.
Not all countries are supported by MobileConnect. MobileConnect relieson mobile operators and aggregators to deliver SMS messages to different countries, but not all countries have these services available or supported by MobileConnect.
NTO would not be charged by mobile operators directly for messages, as they would pay formessage credits or bundles through Marketing Cloud billing. Opting in for messages can be done via inbound message or other methods, such as web forms or APIs. References:
https://help.salesforce.com/s/articleView?id=sf.mc_moc_mobileconnect_overview.htm&type=5
NEW QUESTION # 73
Northern Trail Outfitters upgraded their Marketing Cloud account which now includes a Sender Authentication Package (SAP), They send regularly 300,000 What should they be aware of with respect to sender reputation?
- A. They should have one SAP for transactional sends and another for commercial sends.
- 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 send per month.
- D. They should send at least 250,000 messages per month to maintain their sender reputation.
Answer: C
Explanation:
To maintain a good sender reputation, Northern Trail Outfitters should have one dedicated IP address for every 100,000 messages send per month. This will help them avoid IP throttling and blacklisting issues. A shared IP address is not recommended for their volume, and having multiple SAPs for different types of sends is not necessary. They should also send consistently and avoid large spikes or drops in their sending volume.
References: https://help.salesforce.com/s/articleView?id=sf.mc_es_dedicated_ip_addresses.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.mc_es_sender_reputation.htm&type=5
NEW QUESTION # 74
Northern Trail Outfitters has a data extension that stores all of their orders. They want to send out a dally email for orders with their status changed to 'shipped' that day through a journey.
Which two methods should be used to filter entry into the journey?
Choose 2 answers
- A. Entry Source Filter
- B. Decision Split
- C. SQL Query
- D. Filter Activity
Answer: A,C
NEW QUESTION # 75
Northern Trail Outfitters (NTO) wants to use Marketing Cloud to .. customer feedback. If a customer indicates they are unhappy with the service they have received, NTO wants a new case to be created in service Cloud.
NTO is unsure of whatis possible within Marketing Cloud but would like to use as much native functionality as possible.
What approach would a consultant recommend?
- A. Use Automation Studio to capture positive response and a Case Activity to create a new case in Service Cloud.
- B. Use an Engagement Split to capture positive or negative responses, and a Case Activity to create a new case Service Cloud.
- C. Use an ApExchange package to create a customized API integration between MarketingD. Cloud and Service Cloud
- D. Use an Engagement Split to capture positive or negative responses, and a Custom Activity to create a new case in Service Cloud Use an AppExchange package to create a new case in Service Cloud.
Answer: B
Explanation:
Explanation
To capture customer feedback via email and create a new case in Service Cloud if a customer indicates they are unhappy with the service they have received, Northern Trail Outfitters should use an Engagement Split to capture positive or negative responses, and a Case Activity to create a new case in Service Cloud. An Engagement Split is an activity that allows marketers to route contacts based on their engagement with email messages, such as opens or clicks. A Case Activity is an activity that allows marketers to create cases in Service Cloud based on contact attributes or journey data. References:
https://help.salesforce.com/s/articleView?id=sf.mc_jb_engagement_split.htm&type=5https://help.salesforce.com
NEW QUESTION # 76
A retail company does business in both the United States and Canada. They also have a loyalty program in which a customer can enroll. The company will provide a pre-segmented customer file, per campaign, which has a "Version" data field indicating the type of email the customer is to receive.
What question should be asked to determine a data/segmentation strategy?
Choose 2 answers
- A. Will multiple languages be used, with a "From Name" lookup table needed?
- B. Is the purpose of these emails for acquisition or retention or transactional?
- C. Will version values/meanings change, precluding reusable AMPscript?
- D. Will customers be able to sign up for the loyalty program at the store?
Answer: A,C
NEW QUESTION # 77
A pharmaceutical company is hosting a monthly event and will be sending an invitation to new local contacts. The customer would like to automatically update a data extension to determine who will be attending.
*The data extension will hold each contact's response as well as the time stamp of the click.
*The contact will receive an email two days after the click event.
*Both emails should be sent via Journey Builder.
What is the optimal solution to record the click activity prior to sending the second email?
- A. Use a landing page to record the click in the data extension.
- B. Use a landing page to record the click and trigger an email.
- C. Leverage the Decision Split and create a Custom Activity.
- D. Leverage the Engagement Split and the Update Contact Activity.
Answer: B
NEW QUESTION # 78
Northern Trail Outfitters (NTO) is creating a birthday journey and one of the requirements is to divert anyone who has redeemed the promotional code before reminder emails are sent on the 15th and 20th of each month. Their transactional information, which includes redeemed promo codes, Is housed in a separate data extension than the one used for Journey injection. NTO needs to use an attribute to attribute comparison on the customer number field in the Journey source and transaction data extensions.
Which activity would they use to accomplish this?
- A. Decision Split Activity using only Journey Data
- B. Decision Split Activity using both Contact and Journey Data
- C. Einstein Split Activity
- D. Decision Split Activity using only Contact Data
Answer: B
NEW QUESTION # 79
Northern Trail Outfitters is using a triggered send to send customers their order confirmations. Their commerce platform provides a JSON payload for order details.
What should they use to format the JSON within the email?
- A. SSJS platform function ParseJSON
- B. TransformJSON() AMPscript Function
- C. BuildRowSetFromJSON() AMPscript Function
- D. ParseJSON content block with Content Builder
Answer: C
Explanation:
Explanation
To format the JSON payload from their commerceplatform within the email, Northern Trail Outfitters should use the BuildRowSetFromJSON() AMPscript function. The BuildRowSetFromJSON() AMPscript function is a function that allows marketers to parse a JSON string and return a rowset object that can be used to display data within an email message. The BuildRowSetFromJSON() AMPscript function can handle nested JSON objects and arrays.
References:https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-prog
NEW QUESTION # 80
A customer is connectingSales Cloud with Marketing Cloud. The connection was successful, however, the team is unable to view or sync Sales Cloud objects in Contact Builder.
How should a consultant begin troubleshooting the connection?
- A. Validate Marketing Cloud and Sales Cloud users have access to the business unit.
- B. Create new Marketing Cloud and Sales Cloud users and perform a new installation.
- C. Validate Marketing Cloud and Sales Cloudpermissions for the connecting users.
- D. Create and send an email in Email Studio to test the connection and validate tracking.
Answer: C
Explanation:
Explanation
To troubleshoot the connection between Sales Cloud and Marketing Cloud, a consultant should start by validating Marketing Cloud and Sales Cloud permissions for the connecting users. The connecting users arethe users who authenticated Marketing Cloud Connect in both systems. They need to have certain permissions and roles in both systems to enable full functionality of Marketing Cloud Connect.
References:https://help.salesforce.com/s/articleView?id=sf.mc_co_troubleshoot_marketing_cloud_connect_conf
NEW QUESTION # 81
Which three statements about Send Log Data is correct?
- A. Can be viewed in standard report
- B. Can be stored for periods of time
- C. Uses Measures, filters and programs
- D. Accessed using query
- E. Added to a standard view
Answer: B,C,D
NEW QUESTION # 82
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 %%BASEFILENAME_FROM_TRIGGER%%
- B. Check the 'Use filename from Automation' checkbox
- C. Set File Naming Pattern to %%AUTOMATED_FILENAME%%
- D. Filename is automatically passed to Import Activity with File Drop Automations
Answer: D
Explanation:
In Marketing Cloud's Automation Studio, when configuring a File Drop Automation, the system automatically detects and uses the file that triggers the automation. The Import File Activity within this automation doesn't require a specific filename; instead, it processes the file that initiated the automation.
Therefore, there's no need to set a dynamic file naming pattern or check additional options.
Reference:
Salesforce Help: File Drop Automations
NEW QUESTION # 83
A customer is using Marketing Cloud Connect but not sending tracking back to Sales Cloud. They want to create a Task on Contact and Lead records for follow-up when someone has not opened five emails in a row.
Which activities could be used to fulfill this requirement?
- A. API Event Entry, SQL Query Activity, Task Activity
- B. Salesforce Data Entry, SQL Query Activity, Task Activity
- C. Scheduled Automation, SQL Query Activity, Data Extension Entry, Task Activity
- D. Scheduled Automation, Filter Activity, Data Extension Entry, Contact Activity
Answer: B
Explanation:
You would:
* Use Salesforce Data Entry to identify the Contacts and Leads in scope.
* Use SQL Query Activity to evaluate who has not opened five emails based on Data Views.
* Use Task Activity to create Salesforce tasks automatically.
This path matches Option A exactly.
-
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help - Salesforce Activities in Journey Builder
# "Salesforce Activities, including Task creation, can be used to automate CRM record updates from Marketing Cloud." Source: Salesforce Marketing Cloud Connect Guide - SQL Query Activities
# "SQL Query Activities allow filtering and evaluation of marketing engagement data (such as opens and clicks) stored in Data Views."
-
NEW QUESTION # 84
A customer needs to import data from an SFTP site. The customer wants to:
* Segment the contents of the file and then send emails.
* Transfer the file to the SFTP site at various times daily.
* Send to data extensions.
What sequence of automation activities should meet these requirements?
- A. File Drop: Import File > SQL Query(s) > Send Email(s)
- B. Scheduled: Transfer File > Import File > SQL Query(s) > Send Email(s)
- C. File Drop: Import File > Group Refresh > Send Email(s)
- D. Scheduled: Import File > SQL Query(s) > Send Email(s)
Answer: A
NEW QUESTION # 85
A customer asks why the send time values with an email are not being added to a Send Log.
Which two actions would successfully write send time variable to their Send Log?
- A. Ensure the send log is linked in an attribute group.
- B. Enable send logging to a data extension during send process.
- C. Use the WriteToLog() AMPscript function in the content.
- D. Match an AMPscript variable name to a Send Log field.
Answer: C,D
Explanation:
Two actions that would successfully write send time variables to their Send Log are:
* Match an AMPscript variable name to a Send Log field. This action will allow the customer to write the value of an AMPscript variable to a corresponding field in the Send Log data extension. For example, if the customer has a Send Log field named ProductName and an AMPscript variable named
@ProductName, then the value of @ProductName will be written to the ProductName field in the Send Log.
* Use the WriteToLog() AMPscript function in the content. This action will allow the customer to write one or more values to a specified field in the Send Log data extension using an AMPscript function. For example, if the customer wants to write the value of @ProductName and @ProductPrice to the ProductInfo field in the Send Log, they can use WriteToLog("ProductInfo",@ProductName,
@ProductPrice) in their content.
Ensuring the send log is linked in an attribute group is not necessary for writing send time variables to their Send Log, as it is only used for creating relationships between data sources in Contact Builder. Enabling send logging to a data extension during send process is not an action that would write send time variables to their Send Log, as it is only a setting that enables or disables send logging for a specific email send. References:
https://help.salesforce.com/s/articleView?id=sf.mc_es_create_a_sendlog_data_extension.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.mc_es_write_to_the_send_log.htm&type=5
NEW QUESTION # 86
Northern Trail Outfitters (NTO) imports a file daily into Marketing Cloud of customers who have bought a tent from their website. They want to set up a month-long welcome Journey that sends emails specific to the purchase, such as the type of tent, recommended accessories, and care tips at different points throughout the Journey.
NTO also recognizes that due to their pricing strategy, customers may purchase more than one tent within a month.
What type of data should be used in the Decision Splits in their Journey to make sure the choices reflect the correct tent?
- A. Salesforce Data
- B. Journey Data
- C. Entry Data
- D. Contact Data
Answer: B
Explanation:
Journey Data is the data that is captured at the time of entry into the journey - it's a snapshot of the specific data related to that specific interaction (such as the specific tent purchased).
Because customers can have multiple tent purchases, you need to make decisions based on the data specific to that journey entry (not the general contact record), which is Journey Data.
-
Exact Extracts from Salesforce Documentation:
Source: Salesforce Help - Journey Builder Decision Splits
# "Use Journey Data to evaluate information captured at the time a contact entered the journey, ideal for handling multiple purchases or time-specific entries." Source: Salesforce Help - Journey Data vs Contact Data
# "Journey Data is dynamic and tied to a specific journey instance. Use Journey Data when evaluating data related to a specific event or purchase."
-
NEW QUESTION # 87
A customer manually imports records for sending. Each record contains a warehouse ID that is shared between Marketing Cloud and a third-party system. The customer does not have developer resources, but wantsto include the warehouse ID in their tracking parameters so that the third-party system can identify the subscriber.
What should a consultant recommend?
- A. Use Guide Template Language created for each field in the data extension.
- B. Use personalization strings created by selecting the data extension.
- C. Use Dynamic Content rules to select a content area for each subscriber.
- D. Use AMPscript variables created from each field in the data extension.
Answer: B
Explanation:
Explanation
Using personalization strings created byselecting the data extension can be used to include the warehouse ID in their tracking parameters so that the third-party system can identify the subscriber. Personalization strings are placeholders that can be inserted into emails or landing pages to display information from data extensions or lists, such as subscriber attributes or custom fields. Personalization strings can also be used as tracking parameters in links or image tags. References:
https://help.salesforce.com/s/articleView?id=sf.mc_es_create_personalization_strings_by_selecting_a_data_exte
NEW QUESTION # 88
Northern Trail Outfitters (NTO) wants to send using the From Addressof [email protected]. They will then automatically forward replies to [email protected]. NTO also wants to include an automatic reply to the customer's email address [email protected].
Which email address would appear as the From Address forthe automatic reply to the customer?
- A. [email protected]
- B. [email protected]
- C. A [email protected]
- D. [email protected]
Answer: D
Explanation:
Explanation
The email address that would appear as the From Address for the automatic reply to the customer [email protected]. This is because Northern Trail Outfitters has configured their Reply Mail Management settings to forward replies to [email protected] and send an auto-reply message to the customer's email address. The From Address for theauto-reply message is always [email protected], regardless of the original From Address or the forwarding address.
References:https://help.salesforce.com/s/articleView?id=sf.mc_es_reply_mail_management.htm&type=5
NEW QUESTION # 89
A consultant wants to trigger an email whenever the status field on the Lead Object changes to Hot, Tracking data will need to be kept in the sales cloud.
Which three steps should the consultant use in the solution
- A. Enable triggered sends on the Lead object in configuration
- B. Write an Apex Trigger on the Lead object
- C. Create the triggered send definition in the marketing cloud
- D. Create the triggered send definition in the sales cloud
- E. Put a SOAP API in place via the marketing cloud API
Answer: A,B,C
NEW QUESTION # 90
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).
What response articulates proper IP warming?
Choose 2 answers
- A. IP ramp-up is important to establish a positive sender reputation.
- B. IP ramp-up can be bypassed, given their historical lack of deliverability issues.
- C. IP ramp-up can be accelerated by migrating to pre-warmed IP addresses.
- D. IP ramp-up takes four to six weeks to be able to fully send to all 3 million customers.
Answer: A,D
NEW QUESTION # 91
Northern Trail Outfitters wants tosend an email to one million contacts in Sales Cloud. The criteria to segment contacts include using 10+ fields to segment.
Which process should the consultant utilize for a reliable send method?
- A. Import Salesforce Report through an import activity to a Salesforce Data Extension, then send to data extension using Email Studio email send
- B. Query Synchronized Data Extensions using a query activityto a Salesforce Data Extension, then send via Email Studio Send Flow
- C. Send to a Salesforce Report from Marketing Cloud using Email Studio Send Flow
- D. Assign the one million contacts from the report to a Salesforce campaign, and use a Single Step journey with Salesforce Campaign as an entry event
Answer: B
Explanation:
Explanation
A synchronized data extension is a data extension thatis automatically populated with data from Sales Cloud objects using Marketing Cloud Connect. A query activity is an automation studio activity that allows querying data from data extensions or data views using SQL statements. A Salesforce data extension isa type of data extension that stores data imported from Sales Cloud reports or campaigns using Marketing Cloud Connect.
By querying synchronized data extensions using a query activity to a Salesforce data extension, the customer can segment contacts basedon complex criteria without relying on Sales Cloud reports or campaigns. Then, by sending via Email Studio Send Flow to the Salesforce data extension, the customer can leverage tracking and reporting features of Marketing Cloud Connect. References:
https://help.salesforce.com/articleView?id=sf.mc_co_data_integration_synchronized_data_sources.htm&type=5h
NEW QUESTION # 92
A customer wants to perform an email send to a subset of a Synchronized Data Extension filtered on custom object data and return tracking to the Sales Cloud.
What approach should the consultant recommend?
Choose 2 answers
- A. Use Data Filters to segment data to output a Sendable Data Extension
- B. Use Query Activities to create a Sendable Synchronized Data Extension.
- C. Use Data Filters or Query Activities to output a Sendable Salesforce Data Extension.
- D. Use Data Stream to sync Sales Cloud objects to the Marketing Cloud.
Answer: C,D
NEW QUESTION # 93
Northern Trail Outfitters recently upgraded their preference center to allow customers to indicate which products they are interested in and to have the ability to opt up and down in send volume. They would like to configure the Delivery Options in a Journey Builder Email Activity to take these new data points into account.
Which two options could allow them to meet the requirement?
Choose 2 answers
- A. Publication List
- B. Auto-Suppression List
- C. Domain Exclusion
- D. Suppression List
Answer: A,D
NEW QUESTION # 94
Every day at 3 a.m., Northern Trail Outfitter' (NTO) data lake instance starts generating a file that contains all records that should be sent one email or another for the next day's marketing campaigns. The size of the file varies depending on the previous day's tracking activity. As soon as the file is generated, NTO wants to import the data, segment the data, and then execute the daily sends.
What end-to-end process should deliver this efficiently?
- A. Triggered Automation > Import Activity > Series of Query Activities > Series of Sends
- B. Triggered Automation> Import > Data Extension Extract > Marketing Journey
- C. Scheduled Automation > File Transfer > Import > Series of Query Activities
- D. Scheduled Automation > Import Activity > Series of Query Activities > Series of Sends
Answer: D
NEW QUESTION # 95
For security reasons, Northern Trail Outfitters indicates they cannot store PII directly within their Marketing Cloud account. They are considering implementing Tokenized Sending to pull PII from their data warehouse at send time. They indicate they send several large, time-sensitive emails per year.
Which two considerations should be made about Tokenized Sending? (Choose 2 answers)
- A. Personalization Strings still allow PII to be displayed within an email.
- B. Service Level Agreements for email sends are unsupported with the inclusion of outside servers.
- C. Tokenized Sending should be combined with field-level data encryption for additional security.
- D. Journey Builder Decision Splits provide a method to access data of Tokenized data natively.
Answer: A,B
NEW QUESTION # 96
......
Share Latest CRT-550 DUMP Questions and Answers: https://www.testvalid.com/CRT-550-exam-collection.html
CRT-550 Questions and Answers Guarantee you Oass the Test Easily: https://drive.google.com/open?id=1roOxfJJj-s7JgTFlw-uQIw_J4GjhqFS8