Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Salesforce Certified Marketing Cloud Engagement Developer MCE-Dev-201 Question # 28 Topic 3 Discussion

Salesforce Certified Marketing Cloud Engagement Developer MCE-Dev-201 Question # 28 Topic 3 Discussion

MCE-Dev-201 Exam Topic 3 Question 28 Discussion:
Question #: 28
Topic #: 3

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 MCE-Dev-201 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.