Knowledge of ColdFusion 9 Skills Test
After OEM upgrade, which of the following versions of applications is still NOT supported by ColdFusion 9?
For which of the following tags does the cfprocparam define its parameters?
If ColdFusion mappings and custom tag roots can exist within the web root, then from which of the following locations can the CFC be accessed?
In cftry block, which of the following is an optional tag and always executes, whether or not there is a file upload exception?
In the following cfapplet syntax, which attribute holds the name of the registered applet? <cfapplet appletsource = "" name = "">
In which of the following ways can you instantiate CFCs and invoke CFC methods?
What will be the name of the CFC if the component file name is myFirstComponent.cfc?
Which of the following are correct syntax for inserting comments in a ColdFusion 9 application?
Which of the following are required attributes of the cffile tag?
Which of the following are reserved words in ColdFusion 9 and should NOT be used for ColdFusion variables, user-defined function names, or custom tag names?
Which of the following are valid values of action attributes in the cftransaction tag?
Which of the following are valid values of the action attributes of the cfftp tag for performing file and directory operations?
Which of the following array functions always return(s) False?
Which of the following attributes are optional in cfstoredproc ColdFusion tag?
Which of the following cffile tag mode attribute value will set permission of read/write (rw) to a file for UNIX ?
Which of the following ColdFusion 9 tags do NOT allow custom attributes and do NOT return any value?
Which of the following ColdFusion conversion functions validates XML against a DTD?
Which of the following DOM level core specifications does ColdFusion 9 conform to?
Which of the following functions can be used to perform a RegEx operation in a ColdFusion application?
Which of the following functions is used to process the XML test that includes <?xml ?> directives?
Which of the following is a required attribute in the cfquery tag?
Which of the following is a valid syntax for caching a user-defined function in ColdFusion's Application scope?
Which of the following is correct in the context of ColdFusion Components (CFCs)?
Which of the following is INCORRECT with regard to referring to the contents of an XML object?
Which of the following is NOT correct about ColdFusion 9?
Which of the following is the correct cfinsert syntax?
Which of the following is the correct syntax for using a SQL reserved word as a column name in a query?
Which of the following is the correct way to define a component method parameter named temp?
Which of the following operators returns True if the value on the left is greater than the value on the right?
Which of the following properties must be set in the Application.cfc file in order to utilize the ORM features of ColdFusion9?
Which of the following should NOT be used as a form field name in ColdFusion 9?
Which of the following statements about the cfqueryparam ColdFusion tag are true?
Which of the following statements holds true if you import CFCs in the Application.cfm page?
Which of the following tags can be used to create a CFC?
Which of the following tags is used to catch and process exceptions in ColdFusion application pages?
Which of the following tags specifies the name of the file to be included in your ColdFusion page?
Which of the following values of the action attribute of the cffile tag have been added in ColdFusion 9?
While working on a ColdFusion application, which of the following tags will you use to embed Java applets in a cfform tag?