nerdexam
Adobe

9A0-127 · Question #13

The following Application.cfc file is placed in the application root folder: <cfcomponent> <cffunction name="onRequest"> <div>On Request</div> </cffunction> <cffunction name="onRequestStart">…

The correct answer is A. On Request Start. See the full explanation below for the reasoning.

Question

The following Application.cfc file is placed in the application root folder:

<cfcomponent> <cffunction name="onRequest"> <div>On Request</div> </cffunction> <cffunction name="onRequestStart"> <div>On Request Start</div> </cffunction> </cfcomponent> A CFM page in the application root folder contains the following HTML and text:

<div>Current Page</div> When you browse the CFM page, what is the output?

Options

  • AOn Request Start
  • BOn Request
  • COn Request
  • DOn Request Start

How the community answered

(55 responses)
  • A
    73% (40)
  • B
    15% (8)
  • C
    4% (2)
  • D
    9% (5)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice