Given the following code stub:
Which returns the string "two"?
A. obj.key.basic
B. obj.basic[2]
C. obj.basic[1]
D. obj.basic.2
You are using the
A. The file is output to the browser.
B. The file is NOT created.
C. A runtime error occurs.
D. The file is saved to server RAM.
What is the order of precedence (greatest to least) for execution of the
A. onError, cftry, cferror
B.
C.
D.
The following Application.cfc file is placed in the application root folder:
A CFM page in the application root folder contains the following HTML and text:
When you browse the CFM page, what is the output?
A. On Request Start On Request
B. On Request On Request Start
C. On Request Current Page On Request
D. On Request Start On Request Current Page
In your application you run the following query:
SELECT id, name, email FROM users;
Which query tag allows you to query the results of the getUsers query?
A.
B.
C.
D.
Given the following code:
Which value is returned from function F1?
A. 3
B. 4
C. 7
D. 8
You are utilizing ORM in ColdFusion 9.
Which tag should you use to map table fields to variables of the component?
A. cfsetting
B. cfproperty
C. cfargument
D. cfmapping
You are using the xmlSearch() function to retrieve data from an XML document. Which function signature most accurately describes the data types of the arguments?
A. xmlSearch(xml object, xpath)
B. xmlSearch(string, xpath);
C. xmlSearch(string, regular expression)
D. xmlSearch(xml object, regular expression)
Where is cached content saved by the
A. on the server hard disk
B. in the browser cache
C. in server memory
D. in a server-side database
Which font is NOT supported by
A. Arial
B. Times
C. Comic Sans MS
D. any font installed on the server is supported