Free Marketing-Cloud-Developer Exam Braindumps

Pass your Salesforce Certified Marketing Cloud Developer (SP20) exam with these free Questions and Answers

Page 8 of 40
QUESTION 31

A developer receives a request to integrate Marketing Cloud with a lead capture tool. The lead capture tool will call the Marketing Cloud API to create a data extension every time a new lead form is published. The created data extension's name should match the name of the form exactly.
Which API feature could the developer use to dynamically create these data extensions?

  1. A. SOAP API using Create Method and the DataExtension Object
  2. B. REST API using POST on the /interaction/v1/EventDefinitions endpoint with Schema populated
  3. C. REST API using POST on the /data/v1/customobjectdata/ endpoint
  4. D. Creating the data extension using API is not possible

Correct Answer: A

QUESTION 32

A developer wants to create a CloudPage which is linked from an email. %%[SET @point = RequestParameter(x) SET @value = 5 IF Length(@point) > 1 THEN SET @value = 1 ELSEIF Length(@point)>2 THEN SET @value = 2 ELSEIF Length(@point) >3 THEN SET@value = 3 ELSEIF Length(@point) >4 THEN SET @value = 4 ENDIF]%% Which is the expected value of @value if x = 'Tacos'?

  1. A. 3
  2. B. 1
  3. C. 5
  4. D. 4

Correct Answer: B

QUESTION 33

A developer built a complex dynamic email with many data variants. Rather than create test data manually, they want to use a subset of live data to validate the dynamic aspects of the email.
Which SQL function should be used to collect a representative sample from a larger data set?

  1. A. HAVING
  2. B. OVER
  3. C. NTILE

Correct Answer: B

QUESTION 34

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?

  1. A. Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)
  2. B. Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)
  3. C. Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0
  4. D. Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1

Correct Answer: C

QUESTION 35

Northern Trails Outfitters is using REST API to send emails to customers after a purchase. Which considerations should be taken regarding the token used in the API Call?

  1. A. Make a token API call and re-use the token until the next API call fails.
  2. B. Make a token API call before each triggered send API call.
  3. C. Make a token API call and re-use the token for that subscriber.
  4. D. Make a token API call and re-use the token until the token expires.

Correct Answer: D

Page 8 of 40

Post your Comments and Discuss Salesforce Marketing-Cloud-Developer exam with other Community members: