Pass the Liferay Liferay Certified Professional Developer LRP-614 Questions and answers with CertsForce

Viewing page 2 out of 5 pages
Viewing questions 11-20 out of questions
Questions # 11:

The recommended way to add new functionality in Liferay is to:

Options:

A.

Create Ext plugins


B.

Createportlet, theme, layout template or hook plugins


C.

Modify Liferay's source code directly


D.

All of the above


Expert Solution
Questions # 12:

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

Options:

A.

$layout.createColumn()


B.

$layout.defineColumn()


C.

$processor.processColumn()


D.

$layout.addColumn()


Expert Solution
Questions # 13:

A Liferay utility to verify the format of an email address is:

Options:

A.

Validator.isEmailAddress()


B.

HTMLUtil.isEmailAddress()


C.

StringUtil.isEmailAddress()


D.

Corrector.isEmailAddress()


E.

GetterUtil.isEmailAddress()


F.

ParamUtil.isEmailAddress()


Expert Solution
Questions # 14:

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

Options:

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")


Expert Solution
Questions # 15:

Only an Ext plugin can:

Options:

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


Expert Solution
Questions # 16:

The recommended way to add support for a new locale is to:

Options:

A.

Create an Ext plugin that adds a language properties file for the desired locale


B.

Create an Ext plugin that adds a language properties file for the desired locale and implements a servlet filter mapping using IlSnFilter


C.

Create a hook plugin that adds a language properties file for the desired locale and implements a servlet filter hook to invoke IlSnFilter through PortalClassLoaderFilter


D.

Create a portlet plugin that overrides the core language filter to recognize the desired locale


Expert Solution
Questions # 17:

In portal.properties, the following property lists portlets that can be embedded on any page:

portlet.add(default.resource.check.whitelist=3,56_INSTANCE_0000,5S,S2,S6,87,88/103,113,145,164,

The property is listed in liferay-hook_6_l_0.dtd as a property that can can be overridden with a hook.

The recommended way to prevent embedding the Search portlet ("3") is to create a hook plugin.

Options:

A.

True


B.

False


Expert Solution
Questions # 18:

The business logic for UserLocalServiceUtil is found in:

Options:

A.

Use rLocaIServiceUtil


B.

UserLocalServicelmpI


C.

Use rLocalService


D.

UserServicelmpI


E.

UserServiceUtil


Expert Solution
Questions # 19:

The descriptor liferay-display.xml:

Options:

A.

Defines the initial views for the portlet


B.

Defines the categories in the Add Application menu


C.

Provides the ability to use Liferay's permission system


D.

All of the above


Expert Solution
Questions # 20:

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

Options:

A.

OrganizationLocalServiceUtil.getOrganizationUsers()


B.

UserLocalServiceUtil.getOrganizationUsers()


C.

GroupLocalServiceUtil.getOrganizationUsers()


D.

All of the above


Expert Solution
Viewing page 2 out of 5 pages
Viewing questions 11-20 out of questions