Want to pass your Adobe ColdFusion 9 ACE Exam 9A0-127 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
You capture the RESULT structure of a query that performs an INSERT, UPDATE, or DELETE operation. What does the structure's RECORDCOUNT property represent?
A. the number of rows in the table after the query is executed
B. the number of rows in the table before the query is executed
C. different values for the INSERT, UPDATE or DELETE operations
D. the number of rows affected by the query
Your application makes use of functions.
Which benefit can be gained by organizing those functions into a ColdFusion component?
A. faster execution
B. shared variables scope
C. code reuse
D. access to application variables
Your application gets xml text submitted to it via an http post. Which function converts that text into an XML document?
A. xmlFormat()
B. toXML()
C. xmlParse()
D. xmlNew()