nerdexam
Adobe

9A0-127 · Question #40

You want to use the script-based component Artist.cfc to represent entities within the table Artists in the datasource artGallery using the ColdFusion ORM. Which two changes must be made within…

The correct answer is A. add persistent = "true" to the component declaration B. add table = "Artists" to the component declaration. See the full explanation below for the reasoning.

Question

You want to use the script-based component Artist.cfc to represent entities within the table Artists in the datasource artGallery using the ColdFusion ORM. Which two changes must be made within Artist.cfc? (Choose two.)

Options

  • Aadd persistent = "true" to the component declaration
  • Badd table = "Artists" to the component declaration
  • Cadd persistent = "true" to the CFCOMPONENT tag
  • Dadd ormEnabled = "true" to the component declaration
  • Eadd entityName = "Artists" to the component declaration

How the community answered

(49 responses)
  • A
    76% (37)
  • C
    12% (6)
  • D
    8% (4)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice