Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

LRP-614 Exam Dumps - Portal Developer

Question # 4

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 # 5

The recommended way to create new methods in a core service is to use a service wrapper hook.

A.

True

B.

False

Full Access
Question # 6

After removing a customization from an Ext plugin, the recommended way to redeploy in a development environment is to:

A.

Redeploy the plugin and restart the server

B.

Undeploy the original plugin and deploy the updated plugin

C.

Start with a clean instance of the server and deploy all plugins

D.

Redeploy all plugins and restart the server

Full Access
Question # 7

When a hook overrides a core JSP named view.jsp:

A.

The new view.jsp overwrites the original file and the original view.jsp is no longer available

B.

The original view.jsp is moved to a temporary folder

C.

The original view.jsp is renamed to view.portal.jsp

D.

The contents of the original view.jsp and the new view.jsp are merged automatically

Full Access
Question # 8

The method to retrieve a list of users added directly to an organization is:

A.

OrganizationLocalServiceUtil.getOrganizationUsers()

B.

UserLocalServiceUtil.getOrganizationUsers()

C.

GroupLocalServiceUtil.getOrganizationUsers()

D.

All of the above

Full Access
Question # 9

A solution that requires modifying the Blogs portlet by overriding several core JSPs and a Struts action is best developed as:

A.

A single hook plugin

B.

A Struts hook plugin and a JSP hook plugin

C.

A single Ext plugin

D.

A Struts hook plugin and several JSP hook plugins

Full Access
Question # 10

Color schemes are defined in:

A.

liferay-color-scheme.xml

B.

portal-ext.properties

C.

liferay-look-and-feel.xml

D.

liferay-plugin-package.properties

Full Access
Question # 11

An Ext plugin should be used to:

A.

Create aportlet

B.

Create a theme

C.

Overwrite a portal JSP file

D.

Create a servlet filter

E.

Modify coreportletdeployment descriptors

F.

Create a web service

Full Access
Question # 12

The recommended way to cleanly redeploy an Ext plugin is to:

A.

Remove the plugin WAR file from the server and redeploy

B.

Set ext.redeploy .enabled to''true''

C.

Remove the ext-plugin-[nameof plugin],xml file in the deployed Liferay application and redeploy

D.

Start from a clean instance of the server and redeploy

Full Access
Question # 13

Portlets that extend MVCPortlet require annotations on action methods.

A.

True

B.

False

Full Access
Question # 14

The recommended way to automatically add tags when creating web content is to:

A.

Create a model listener in a hook plugin and implement the onAfterCreate() method

B.

Create a model listener in a hook plugin and implement the onBeforeCreate() method

C.

Create an Ext plugin to extend and override JournalArticleLocalServicelmpI

D.

Create a hook plugin and use a service wrapper to extend JournalArticleLocalService

Full Access
Question # 15

The Plugins SDK uses:

A.

portal-service.jar

B.

JAR files from the user's home directory

C.

portal-impl.jar

D.

portal-plugin.jar

Full Access
Question # 16

Only an Ext plugin can:

A.

Override language keys

B.

Modify the initialization parameters of a coreportlet

C.

Create a model listener

D.

Override a JSP

E.

Override Liferay services

Full Access
Question # 17

Thecompanyld" is a(n):

A.

Portal instance

B.

Organization

C.

Site

D.

Team

Full Access
Question # 18

MVCPortlet directs page flow using:

A.

The controller() method

B.

A render parameter called "mvcPath"

C.

A direct link to the JSP with a relative URL

D.

A public render parameter called "path"

Full Access
Question # 19

The method to retrieve an integer submitted as a form field named "widgetCount"' is:

A.

GetterUtil.getInteger(actionRequest, "widgetCount")

B.

RequestUtiI.getInteger(actionRequest,"widgetCount )

C.

HTMLUtil.getInteger(actionRequest, "widgetCount")

D.

ParamUtil.getInteger(actionRequest, "widgetCount")

E.

FormUtil.getInteger(actionRequest, "widgetCount")

F.

AlloyUtil.getInteger(actionRequest, "widgetCount")

Full Access
Question # 20

The "companyId" is a(n):

A.

Portal instance

B.

Organization

C.

Site

D.

Team

Full Access
Question # 21

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