ExamGecko
Home Home / Salesforce / Certified Marketing Cloud Consultant

Salesforce Certified Marketing Cloud Consultant Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











What are data extension data retention policies?

A.
Settings to "soft" delete all data in a Data Extension so there is no data loss.
A.
Settings to "soft" delete all data in a Data Extension so there is no data loss.
Answers
B.
Settings to control when a data extension creates a back-up of the data it contains.
B.
Settings to control when a data extension creates a back-up of the data it contains.
Answers
C.
Settings to define when a data extension or the data within the data extension is deleted.
C.
Settings to define when a data extension or the data within the data extension is deleted.
Answers
D.
Settings to prevent users from deleting a Data Extension created by another user.
D.
Settings to prevent users from deleting a Data Extension created by another user.
Answers
Suggested answer: C

A customer would like to store financial data related to invoicing in its data extensions.

Which field type should be used?

A.
Currency
A.
Currency
Answers
B.
Decimal
B.
Decimal
Answers
C.
Number
C.
Number
Answers
D.
Float
D.
Float
Answers
Suggested answer: B

A consultant needs to send an email to subscribers who have made a purchase. The data used for the send exists on two data extensions--Subscribers and OrderTable, and the customer would like to include key information from both tables, such as:

* CustomerlD

* FirstName

* EmailAddress

* OrderlD

* OrderDate

* ShippedDate

Which SQL statement should the consultant use?

A.
SELECT T1.CustomerID, T1.FirstName, T1. EmailAddress, T2.OrderlD, T2.0rderDate, T2.ShippedDate FROM ' Subscribers OUTER JOIN OrderTable ON Subscribers.CustomerlD=OrderTable.CustomerlD
A.
SELECT T1.CustomerID, T1.FirstName, T1. EmailAddress, T2.OrderlD, T2.0rderDate, T2.ShippedDate FROM ' Subscribers OUTER JOIN OrderTable ON Subscribers.CustomerlD=OrderTable.CustomerlD
Answers
B.
SELECT * FROM Subscribers WHERE CustomerlD, FirstName, EmailAddress, OrderlD, OrderDate, ShippedDate - JOIN OrderTable On CustomerlD=CustomerlD
B.
SELECT * FROM Subscribers WHERE CustomerlD, FirstName, EmailAddress, OrderlD, OrderDate, ShippedDate - JOIN OrderTable On CustomerlD=CustomerlD
Answers
C.
SELECT CustomerlD, FirstName, EmailAddress, OrderlD, OrderDate, ShippedDate FROM Subscribers INNER JOIN OrderTable ON CustomerlD=CustomerlD
C.
SELECT CustomerlD, FirstName, EmailAddress, OrderlD, OrderDate, ShippedDate FROM Subscribers INNER JOIN OrderTable ON CustomerlD=CustomerlD
Answers
D.
SELECT T1.CustomerID, T1.FirstName, T1.EmailAddress, T2.OrderlD, T2.OrderDate, T2.ShippedDate FROM Subscribers T1 INNER JOIN OrderTable T2 ON T1.CustomerID=T2.CustomerID
D.
SELECT T1.CustomerID, T1.FirstName, T1.EmailAddress, T2.OrderlD, T2.OrderDate, T2.ShippedDate FROM Subscribers T1 INNER JOIN OrderTable T2 ON T1.CustomerID=T2.CustomerID
Answers
Suggested answer: D

A customer provides a file containing only new and updated subscriber records exported from its marketing database.

* The file will be uploaded to the customer's Enhanced FTP automatically at 3AM daily.

* The customer requires that the import completes prior to 4AM.

* On average, the file will contain about 2 million rows of data each day.

Based on the customer's requirements and recommended best practices, how should the daily file be imported?

A.
Import the file to a data extension, using the 'add and update' method.
A.
Import the file to a data extension, using the 'add and update' method.
Answers
B.
Import the file to a list, using the 'update only' method.
B.
Import the file to a list, using the 'update only' method.
Answers
C.
Import the file to a list, using the 'add and update' method.
C.
Import the file to a list, using the 'add and update' method.
Answers
D.
Import the file to a data extension, using the 'overwrite' method.
D.
Import the file to a data extension, using the 'overwrite' method.
Answers
Suggested answer: A

Explanation:

Since Record count in more than 500 K so DE is used. New and Update is already specified in question.

Subscribers are collected on a customer's website whose subscription database of record is Salesforce Marketing Cloud. The customer sends up to 5 emails per week based on subscriber activity.

The list is:

* Compiled in a database in the website Content Management System (CMS).

* Imported into Marketing Cloud nightly at 11 p.m.

What action should be taken if a third party is sending a message for the customer outside of the Marketing Cloud?

A.
Engagement metrics will be passed into Marketing Cloud.
A.
Engagement metrics will be passed into Marketing Cloud.
Answers
B.
They will need to integrate with the Marketing Cloud SOAP API.
B.
They will need to integrate with the Marketing Cloud SOAP API.
Answers
C.
Unsubscribes should be synchronized between senders.
C.
Unsubscribes should be synchronized between senders.
Answers
D.
The third-party send list should be pulled from the CMS
D.
The third-party send list should be pulled from the CMS
Answers
Suggested answer: B

