exam questions

Exam Certified Marketing Cloud Developer All Questions

View all questions & answers for the Certified Marketing Cloud Developer exam

Exam Certified Marketing Cloud Developer topic 1 question 49 discussion

Actual exam question from Salesforce's Certified Marketing Cloud Developer
Question #: 49
Topic #: 1
[All Certified Marketing Cloud Developer Questions]

A developer needs to identify all subscribers who were sent Job ID 420 but did not click any links.
Which SQL statement would produce the desired results?

  • A. SELECT s.SubscriberKey -

    FROM _Sent s -
    JOIN _Click c ON s.SubscriberKey = c.SubscriberKey AND s.JobID = c.JobID
    WHERE s.JobID = 420
  • B. SELECT s.SubscriberKey -

    FROM _Sent s -
    LEFT JOIN _Click c ON s.SubscriberKey = c.SubscriberKey AND s.JobID = c.JobID
    WHERE s.JobID = 420
  • C. SELECT s.SubscriberKey -

    FROM _Sent s -
    LEFT JOIN _Click c ON s.SubscriberKey = c.SubscriberKey AND s.JobID = c.JobID
    WHERE s.JobID = 420 AND c.SubscriberKey IS NULL
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
22a9d76
1 week, 4 days ago
Selected Answer: C
I agree with Casesar Luffy. C is the correct answer.
upvoted 1 times
...
CaesarLuffy
5 months ago
Selected Answer: C
C is better
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago