Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: w75best

Salesforce MCE-Con-201 Dumps

Page: 1 / 10
Total 98 questions

Salesforce Certified Marketing Cloud Engagement Consultant Questions and Answers

Question 1

Northern Trail Outfitters is growing and acquiring other organizations, each with its own instance of Sales Cloud. They are debating whether to upgrade Marketing Cloud Connect to Multi-Org.

What consideration could be provided to help with the decision?

Options:

A.

Existing accounts cannot be upgraded to Multi-Org.

B.

Shared Salesforce Data Extensions will be enabled across business units.

C.

Once an account is upgraded to Multi-Org, it cannot be turned off.

D.

Custom profile and subscription centers will not be required.

Question 2

Northern Trail Outfitters wants to query Marketing Cloud for send data across SMS, Push, and email.

What would a consultant recommend?

Options:

A.

Send Logs

B.

Sent Data Views

C.

Tracking Extracts

D.

Contact History

Question 3

Northern Trail Outfitters has a data extension named " Fav_Animals " with fields " SubscriberKey " and " Animal " which stores subscribers ' favorite animals. Using the AMPscript function Lookup, they want to include their favorite animal in an email to Contacts where a Salesforce Report is the target audience.

Which of the following code samples correctly leverages a personalization string to perform the lookup at time of send?

Options:

A.

Lookup( " Fav_Animals " , " Animal " , " SubscriberKey " , ContactID)

B.

Lookup( " Fav_Animals " , " Animal " , " SubscriberKey " , _emailaddr)

C.

Lookup( " Fav_Animals " , " Animal " , " SubscriberKey " , SubscriberKey)

D.

Lookup( " Fav_Animals " , " Animal " , " SubscriberKey " , _subscriberkey)

Question 4

A customer is creating a re-engagement campaign. The campaign only targets subscribers who have had emails fail at send time within the last 60 days. The goal is to send an SMS to the subscribers asking them if they want to update their email address.

What should a consultant recommend to meet the criteria?

Options:

A.

Use Data Extension Extract and Data Copy or Import activities from Automation Studio to inject the subscriber into a CloudPage used as an Entry Source by Journey Builder.

B.

Use Tracking Extract, File Transfer, and Data Copy or Import activities from Automation Studio to inject the subscribers into a data extension used as an Entry Source by Journey Builder.

C.

Use SQL Query and File Transfer activities from Automation Studio to inject the subscribers into an API Event used as an Entry Source by Journey Builder.

D.

Use SQL Query and Data Copy or Import activities from Automation Studio to inject the subscribers into a data extension used as an Entry Source by Journey Builder.

Question 5

A customer has a business requirement to exclude email addresses of certain contacts in their loyalty program from the sends with several sender profiles. These contacts are dynamically identified with the help of the SQL query on a daily basis.

What solution should be recommended to automate exclusion of the identified email addresses from all future sends that use specific sender profiles?

Options:

A.

Auto-suppression list

B.

Suppression list

C.

Publication list

D.

Exclusion data extension

Question 6

When Northern Trail Outfitters acquires a new customer, it would like to send a series of welcome messages on behalf of the brand with an optimized send time. New customers will be sent to Marketing Cloud via an hourly batch file drop.

Which solution should the consultant recommend?

Options:

A.

Use Journey Builder to process and segment the new customers, and for the campaign sends and decisioning.

B.

Use Automation Studio to process and segment the new customers, and use Journey Builder for the campaign sends and decisioning.

C.

Use Automation Studio to process and segment the new customers, and for the campaign sends and decisioning.

D.

Use Automation Studio to process and segment the new customers, and use Email Studio for the campaign sends and decisioning.

Question 7

A real estate agency wants to send out a biweekly newsletter with the list of properties for all new contacts added to a newsletter campaign in their Salesforce CRM. The journey consists of an initial message with property listings and a follow-up to those who have engaged with the content. The rules around which properties are matched to the contact depend on agentAssigned as a contact owner, other agents who might have interacted with the contact, and contact ' s property interest. The data model has a relationship between Contact > person account > real estate agent > property objects and all of those are available in CRM, populated in synchronized data extension in the Marketing Cloud.

What solution should be recommended for execution efficiency?

Options:

A.

Use Salesforce Data Event to initiate journey and scripting within emails for personalization logic.

B.

Use send from Salesforce CRM and Salesforce report to prepare personalization data.

C.

Use Automation Studio and Salesforce sends with campaign as an audience.

D.

Use Automation Studio to prepare personalization data and initiate journey.

Question 8

Northern Trail Outfitters wants to include a ' view online ' link in an email template to enable users to view a web page version of the email.

Which personalization string should they include as the href attribute in the link?

Options:

A.

%%view_as_webpage%%

B.

%%view_email_url%%

C.

%%vawp%%

D.

%%view_online%%

Question 9

Northern Trail Outfitters wants to send an email to website visitors who add items to their cart but fail 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 data extension 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 this email?

