New Year 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 1 out of 6 pages
Viewing questions 1-10 out of questions
Questions # 1:

A developer needs to use the 'contacts/ route of the REST API to update records in a data extension.

What should the developer verify before making the API call?

Options:

A.

Each contact should alreadyexist in All Subscribers.


B.

Journey Builder should be configured to use the data extension.


C.

Contact Key should be equal to Subscriber Key in the underlying data extensions to ensure proper joining.


D.

The data extension should be linked in an AttributeGroup in Contact Builder.


Expert Solution
Questions # 2:

Northtrn Trail Outfitters (NTO) wants to import a data file. It will be uploaded at regular intervals to their Enhanced FTP Account where an automation will import the file Into a data extension. NTO requires the file to be encrypted.

Which two file encryption options are supported when importing data files to Marketing Cloud?

Choose 2 answers

Options:

A.

PGP encryption


B.

RSA encryption


C.

GPG encryption


D.

AES encryption


Expert Solution
Questions # 3:

A marketer is planning a weekly promotionalsend.

Which two types of data extensions could be sent to?

Choose 2 answers

Options:

A.

Synchronized Data Extension


B.

Sendable Data Extension


C.

Salesforce Data Extension


D.

Send Log Data Extension


Expert Solution
Questions # 4:

A developer wants to expand thefunctionality of existing code which was written in AMPscript, but prefers to use Server-Side JavaScript (SSJS) for updates.

Which SSJS statement will retrieve the value of the AMPscript variable named subKey?

Options:

A.

Var.Get("subKey");


B.

Variable.GetTValue (''@subKey") ;


C.

Variable.SetValue("subKey", "Value");


D.

Var.Retrieve("@subKey");


Expert Solution
Questions # 5:

Northern Trail Outfitters (NTO) wants to determine the best identifier for subscribers across all channels.

What should be recommended5

Options:

A.

Contact Key


B.

Mobile ID


C.

Email Address


D.

Subscriber ID


Expert Solution
Questions # 6:

A developer wants to build an audience by identifying subscribers who opened a specific email. Which query should the developer use?

Options:

A.

SELECT * FROM _Open WHERE ListID = '1234'


B.

SELECT * FROM_Open WHERE JobID = "1234"


C.

SELECT SubscriberID FROM _Open WHERE JobID = "1234"


D.

SELECT SubscriberKey FROM _Open WHERE JobID = '1234'


Expert Solution
Questions # 7:

A developer receives a request for tracking data for alt sends associated with a specific JoblD. The developer needs to see Sends, Opens, Clicks, and Bounces.

Which two activities could the developer use? Choose 2 answers

Options:

A.

Tracking Extract Activity


B.

Server-Side JavaScript Activity


C.

Campaign Data Extract


D.

SQL Query Activity


Expert Solution
Questions # 8:

A developer wants to add an image to Content Builder via the API and retrieve the image's published URL. Which method should the developer use?

Options:

A.

GET using the REST API/asset/v1/content/assets and parse the FileProperties parameter


B.

Use the SOAP API to create a Porfoglio object and idenfity the Source property


C.

POST to the REST API/asset/v1/content/categories and parse the Description parameter


D.

POST to the REST API/asset/v1/content/assets and parse the FileProperties parameter


Expert Solution
Questions # 9:

Which activity is required before a compressed file can be imported?

Options:

A.

Import File


B.

Data Extract


C.

Decompress File


D.

File Transfer


Expert Solution
Questions # 10:

A developer wants to personalize a welcome email with the recipient's first name from the Customers data extension, which is different from the targeted sending data extension named NewSubscribers. Both data extensionscontain the unique identifier in a field named CustomerKey. Which AMPscript Syntax would populate the first name personalization as requested?

Options:

A.

%%=Lookup('Customers', 'FirstName', 'ContactID', CustomerKey)=%%


B.

%%=Lookup('Customers', 'FirstName', 'CustomerKey', CustomerKey)=%%


C.

%%=Lookup('Customers','FirstName','CustomerKey', 'CustomerKey')=%%


D.

%%=Lookup('NewSubscribers','FirstName','ContactID',CustomerKey)=%%


Expert Solution
Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions