ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 20 - Certified Marketing Cloud Developer discussion

Report
Export

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)
Answers
A.
Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
B.
Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)
Answers
B.
Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)
C.
Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
Answers
C.
Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
D.
Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
Answers
D.
Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1
Suggested answer: C
asked 23/09/2024
Mark Green
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first