nerdexam
Adobe

9A0-127 · Question #3

You have a ColdFusion Component with a function that returns the total number of arguments passed into this function. You want to expose this function as a Web service. Which tags and attributes…

The correct answer is D. The <cffunction> tag with the returntype and access attributes. See the full explanation below for the reasoning.

Question

You have a ColdFusion Component with a function that returns the total number of arguments passed into this function. You want to expose this function as a Web service. Which tags and attributes should you use?

Options

  • AThe <cfinvoke> tag with the invokeargument attribute.
  • BThe <cfobject> tag with the name and component attributes.
  • CThe <cfinvoke> tag with the component and method attributes.
  • DThe <cffunction> tag with the returntype and access attributes.

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    8% (2)
  • D
    84% (21)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice