Liferay LRP-614 - Portal Developer Exam

Page:    1 / 29   
Total 144 questions

The method to define a column in a layout template is:

  • A. $layout.createColumn()
  • B. $layout.defineColumn()
  • C. $processor.processColumn()
  • D. $layout.addColumn()


Answer : C

The JavaScript method that executes after all theportlets on the page have finished loading is:

  • A. Liferay.Portlet.ready(fn)
  • B. AUI().ready(fn)
  • C. Liferay.on('allPortletsReady',fn)
  • D. None of the above


Answer : C

A JSR-286 standardportletextends:

  • A. LiferayPortlet
  • B. MVCPortlet
  • C. GenericPortlet
  • D. StrutsPortlet
  • E. Any Java class


Answer : C

Thecompanyld" is a(n):

  • A. Portal instance
  • B. Organization
  • C. Site
  • D. Team


Answer : A

Site administrators would like to search for web content based on the review date. The review date is not currently indexed when web content is published. The recommended way to add the review date to the search index is to:

  • A. Create an Ext plugin and overwrite the Journal indexer to index the review date
  • B. Create a hook plugin and override the Journal service to index the review date
  • C. Create a hook plugin and override the edit article Struts action to index the review date
  • D. Create a hook plugin and implement an indexer post processor to index the review date


Answer : D

Page:    1 / 29   
Total 144 questions