What is a correct statement about a database of record? Choose 2 answers

A.
A database of record is a centralized storage repository of data about objects or people.
A.
A database of record is a centralized storage repository of data about objects or people.
Answers
B.
A database of record is any database containing subscriber data.
B.
A database of record is any database containing subscriber data.
Answers
C.
A database of record is a data structure in which multiple opt-in statuses can be stored for a subscriber.
C.
A database of record is a data structure in which multiple opt-in statuses can be stored for a subscriber.
Answers
D.
A database of record is a system in which a subscriber's status is maintained
D.
A database of record is a system in which a subscriber's status is maintained
Answers
Suggested answer: A, D

A bank wants to send out a series of emails to new customers that open a checking or savings account. The emails will be used to educate and inform customers regarding their current account and other bank offerings * Data for the campaign will be in two data extensions: Customer and New Accounts * The Customer data extension is currently used for multiple campaigns and is updated at 1:00 a.m.

* The New Accounts data is encrypted and will be placed on the FTP at 10:00 p.m.

Which automated workflow meets the customer's requirements?

A.
A scheduled automation that starts at 2:00 a.m. that executes Data Extract Activity, Import Activity, Query Activity, Wait Activity, and Send Email Activity.
A.
A scheduled automation that starts at 2:00 a.m. that executes Data Extract Activity, Import Activity, Query Activity, Wait Activity, and Send Email Activity.
Answers
B.
A triggered automation that executes File Transfer Activity, Import Activity, Query Activity, Wait Activity, and Send Email Activity.
B.
A triggered automation that executes File Transfer Activity, Import Activity, Query Activity, Wait Activity, and Send Email Activity.
Answers
C.
A scheduled automation that starts at 2:00 a.m. that executes File Transfer Activity, Import Activity, Query Activity, Wait Activity, and Send Email Activity.
C.
A scheduled automation that starts at 2:00 a.m. that executes File Transfer Activity, Import Activity, Query Activity, Wait Activity, and Send Email Activity.
Answers
D.
A scheduled automation that starts at 12:00 a.m. and executes a File Transfer Activity, Import Activity, Query Activities, Wait Activity, and Send Email Activity.
D.
A scheduled automation that starts at 12:00 a.m. and executes a File Transfer Activity, Import Activity, Query Activities, Wait Activity, and Send Email Activity.
Answers
Suggested answer: C

A company collects subscriptions on its website. It does the following:

* Compiles that subscription list in a database in the website Content Management System (CMS).

* Posts this encrypted list to Marketing Cloud nightly at 11 p.m.

* Uses Marketing Cloud as the database of record.

* Sends up to five emails a week based on subscriber engagement with prior sends.

Which automation sequence (excluding waits) should cover these requirements?

A.
File Transfer, Data Extract, Filters, Sends
A.
File Transfer, Data Extract, Filters, Sends
Answers
B.
File Transfer, Query, Measures, Sends
B.
File Transfer, Query, Measures, Sends
Answers
C.
File Transfer, Import, Measures, Sends
C.
File Transfer, Import, Measures, Sends
Answers
D.
File Transfer, Import, Query, Sends
D.
File Transfer, Import, Query, Sends
Answers
Suggested answer: D

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.

Which workflow should meet these requirements?

A.
Triggered Automation: Import File > SQL Query(s) > Send Email(s)
A.
Triggered Automation: Import File > SQL Query(s) > Send Email(s)
Answers
B.
Scheduled Automation: Transfer File > Import File > SQL Query(s) > Send Email(s)
B.
Scheduled Automation: Transfer File > Import File > SQL Query(s) > Send Email(s)
Answers
C.
Scheduled Automation: Import File > SQL Query(s) > Send Email(s)
C.
Scheduled Automation: Import File > SQL Query(s) > Send Email(s)
Answers
D.
Triggered Automation: Import File > Group Refresh > Send Email(s)
D.
Triggered Automation: Import File > Group Refresh > Send Email(s)
Answers
Suggested answer: A

A customer is collecting data from a Smart Capture form that stores submissions in a data extension.

The customer wants an email sent to the marketing manager each morning that contains the previous day's submissions as a CSV attachment. Assuming that the customer has the attachments feature enabled.

Which automation workflow will accomplish this?

A.
Triggered Automation: Data Extract > SQL Query > Transfer File > Send Email
A.
Triggered Automation: Data Extract > SQL Query > Transfer File > Send Email
Answers
B.
Scheduled Automation: Data Extract > SQL Query > Transfer File > Send Email
B.
Scheduled Automation: Data Extract > SQL Query > Transfer File > Send Email
Answers
C.
Triggered Automation: SQL Query > Data Extract > Transfer File > Send Email
C.
Triggered Automation: SQL Query > Data Extract > Transfer File > Send Email
Answers
D.
Scheduled Automation: SQL Query > Data Extract > Transfer File > Send Email
D.
Scheduled Automation: SQL Query > Data Extract > Transfer File > Send Email
Answers
Suggested answer: D
Total 306 questions
Go to page: of 31