nerdexam
Adobe

9A0-127 · Question #65

9A0-127 Question #65: Real Exam Question with Answer & Explanation

Sign in or unlock 9A0-127 to reveal the answer and full explanation for question #65. The question stem and answer options stay visible for context.

Question

Which declaration of the variable columnmap results in the successful output of an RSS feed? <cfscript> qdata = querynew("name,description,url"); queryaddrow(qdata,3); querysetcell(qdata,"name","Larry",1); querysetcell(qdata,"description","Larry was the middle stooge",1); querysetcell(qdata,"name","Moe",2); querysetcell(qdata,"description","Moe was the leader",2); querysetcell(qdata,"name","Curly",3); querysetcell(qdata,"description","Curly is everyone's favorite",3); ",3); </cfscript> <!--- columnmap goes here ---> version="rss_2.0", description="The Three Stooges"}> <cffeed action="create" query="#qdata#" xmlvar="xRSS" columnmap="#columnmap#" properties="#properties#"> <cfcontent type="text/html"><cfoutput>#xRSS#</cfoutput>

Options

  • A<cfset columnmap = {title="name",content="description",rsslink="url"}>
  • B<cfset columnmap = {title="name",description="description",url="url"}>
  • C<cfset columnmap = [title="name",content="description",rsslink="url"]>
  • D<cfset columnmap = {title=qdata.name,description=qdata.description,url=qdata.url}>

Unlock 9A0-127 to see the answer

You've previewed enough free 9A0-127 questions. Unlock 9A0-127 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 9A0-127 Practice