Options:

A.

Dynamic Content Block

B.

Enhanced Dynamic Content Block

C.

Lookup AMPscript function

D.

LookupRows AMPscript function

Question 10

Northern Trail Outfitters has several business units (BUs) used to segment geopolitical regions. Each BU uses business data like Product & Support information that is consistent across all regions.

What ' s the most efficient way to configure or ingest their data?

Options:

A.

Import common data into Shared data extensions from the top-level BU.

B.

Create regional specific copies of the required data in each BU for faster email sends.

C.

Provision Data Manager Roles so users can see all of the data across all BUS.

D.

Use CustomObjectData API to synchronize data across regions.

Question 11

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 would they use to format the JSON within the email?

Options:

A.

ParseJSON content block within Content Builder

B.

TransformJSON() AMPscript Function

C.

BuildRowSetFromJSON() AMPscript Function

D.

SSJS platform function ParseJSON

Question 12

A consultant explains how a sending domain differs from a customer ' s primary domain. The customer is evaluating their options around configuring their domain.

Which two questions should their IT team be asked? (Choose 2)

Options:

A.

Are they able to modify their domain configuration ' s DNS entries?

B.

Does their company allow delegation of subdomains to third parties?

C.

Will they be able to create and post DNS files when self-hosting?

D.

Can they provide access for Marketing Cloud to update the DNS records?

Question 13

Northern Trail Outfitters (NTO) wants to implement an abandon cart journey. The data for the journey exists in three separate data extensions (DE). The first DE is populated by web analytics data, and does not contain a Subscriber Key or Email Address value. A Customer Reference DE is updated daily and holds subscriber information. The third DE is populated by a file sent to the SFTP after five days if the customer has not purchased the abandoned items. The third DE will be used in the journey for a decision split, and it does not contain a Subscriber Key or Email Address. If the web analytics file is empty, NTO does not want the automation to finish running.

Which order of activities should be used to fulfill this requirement?

Options:

A.

File Drop Automation > Import File Activity > Verification Activity > Query Activity for file one > Query Activity for file two > Data Extension Entry

B.

File Drop Automation > Verification Activity > Query Activity for file one > Data Extension Entry > Query Activity for file two

C.

Scheduled Automation > Import File Activity > Data Extension Entry > Query Activity for file one > Query Activity for file two

D.

Scheduled Automation > Import File Activity > Verification Activity > Data Extension Entry > Query Activity for file one > Query Activity for file two

Question 14

Northern Trail Outfitters wants to have a periodic, dynamic newsletter send to a set data extension, but the data in this data extension will be regularly updated and the subscribers inside could be removed/added multiple times.

What option should speed up the delivery while meeting these criteria?

Options:

A.

Single Send Journey

B.

Journey that allows re-entry after exiting

C.

Scheduled Automation utilizing Triggered Send Emails

D.

Scheduled Automation using a Send Activity

Question 15

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

Options:

A.

Include data for decision splits in Attribute Groups in Contact Builder; use contact data rather than journey data.

B.

Perform large-scale segmentation in Automation Studio before admitting contacts into Journey Builder.

C.

Use Data Extension Entry Sources with filters applied to perform segmentation activities for Journey Builder.

D.

Create a prefiltered, sendable copy of data extensions for each journey instead of using the same entry source.

Question 16

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)

Options:

A.

There is a hierarchical relationship from Contact to Shipment.

B.

An Apex Trigger is created on the Shipment object.

C.

The Shipment object is on the Account Related List.

D.

The Shipment object requires a Lookup to Lead or Contact.

Question 17

Northern Trail Outfitters (NTO) wants to send using the From Address of marketing@email.nto.com. They will then automatically forward replies to customerservice@nto.com. NTO also wants to include an automatic reply to the customer ' s email address customer@example.com.

Which email address would appear as the From Address for the automatic reply to the customer?

Options:

A.

customer@example.com

B.

reply@marketingcloud.com

C.

marketing@email.nto.com

D.

customerservice@nto.com

Question 18

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 thank_you_customers.

How would they set up the Import Activity to know the name of the file?

Options:

A.

Set File Naming Pattern to %%AUTOMATED_FILENAME%%

B.

Filename is automatically passed to Import Activity with File Drop Automations

C.

Check the ' Use filename from Automation ' checkbox

D.

Set File Naming Pattern to %%BASEFILENAME_FROM_TRIGGER%%

Question 19

A B2B customer notices they have a large number of subscribers marked as ' Held ' . During troubleshooting, they realize these were soft bounces that were overwhelming email servers. Most were from small companies they do business with. Which step(s) should the customer take to move those subscribers back to ' Active ' ?

Options:

A.

Use a SQL query to change all subscribers with a status of ' Held ' to ' Active ' in All Subscribers.

B.

Use Contact Builder to mass update all ' Held ' subscribers to ' Active ' status.

