ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 78 - Certified Marketing Cloud Developer discussion

Report
Export

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") ]%%
Answers
A.
%%[ SET @address = field(Lookcup("Building_Locations"/ "Address", "Id",@Id), "Address") ]%%
B.
%% [ SET @address - field(Row(LookupRows("Building_Locations", "Address","Id"), 1),"Address") ]%%
Answers
B.
%% [ SET @address - field(Row(LookupRows("Building_Locations", "Address","Id"), 1),"Address") ]%%
C.
%%; SET @address = LookupRows(Building_Locations", "Address", "Id") ]%%
Answers
C.
%%; SET @address = LookupRows(Building_Locations", "Address", "Id") ]%%
D.
%: SET @address = Lookup(''Building_locations'', Address'', ''id''@id) ] %%
Answers
D.
%: SET @address = Lookup(''Building_locations'', Address'', ''id''@id) ] %%
Suggested answer: A
asked 23/09/2024
Christopher Fiotes
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first