Hi All,

Though I have cleared the exam of BrainBench and eCertifications.com but I
am confused about the answers to the following questions. Could you people
help me out!

1. When creating a CFX tag using Java, what does the
\cfusion\java\class\cfx.jar file contain?

A. Transaction Object, CF Object, Query Object
B. Request Object, Response Object, Query Object
C. Step Object, Request Object, Responce Object
D. Process Object, Status Object, Request Object
E. Status Object, Response Object, CFQuery Object

Answer: ?

2. Sample Code:
1 <CFIF NOT IsAuthenticate("Admin")>
2 <CFTRY>
3 <CFAUTHENTICATE SECURITYCONTEXT="Edge" USERNAME=#user# PASSWORD=#pwd#>
4 <CFCATCH TYPE="Security">
5 Access denied. </CFCATCH></CFTRY></CFIF>
  Which of the lines in the above code contains an error?

A. Line 3
B. Line 1
C. Line 5
D. Line 4
E. Line 2

Answer: ?

3. 1  < (Less Than)
2 > (Greater Than)
3 ' (Single Quote)
4 " (Double Quote)
5 % (Percent)
  The function XMLFormat(string) is used to create an XML safe string. Which
of the following characters does it filter?

A. 1,2,3
B. 3, 4
C. 1,2,3,4
D. 3,4,5
E. 1,2,5

Answer: ?

4. Which of the following is a list of valid CFCACHE parameters?

A. ClientCache, Write, Flush, and Cache
B. Cache, Optimal, Flush, and ClientCache
C. Cache, Write, Read, and Optimal
D. Write, Flush, ClientCache, and Optimal
E. Cache, Write, Flush, and Optimal

Answer: ?

5. What is the name of the page that is similar to the application.cfm but
is run after the main page is done?

A. Application2.cfm
B. ApplicationEnd.cfm
C. OnPageEnd.cfm
D. OnRequestEnd.cfm
E. PageEnd.cfm

Answer: ?

6. Sample Code:

<CFSET Txt = Evaluate("CALLER.#ATTRIBUTES.VariableName#")>
<CFSET Txt = Replace("#Txt#", "_", "x", "ALL")>
<CFSET Txt = SetVariable("CALLER.#ATTRIBUTES.VariableName#",Txt)>
  When the above module is called with <cfmodule template="sample.cfm"
VariableName="Text_Var">, what is the result?

A. Recurse the caller routine until all characters are x.
B. Blank the value of the variable Text_Var.
C. Double call the caller routine backwards.
D. Remove all _ symbols from the contents of the variable Text_Var.
E. Change the name of the variable Text_Var to TextVar

Answer: ?

7. Which of the following a valid ACTION within the CFTRANSATION tag?

A:   END
B:   ROLLOVER
C:   READ
D:   COMMIT

Answer: ?

8. When working with CFSLIDER attributes, <CFSLIDER NAME="Lyk" RANGE="1,10"
SCALE="1" VALUE="5">, the VALUE attribute indicates

A:   the number of values.
B:   the starting value.
C:   the highest real value.
D:   none of the above.

Answer: ?

9. While using the CFFILE tag with the UPLOAD action, which File variable is
not matched correctly with the return?

A:   File.FileExisted: indicates whether a file already exists in the
specific directory
B:   File.ServerFile: the filename a file was saved as on the server
C:   File.ServerFileName: the filname and extension of the file that was
uploaded to the server
D:   File.OldFileSize: the size of the file that was overwritten by the
uploaded file

Answer: ?

10. To reduce the file size of ColdFusion templates by reducing white space
from the Administrator select ____ within the Server section.

A:   Limit file size
B:   Enforce suppression
C:   Suppress white space by default
D:   Eliminate white space

Answer: ?

11. HTML and JAVASCRIPT are supported within an error template.

A:   True
B:   False

Answer: ?

12. In a SQL query, if a subquery will return more than one result, it must
be placed in the

A:   WHERE clause
B:   FROM clause
C:   SELECT clause
D:   GROUP by clause

Answer: ?

13. Which of the following is false regarding the <CFOBJECT> tag?

a. Skip Question
b. Using CFOBJECT, any automation server object type that is currently
registered on a machine can be invoked
c. CFOBJECT allows you to create and use COM (Component Object Model)
objects
d. Using CFOBJECT, you can use a utility like Microsoft's OLEView to browse
COM objects
e. All the above

Answer: ?

14. What is the purpose of the Delay Evaluation (DE) function in Cold
Fusion?

a. Skip Question
b. Returns its argument with double quotes wrapped around it and all double
quotes inside it escaped
c. Prevents the evaluation of a string as an expression when it is passed as
an argument to IIf or Evaluate
d. Both a and b
e. None of the above

Answer: ?

15. What is the purpose of the Network Listener Module (NLM)?

a. Skip Question
b. NLM is a Java applet used to listen for incoming messages and redirect
them to the standard Cold Fusion server
c. NLM is only used on the Unix Operating System
d. NLM is a stand-alone program that acts as a network front-end for the
standard Cold Fusion server
e. All the above

Answer: ?

16. Which of the following statements is false regarding the difference
between CFScript and JavaScript?

a. Skip Question
b. CFScript uses ColdFusion expressions, which are neither a subset nor a
superset of JavaScript expressions
c. CFScript is case-sensitive
d. In CFScript, assignments are statements, not expressions
e. In CFScript, some implicit objects are not available, such as Window and
Document

Answer: ?
Answer: C

17. Which of the structure functions listed below do all of the following:
1) contains data, 2) returns
TRUE if the structure contains no data, 3) returns FALSE if it does contain
data?

a. Skip Question
b. StructCopy
c. StructUpdate
d. StructKeyExists
e. StructIsEmpty

Answer: ?
Answer: E

18. What are the two types of custom tags available in Cold Fusion 4.01?

a. Skip Question
b. Local and shared custom tags
c. Local and client custom tags
d. Private and public custom tags
e. Client and shared custom tags

Answer: ?
Answer: C

Regards,
Bitto



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to