Exam CRT-550 Topic 1 Question 41 Discussion
Actual exam question for Salesforce's CRT-550 exam
Question #: 41
Topic #: 1
Question #: 41
Topic #: 1
Northern Trail Outfitters wants to send an email to website visitors who add items to their cart butfail to make a purchase. The email will include a list of products they added to their shopping cart.
* A sendable data extension contains the contact information and a session ID field for each subscriber who has abandoned their cart.
* A second dataextension contains a corresponding session ID field and product data for each abandoned cart item, including product SKU, product name, quantity, price, and image URL.
Which feature should be used to display the list of products for each subscriber in thisemail?
* A sendable data extension contains the contact information and a session ID field for each subscriber who has abandoned their cart.
* A second dataextension contains a corresponding session ID field and product data for each abandoned cart item, including product SKU, product name, quantity, price, and image URL.
Which feature should be used to display the list of products for each subscriber in thisemail?
Suggested Answer: B Vote an answer
Explanation
The LookupRows AMPscript function returns a rowset from a data extension that matches the specified criteria. It canbe used to retrieve multiple rows of data from a data extension based on one or more column values. For example, NTO can use the LookupRows function to retrieve all rows from the second data extension that have the same session ID as the subscriber in thesendable data extension, and then loop through the rowset to display the product data for each abandoned cart item in the email.
References:https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-prog
The LookupRows AMPscript function returns a rowset from a data extension that matches the specified criteria. It canbe used to retrieve multiple rows of data from a data extension based on one or more column values. For example, NTO can use the LookupRows function to retrieve all rows from the second data extension that have the same session ID as the subscriber in thesendable data extension, and then loop through the rowset to display the product data for each abandoned cart item in the email.
References:https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-prog
by Polly at Mar 05, 2026, 03:06 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).