Test your skill

 

  Paper Code:

Question 1.
You write the following code to consume a Web service.  
      <cfinvoke component=alidate method=alidateButton returnvariable=sValidated >
However, the code is not working. What should you do to correct his code?
 
 
Question 2.
You have a Web page that you want to display in a PDF document format. Which tag should you use?
 
 
Question 3.
You create an RSS feed by using the following code: 
      <cffeed action=reate query= orderSelections# columnMap= colMapStructure# outputFile=feeds/createOrderSel.xml
You need to put the metadata in a structure and the entries as rows in a query object specified by the query attribute. What should you do to?
 
 
Question 4.
Which statement about the following code is true? 
      1) <cfset a = 4>
      2) <cfset b = 25>
      3) <cfif a = b OR b = b>
      4) c = 10
      5) <cfelse>
      6) d=15
      7) </cfif>
 
 
Question 5.
What should you do in the following code to create a loop that outputs only even numbers between 2 and 100?
      1) <cfloop index= from= to= 00 <cfloop index= from= to= 00
      2) <cfoutput>Number: #i#</cfoutput>
      3) </cfloop>
 
 
Enter your name


Enter your email


Save my information in this computer
 

Small fish in the sea

A ColdFusion programer since 2006 which have developed various web based applications using Adobe ColdFusion (from version 4.5 to 9).

manoj_kothari9@yahoo.com
+91 9711601778

Join me on:

more about me

Video times

Here are some videos related to ColdFusion, Database tutorials. Hopefully it will be helpful for you.

view videos

Tip for the day

IsDefined  - Limitation

The IsDefined function does not test the existence of array elements. Instead, place any code that could access an undefined array element in a try block and use a catch block to handle exceptions that arise if elements do not exist.

view detail

Guest book
Adobe ColdFusion 9