C.

Extract subscribers who have a status of ' Held ' , then import subscribers as ' Active ' .

D.

Subscribers with a status of ' Held ' should be re-enabled by contacting support.

Question 20

Northern Trail Outfitters is using Journey Builder to send emails to loyalty members based on recent activity. They anticipate that approximately half of their contacts will meet the entry criteria for their journey.

How should they configure their entry source?

Options:

A.

Use a Data Extension Entry Source with an applied filter based on recent member activity.

B.

Use a Contact Data Entry Source to segment the data configured in Attribute Groups in Contact Builder.

C.

Use an Import Activity in Automation Studio to filter the data as a Data Extension Entry Source.

D.

Use a Query Activity in Automation Studio to create a segment before entering the journey.

Question 21

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)

Options:

A.

Scheduled Automation

B.

Decision Split

C.

File Drop Automation

D.

SQL Query

Question 22

Northern Trail Outfitters wants to import their Sales Cloud data into Marketing Cloud to leverage it within Journey Builder. They have approximately 10 million customers and the data needs to be available with a delay of no more than 30 minutes. Only customers where the consent checkbox is selected in Sales Cloud should be imported, which represents approximately half of their customer database.

What should they implement?

Options:

A.

Import from Salesforce Report in Automation Studio

B.

Event Data from the Entry Event in Journey Builder

C.

Synchronized Data Extensions with a filter

D.

All Subscribers, since these are synchronized in real time

Question 23

Northern Trail Outfitters wants to import new contacts gathered from an external web form. The entries are being collected at high frequency, potentially thousands per minute. The data does not need to be immediately ingested into Marketing Cloud as it is used in a daily scheduled send.

What should be recommended?

Options:

A.

Perform a daily bulk export to SFTP for import via Automation.

B.

Push each new record into Marketing Cloud via Platform Event API on form submit.

C.

Recreate this external web form inside Marketing Cloud.

D.

Create this as a Journey Data Source via Journey Builder.

Question 24

Northern Trail Outfitters wants to suppress their highly engaged email subscribers (multiple opens and clicks for a target campaign) from active journeys to reduce overall cost and eliminate unnecessary targeting to the user.

What should be recommended?

Options:

A.

Google Analytics 360

B.

Einstein Engagement Scoring

C.

Advertising Studio

D.

Data Studio

Question 25

Northern Trail Outfitters has started the process of integrating its Marketing Cloud account and Sales Cloud org through Marketing Cloud Connect.

Which configuration should be utilized for the API user created in Marketing Cloud?

Options:

A.

API User checkbox is selected, Administrator & Marketing Cloud Administrator roles are applied.

B.

API User checkbox is selected, no roles are assigned to user.

C.

API User checkbox is deselected, all available roles are assigned to user.

D.

API User checkbox is deselected, Marketing Cloud Viewer role is applied.

Question 26

Northern Trail Outfitters ' marketing team is new to Marketing Cloud and has very little coding experience. They have employed a consultant to help them design an automated solution for maintaining an auto-suppression list.

Which solution should the consultant recommend?

Options:

A.

Use a query activity to populate the auto-suppression

B.

Use Einstein Segment Recommendations

C.

Use the Import Wizard in Automation Studio

D.

Use an import activity to import a file from the SFTP

Question 27

Northern Trail Outfitters (NTO) wants to target users of its app and social platforms who have not engaged with previous emails in the campaign. Within the email re-engagement campaign, if the subscriber opens or clicks a message they will be removed from the campaign.

Which solution should the consultant implement?

Options:

A.

A singular omni-channel Journey utilizing Push, Social and email channels.

B.

An automation within Automation Studio which leverages a Script Activities.

C.

Multiple journeys focused on individual communication channels.

D.

An automation in Automation Studio that imports engagement data and creates a suppression audience.

Question 28

Northern Trail Outfitters (NTO) wants to use Case data from Service Cloud as a part of their current email messaging campaign. They want to import cases that indicate the customer wants someone to contact them after the case is closed. NTO tracks these cases with a checkbox field called ' Contact Me ' .

How should they set up their data in Marketing Cloud?

Options:

A.

Create Reports in Salesforce filtered by Contact Me equal to True and import using the Import Wizard.

B.

Use Salesforce Data Extensions and Filter Activities in Automation Studio to import and filter the Data.

C.

Use Synchronized Data Extensions on the Case Object with a Boolean filter on the Contact Me field.

D.

Create data extensions in Marketing Cloud and import the data from Service Cloud using Journey Builder.

Question 29

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?

Options:

A.

Scheduled Automation, SQL Query Activity, Data Extension Entry, Task Activity

B.

API Event Entry, SQL Query Activity, Task Activity

C.

Scheduled Automation, Filter Activity, Data Extension Entry, Contact Activity

D.

Salesforce Data Entry, SQL Query Activity, Task Activity

Page: 1 / 10
Total 98 questions