Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Developers Marketing-Cloud-Developer Updated Exam

Salesforce Certified Marketing Cloud Developer (SP23) Questions and Answers

Question 37

Clock Kicks would like to encrypt and storeform data submitted from a CloudPage in a data extension using AMPscript. Which three encryption options could be used when creating a new key in Key Management? Choose 3

Options:

A.

SAML

B.

Asymmetric

C.

RSA

D.

Salt

E.

Symmetric

Question 38

A developer is building an integration with theMarketing Cloud API. Which configuration should be used for the API integration component in the associated Installed Package?

Options:

A.

Select the minimum required scope for the integration

B.

Select all available options to enable package reuse for the futureintegrations

C.

Select the 'Require Secret for Web Flor' option

D.

Select the 'Admin-approved users are pre-authorized' option under Permitted Users.

Question 39

Which AMPscript function returns the result of interpreted code within a code block and includes the result in the rendered content, where the code block is located?

Options:

A.

V

B.

Output

C.

TreatAsContentArea

Question 40

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) ] %%