Demo Questions:
Question: 1
When collecting a query parameter (cid) to store in a prop, which syntax is correct?
A. s.prop3 -s.Util,getQueryParam('cid');
B. s.prop3 --s.Util,GetQueryParam('cid');
C. s.prop3 --s.Util,getQuery,Parameter('cid');
D. s.prop3 -s.ntil,getquery,Parameter('cid');
Answer: A
Question: 2
You are working in Adobe Experience Platform Launch and making multiple updates to a library:
What is the quickest way to see your results and test your changes?
A. Save your changes using the Working Library function, and build library.
B....