Pass the Salesforce Developers Marketing-Cloud-Developer Questions and answers with CertsForce

Viewing page 6 out of 6 pages
Viewing questions 51-60 out of questions
Questions # 51:

A developer identified duplicate contacts and wants to delete roughly 10 million subscribers usingContact Delete. How could the process be expedited?

Options:

A.

Change the Suppression value to a larger value


B.

Delete any unnecessary Sendable Data Extensions


C.

Manually delete subscribers in All Contacts


D.

Stop the current delete process and delete smaller groups


Expert Solution
Questions # 52:

A developer needs to determine why a Query Activity in an Automation has failed.

Which three scenarios could have caused this? Choose 3 answers

Options:

A.

The query takes more than 60 minutes to run.


B.

The query is returning more than one million rows.


C.

The query results in duplicate rows not allowed by the primary key.


D.

The query is not returning a value for a non-nullable field.


E.

The query is inserting a value that is larger than the size of a field.


Expert Solution
Questions # 53:

A developer is making an API REST call to trigger an email send. An accesstoken is used to authenticate the call.

How long are Marketing Cloud v1 access tokens valid?

Options:

A.

Access tokens expire after 24 hours.


B.

REST calls do not require an access token.


C.

Each API call requires a new access token.


D.

Access tokens expire after one hour.


Expert Solution
Questions # 54:

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?

Options:

A.

Lookup ('Exclude','EmailAddress','SubscriberKey',SubscriberKey)


B.

Lookup ('Exclude','SubscriberKey', 'EmailAddress', emailddr_)


C.

Rowcount (LookupRows('Exclude',SubsciberKey,_SubscriberKey) >0


D.

Rowcount (LookupRows('Exclude','SubscriberKey,_SubscriberKey) >1


Expert Solution
Questions # 55:

A developer receives a request to integrate Marketing Cloud with a lead capture tool. The lead capture toolwill 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?

Options:

A.

SOAP API using Create Method and the DataExtension Object


B.

REST API using POST on the /interaction/v1/EventDefinitions endpoint with Schema populated


C.

REST API using POST on the /data/v1/customobjectdata/ endpoint


D.

Creating the data extension using API is not possible


Expert Solution
Questions # 56:

A new record is appendedto the Orders data extension each time a customer makes a purchase. Which SQL statement would select a unique list of subscribers who have made multiple purchases?

Options:

A.

SELECT TOP 1 SubscriberKey FROM Orders


B.

SELECT DISTINCT SubscriberKey FROM Orders


C.

SELECT SubscriberKey FROM Orders GROUP BY SubscriberKey


D.

SELECT SubscriberKey FROM Orders GROUP BY SubscriberKey HAVING COUNT(*)>1


Expert Solution
Questions # 57:

NTO is reconsidering the requirement to have English, Spanish and French versions of their email campaigns. They request a developer to create a query which aggregates clicks grouped by language of the recipient. Language is stored in a Profile Attribute. Which two Data Views would be included in the query? Choose 2 answer

Options:

A.

_Subscribers


B.

_Subscribers


C.

_AllSubscribers


D.

_Click


Expert Solution
Questions # 58:

Landing pagescan use which SSJS library? 1. Core LibraryZ. Platform Library 3. SSJS Library

Options:

A.

Onlyl1 and 3


B.

Only1 ard2


C.

Only 2 and 3


D.

All 1,2 and 3


E.

None of these


Expert Solution
Viewing page 6 out of 6 pages
Viewing questions 51-60 out of questions