Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

LRP-614 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

LRP-614 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Portal Developer
  • Last Update: May 4, 2024
  • Questions and Answers: 144
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

LRP-614 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

LRP-614 Practice Exam Questions with Answers Portal Developer Certification

Question # 6

Hook plugins can only override core JSPs, services, language keys and Struts actions.

A.

True

B.

False

Full Access
Question # 7

The recommended plugin type to use for a new servlet filter is a(n):

A.

Ext

B.

Portlet

C.

Hook

D.

Theme

Full Access
Question # 8

The recommended way to implement code that only runs once to modify columns in the database is with a(n):

A.

GlobalStartupAction

B.

ServicePreAction

C.

UpgradeProcess

D.

ServicePostAction

E.

VerifyProcess

F.

GlobalShutdownAction

Full Access
Question # 9

Thecompanyld" is a(n):

A.

Portal instance

B.

Organization

C.

Site

D.

Team

Full Access
Question # 10

The tag is used to:

A.

Display a list of actions

B.

Display navigation

C.

Display a list of breadcrumbs

D.

Display categories

Full Access
Question # 11

Service Builder entities are defined in:

A.

portlet.xml

B.

liferay-portlet.xml

C.

service, xml

D.

web.xml

Full Access
Question # 12

The descriptor liferay-portlet.xml:

A.

Defines Liferay-specific portlet features

B.

Defines the categories of the Add Application menu

C.

Identifies portlets that only run onLiferay

D.

All of the above

Full Access
Question # 13

The method to embed the non-instanceable Language portlet with the name "82" in a theme is:

A.

$theme.include("82")

B.

$theme.runtime("82")

C.

$theme.runtime("82_INSTANCE_abcl23")

D.

$theme.include("82_INSTANCE_abcl23")

Full Access
Question # 14

The standard JSR-286 portlet modes are: (Please select all correct answers.)

A.

Help

B.

Configuration

C.

Print

D.

Edit

E.

View

F.

About

Full Access
Question # 15

Default rankings in the Message Boards portlet are set as portlet preferences. To make all new instances of the portlet display custom rankings, it is recommended to:

A.

Navigate to System Defaults in the Control Panel and update theportletpreferences

B.

Create a hook plugin that modifies the defaultmessage.board.ranks portal property

C.

Create an Ext plugin that contains the desired configuration inportlet-ext.xml

D.

Create a JSP hook that overrides the rankings for all instances of the Message Boardsportlet

Full Access
Question # 16

The recommended way to add a custom class to Liferay's startup process is to:

A.

Create a portal-ext.properties file in the Liferay Home directory that adds the custom class to global.startup.events, and add the custom class to the deployed Liferay application

B.

Create an Ext plugin that replaces the value of global.startup.events with the custom class, and add the custom class to the plugin

C.

Create a portal-ext.properties file in the Liferay Home directory that replaces the value of global.startup.events with the custom class, and add the custom class to portal-impl.jar

D.

Create an Ext plugin that adds the custom class to global.startup.events, and add the custom class to the plugin

Full Access
Question # 17

AlloyUI is:

A.

A JavaScript library

B.

A CSS framework

C.

A tag library

D.

All of the above

Full Access
Question # 18

Portlets are placed in the Control Panel using:

A.

portlet.xml

B.

liferay-portlet.xml

C.

liferay-plugin-package.properties

D.

liferay-look-and-feel.xml

Full Access
Question # 19

An administrator would like to search for blog entries by the Twitter account of the author. The recommended way to add the Twitter account to the index and add the term to the search query is to:

A.

Create a hook plugin that overrides the BlogsEntry service to index the Twitter account and add the term to the search query

B.

Create a hook plugin that overrides the Struts actions to index the Twitter account on update and add the term to the search query

C.

Create an Ext plugin that extends the BlogsEntry indexer to index the Twitter account and add the term to the search query

D.

Create a hook plugin that implements an indexer post processor to index the Twitter account and add the term to the search query

Full Access
Question # 20

Portlet events are distributed to portlets on different pages by setting the property:

A.

portlet.event.distribution=all-pages

B.

event.distribution =all-pages

C.

portlet.event.distribution=layout-set

D.

No specific property setting is required

Full Access
Question # 21

Tables are created in the database for a Service Builder entity after:

A.

The Ant "build-service" target has run

B.

The portlet is deployed for the first time

C.

The portlet is added to a page for the first time

D.

Tables must be created manually

Full Access