Exam Details

  • Exam Code
    :9A0-127
  • Exam Name
    :Adobe ColdFusion 9 ACE Exam
  • Certification
    :ACE ColdFusion
  • Vendor
    :Adobe
  • Total Questions
    :107 Q&As
  • Last Updated
    :May 24, 2025

Adobe ACE ColdFusion 9A0-127 Questions & Answers

  • Question 11:

    A file name data.txt is stored in the same directory as the currently executing CFM page.

    What is the correct syntax to read the contents of the file into a variable named content?

    A.

    B.

    C.

    D.

  • Question 12:

    Your application needs to consume an RSS feed hosted on another server.

    You are using cfhttp.

    Which property allows you to specify the address of the remote file?

    A. url

    B. address

    C. server

    D. destination

  • Question 13:

    What is the name of the tag attribute that should be set to the remote URL when retrieving content over the web?

    A. source

    B. address

    C. feed

    D. url

  • Question 14:

    Which tag allows you to retrieve an RSS document and save it to a file?

    A. CFoutput

    B. cffeed

    C. CFrss

    D. cfatom

  • Question 15:

    Which declaration of the variable columnmap results in the successful output of an RSS feed?

    qdata = querynew("name,description,url");

    queryaddrow(qdata,3);

    querysetcell(qdata,"name","Larry",1);

    querysetcell(qdata,"description","Larry was the middle stooge",1);

    querysetcell(qdata,"url","http://www.larryfine.com",1);

    querysetcell(qdata,"name","Moe",2);

    querysetcell(qdata,"description","Moe was the leader",2);

    querysetcell(qdata,"url","http://en.wikipedia.org/wiki/Moe_Howard",2);

    querysetcell(qdata,"name","Curly",3);

    querysetcell(qdata,"description","Curly is everyone's favorite",3);

    querysetcell(qdata,"url","http://stoogeworld.com/_Biographies/Curly.htm",3);

    query="#qdata#"

    xmlvar="xRSS"

    columnmap="#columnmap#"

    properties="#properties#">

    #xRSS#

    A.

    B.

    C.

    D.

  • Question 16:

    You are using cfinvoke.

    Which property allows you to specify the URL of the WSDL file you want to consume?

    A. method

    B. WSDL

    C. URL

    D. webservice

  • Question 17:

    After migrating your fully-tested application from development into production, you begin receiving the following error message on your production server:

    Unable to read WSDL from URL: mywebservice.

    Error: java.net.MalformedURLException: no protocol: mywebservice.

    Error on line 55:

    What should you do to resolve the error?

    A. replace the webservice attribute value with "mywebservice.cfc?wsdl"

    B. migrate your CF Administrator web services configuration from development into production

    C. replace with , restart your ColdFusion instance, and delete your browser cache

    D. add the following attribute to the tag: refreshWSDL="yes"

  • Question 18:

    What must you do when calling a SOAP-based web service by its service name rather than the service's WSDL URL?

    A. use the createObject() method to call the service once and register the service with ColdFusion

    B. call the service with once to register the service with ColdFusion

    C. use the WSDL URL in the CFM page

    D. configure the service name and associate it with the service's WSDL URL in ColdFusion Administrator

  • Question 19:

    What is the correct syntax for a CFC function declared within a block that always returns a structure and throws a runtime error if the incorrect type is returned?

    A. function myFunction() returntype="struct" { return structNew(); }

    B. function myFunct():struct { return structNew(); }

    C. function struct myFunction() { return structNew(); }

    D. function myFunction() { return structNew(); }

  • Question 20:

    Which function definition defines a private function named fullName that returns a string?

    A. string function fullName()

    B. function fullName():String

    C. private string function fullName()

    D. private function fullName():String

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Adobe exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 9A0-127 exam preparations and Adobe certification application, do not hesitate to visit our Vcedump.com to find your solutions here.