Which statement about a regular expression is true?
A. It is a term used for common design patterns.
B. It is a method of discussing design with clients.
C. It allows developers to discuss code syntax.
D. It is a method of searching strings.
The following
name="myVar"/> Which type of data must the myVar variable contain? A. a query object B. a spreadsheet object or comma-delimited text C. any data type D. an array, query, or comma-delimited text
Which font is NOT supported by
A. Arial
B. Times
C. Comic Sans MS
D. any font installed on the server is supported
What is the order of precedence (greatest to least) for execution of the
A. onError, cftry, cferror
B.
C.
D.
Which
A.
B.
C.
D.
What are two valid locations in which to place a CFC file on the server disk so its functions can be called from CFM pages in a ColdFusion application? (Choose two.)
A. within mapped directories
B. within a folder named cfc under the WEB-INF folder
C. within custom tag paths
D. within a folder named cfc under the ColdFusion installation folder
E. within the web server's document root folder structure
In your application you must model the relationship between several objects. If object A extends object B, which OO technique is being used?
A. Inheritance
B. Polymorphism
C. Composition
D. Overloading
Your application utilizes ColdFusion components exposed as web services. Which tag allows you to define complex data types for your web service?
A.
B.
C.
D.
Given the following XML data:
Which data type is returned from the following code?
A. XML
B. string
C. struct
D. array
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
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