ExamGecko
Home Home / Salesforce / Certified Marketing Cloud Developer

Salesforce Certified Marketing Cloud Developer Practice Test - Questions Answers, Page 2

Question list
Search
Search

List of questions

Search

Related questions











From which business unit could the Contact Delete feature be used within an Enterprise 2.0 account?

A.
Any business unit
A.
Any business unit
Answers
B.
The Parent account
B.
The Parent account
Answers
C.
Only in Agency accounts
C.
Only in Agency accounts
Answers
D.
The business unit where the contact was introduced
D.
The business unit where the contact was introduced
Answers
Suggested answer: B

Which two ways would a developer write an Exclusion Script to exclude sending an email at send time when comparing against a Boolean field in the Sendable Data Extension?

Choose 2 answers

A.
%%SendBoo1%%
A.
%%SendBoo1%%
Answers
B.
%%SendBoo1 < 1
B.
%%SendBoo1 < 1
Answers
C.
%%=Lookup ('Excluded' , SendBoo1'. Subscribekey'. _Subscribekey) =%%
C.
%%=Lookup ('Excluded' , SendBoo1'. Subscribekey'. _Subscribekey) =%%
Answers
D.
%%=Lookup ('Excluded' , SendBoo1'. _Subscribekey'. _Subscribekey) =%%
D.
%%=Lookup ('Excluded' , SendBoo1'. _Subscribekey'. _Subscribekey) =%%
Answers
Suggested answer: B, C

NTO puts the word TEST at the beginning of the name for each test emai. Which query would return the subs who were sent those emails?

A.
SELECT * FROM _Job J INNER JOIN _Sent S on J.EmailName LIKE 'TEST%'
A.
SELECT * FROM _Job J INNER JOIN _Sent S on J.EmailName LIKE 'TEST%'
Answers
B.
SELECT * FROM _Job INNER JOIN _Sent on JobID = JobID WHERE EmailName LIKE 'TEST%'
B.
SELECT * FROM _Job INNER JOIN _Sent on JobID = JobID WHERE EmailName LIKE 'TEST%'
Answers
C.
SELECT * FROM _Job J INNER JOIN _Sent S ON.JobID = S.JobID WHERE J.EmailName LIKE 'TEST%'
C.
SELECT * FROM _Job J INNER JOIN _Sent S ON.JobID = S.JobID WHERE J.EmailName LIKE 'TEST%'
Answers
D.
SELECT * FROM _Job J INNER JOIN _Sent S on J.JobID = JobID = S.JobID WHERE J.EmailName = 'TEST%'
D.
SELECT * FROM _Job J INNER JOIN _Sent S on J.JobID = JobID = S.JobID WHERE J.EmailName = 'TEST%'
Answers
Suggested answer: C

A developer identified duplicate contacts and initiated a Contact Delete process for 10 million subscribers. How could the process be expedited?

A.
Change the Suppression value to a larger value
A.
Change the Suppression value to a larger value
Answers
B.
Manually delete subscribers in All Contacts
B.
Manually delete subscribers in All Contacts
Answers
C.
Stop current delete process and delete smaller groups
C.
Stop current delete process and delete smaller groups
Answers
D.
Delete any unnecessary Sendable Data Extensions
D.
Delete any unnecessary Sendable Data Extensions
Answers
Suggested answer: C

NTO is using an asynchronous SOAP API call to the TriggerSend object to send order confirmation email to their customers. Which API object and attribute should be used to retrieve the status of the API call?

A.
Result Object and EmailAddress
A.
Result Object and EmailAddress
Answers
B.
Result Object and ConservationID
B.
Result Object and ConservationID
Answers
C.
ResultItem Object and OrderID
C.
ResultItem Object and OrderID
Answers
D.
ResultItem Object and RequestID
D.
ResultItem Object and RequestID
Answers
Suggested answer: D

A field value returned from a DE lookup contains a tab-delimited list of values. Which AMPscript function could easily determine if a specific text string exist anywhere in the list?

A.
Substring
A.
Substring
Answers
B.
BuildRowSetFromString
B.
BuildRowSetFromString
Answers
C.
IndexOf
C.
IndexOf
Answers
D.
Length
D.
Length
Answers
Suggested answer: B

A developer want to email a subscriber who is currently being processed for a Contact Deletion request. When could the Contact be reintroduced after a Contact Delete operation has started?

A.
Never
A.
Never
Answers
B.
14 days after deletion process is complete
B.
14 days after deletion process is complete
Answers
C.
After deletion is fully complete
C.
After deletion is fully complete
Answers
D.
Anytime
D.
Anytime
Answers
Suggested answer: C

A developer wants to programmatically inject Contacts into a journey via REST API. What is the recommended route using POST data extension fields and values?

A.
/interaction/v1/interactions
A.
/interaction/v1/interactions
Answers
B.
/interaction/v1/events
B.
/interaction/v1/events
Answers
C.
/interaction/v1/eventDefinitions
C.
/interaction/v1/eventDefinitions
Answers
D.
/contacts/v1/contactEvents
D.
/contacts/v1/contactEvents
Answers
Suggested answer: B

A company need to retrieve a large number of rows from a DE via the API. Which two solutions would optimize the performance? Choose 2

A.
Use a SimpleFilterPart to retrieve small sets of relevant data.
A.
Use a SimpleFilterPart to retrieve small sets of relevant data.
Answers
B.
Use AMPscript API functions on a CloudPage
B.
Use AMPscript API functions on a CloudPage
Answers
C.
Use the ContinueRequest feature
C.
Use the ContinueRequest feature
Answers
D.
Use the REST API instead of the SOAP API
D.
Use the REST API instead of the SOAP API
Answers
Suggested answer: B, C

NTO wants to exclude sending an email at send time to those with a record on the 'Exclude' Data Extension. The primary key on this data extension is Subscriber Key.

How would a developer write the Exclusion Script?

A.
Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
A.
Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
Answers
B.
Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)
B.
Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)
Answers
C.
Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
C.
Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
Answers
D.
Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
D.
Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
Answers
Suggested answer: C
Total 197 questions
Go to page: of 20