Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

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 needs to find all subscribers on the Customers data extension who made a purchase in the last 30 days. Purchase data is on the Orders data extension which contains a columncalled 'PurchaseDate'. Contacts are identified in both data extensions by a column called 'ContactKey', and the Orders data extension can contain many instances of the same subscnber.

Which SQL keyword should the developer use to achieve the desired result?

Options:

A.

INNER JOIN


B.

OUTER JOIN


C.

ORDER BY PurchaseDate ASC


Expert Solution
Questions # 52:

A developer wants to create an AMPscript FOR loop that populates HTML table rows based on the number of rows and data in a target DE. Where should the developer place the FOR keyword to begin the loop?

Options:

A.

Before the <title> tag


B.

Before the tag


C.

Before the tag


D.

Before the tag


Expert Solution
Questions # 53:

A developer is building a landing page in Marketing Cloud and an email with a Call-To page will display personal information about the subscriber.

In which way could the developer create the CTA link?

Options:

A.

Use the AMPscript CloudPagesURLfunction.


B.

Append EmailAddress to the URL as an encoded parameter.


C.

Append SubscnberKey to the URL as an encoded parameter.


Expert Solution
Questions # 54:

A company has chosen to use the REST API for triggered sends, but they continue to get the following error during their testing: "Unable to queue Triggered Send request. There are no valid subscribers." They were informed that the SOAP API provides more information about the error, and found that their payload did not include a required data extension field.

Which element of the SOAP API response provides this level of detail?

Options:

A.

ErrorDescription


B.

OverallStatus


C.

ErrorCode


Expert Solution
Questions # 55:

NTO uses data extensions to manage the subscriber information usedfor their email sends, and those sends includes calls to update records with new or different subscriber information. The developer handling these records writes some AMPscript to check and see if the data extension containing those records updated usingan InsertDE() call if the record doesn't yet exist. Why would the developer receive an error stating the application cannot insert a duplicate value for the primary key in the data extension?

Options:

A.

The InsertDE function will always insert two rows into a data extension as part of the call


B.

The InsertDE function cannot be used with name and value pairs


C.

The InsertDE function comes after the system added the row as part of the email send


D.

The InsertDE function cannot be used at send time


Expert Solution
Questions # 56:

A developer receives Error Code 5 when performing a SOAP API call. The error states: "Cannot Perform 'Post' on objects of type 'SentEvent'".

What could be the issue?

Options:

A.

SOAP does not support POST; useREST


B.

The authentication token has expired.


C.

It may be a temporary network issue.


D.

'SentEvent' is not able to be updated using SOAP.


Expert Solution
Questions # 57:

A customer wants a list of subscribers who were sent an email within the past 12 months.

How shouldthis request be completed?

Options:

A.

Create a measure with criteria sent_date is after today minus 565 days


B.

Run a tracking extract via the SOAP API


C.

Query against the Job and Sent data views


D.

Locate the email sends in the Tracking tab within Email Studio


Expert Solution
Questions # 58:

A developer wants to build an email that dynamically populates the physical address of a company's locations using the variable ©address. The deployment goes to millions of subscribers and the developer wants the fastest possible performance.

Which AMPscript solution should be recommended?

Options:

A.

%%[ SET @address = field(Lookcup("Building_Locations"/ "Address", "Id",@Id), "Address") ]%%


B.

%% [ SET @address - field(Row(LookupRows("Building_Locations", "Address","Id"), 1),"Address") ]%%


C.

%%; SET @address = LookupRows(Building_Locations", "Address", "Id") ]%%


D.

%: SET @address = Lookup(''Building_locations'', Address'', ''id''@id) ] %%


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