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

Salesforce Certified Marketing Cloud Developer (SP25) Marketing-Cloud-Developer Question # 58 Topic 6 Discussion

Salesforce Certified Marketing Cloud Developer (SP25) Marketing-Cloud-Developer Question # 58 Topic 6 Discussion

Marketing-Cloud-Developer Exam Topic 6 Question 58 Discussion:
Question #: 58
Topic #: 6

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?


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


Get Premium Marketing-Cloud-Developer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.