Adobe 9A0-127 - AdobeĀ® ColdFusion 9 ACE Exam Exam

Question #6 (Topic: )
You want to convert a query column containing numeric data into a comma-delimited list.
Which function should you use?
A. ValueList() B. ArrayToList() C. ColumnList() D. ListAppend()
Answer: A
Question #7 (Topic: )
You want to load a single entity of type ART from your ORM, using the primary key value 5
as a filter.
Which two function signatures can you use to accomplish this task? (Choose two.)
A. EntityLoadByPK("ART", 5) B. EntityLoadSingleValue("ART", 5) C. EntityLoad("ART", 5) D. EntityLoadByExample("ART", 5) E. EntityLoad("ART", 5, true)
Answer: A,E
Question #8 (Topic: )
A page in your application is accessed at http://localhost/scope.cfm?init=false.
In which variable scope is the init variable available?
A. Attributes B. Application C. URL D. Form
Answer: C
Question #9 (Topic: )
Which code segment can be used to store an array of structures as a client variable?
A. <cfset client.myarray = "#adata#"> B. <cfset client.myarray = valuelist(adata)> C. <cfset client.myarray = serializeJSON(adata)> D. <cfset client.myarray = adata>
Answer: C
Question #10 (Topic: )
Your application has the following query which is invalid:
<cftry>
<cfquery datasource="goodphoto" name="test">
SELECT * FROM ...
</cfquery>
<cfcatch type="any">
</cfcatch>
</cftry>
Which variable contains a string that describes the cause of the error?
A. cfcatch.message B. cfcatch.type C. cfcatch.detail D. cfcatch.errorCode
Answer: C
Download Exam
Page: 2 / 21
Total 101 questions