Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Portal Developer

Last Update 4 hours ago Total Questions : 144

The Portal Developer content is now fully updated, with all current exam questions added 4 hours ago. Deciding to include LRP-614 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our LRP-614 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these LRP-614 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Portal Developer practice test comfortably within the allotted time.

Question # 21

Service Builder entities are defined in:

A.

portlet.xml

B.

liferay-portlet.xml

C.

service, xml

D.

web.xml

Question # 22

A class that extends MVCPortlet must implement:

A.

init()

B.

doView()

C.

doEdit()

D.

processAction()

E.

All of the above

F.

None of the above

Question # 23

An administrator would like to add a new travel preferences section in the Miscellaneous section of the user form. The travel preferences are stored as custom fields. The recommended way to implement the solution using a hook plugin is to: (Please select all correct answers.)

A.

Modify html/portlet/users_admin/edit_user.jsp to add the travel preferences section to theMiscellaneous section

B.

Set the portal property "users.form. my.account, miscellaneous"to "travel-preferences" and add the corresponding JSP

C.

Create a Struts action hook to persist the Expando value to the database

D.

Add the custom fields to the relevant JSP using < liferay-ui;custom-attribute >

Question # 24

The portlet lifecycle includes the methods: (Please select all correct answers.)

A.

destroy ()

B.

processEvent()

C.

service()

D.

render()

E.

serveResource()

F.

processAction()

Question # 25

When adding new users to Liferay, the form will display the Details, Organizations and Personal Site sections based on the following property in portal.properties:

users.form.add.main =detaiIs,organizations,personal-site

The "users.form.add.main" property is listed in the liferay-hook_6_l_0.dtd as a portal property that can be overridden with a hook.

Deploying a hook with the following property in the portal.properties file will remove the Personal Site section:

users.form.add.main =details,organizations

A.

True

B.

False

Question # 26

The method to retrieve a list of organizations where a user has direct membership is:

A.

OrganizationLocalServiceUtil.getUserOrganizations()

B.

UserLocaIServiceUtil.getUserOrganizations()

C.

GroupLocalServiceUtil.getUserOrganizations()

D.

All of the above

Question # 27

To ensure that all portlets added to the right-hand column of this layout template have a blue background:

< div class="my_2_column" id="main-content" role="main" >

< div class= portlet-layout >

< div class="aui-w50 portlet-column portlet-column-first" id="left-hand" >

$processor.processColumn("column-l\ portlet-column-content portlet-column-content-first")

< /div >

< div class="aui-w50 portlet-column portlet-column-last" id = "right-hand" >

$processor.processColumn("column-2\ "portlet-column-content portlet-column-content-last")

< /div >

< /div >

< /div >

A.

Add the following CSS to the theme:

#main-content .right-hand .portlet { background: blue; }

B.

Add the following CSS to the theme:

#right-hand .portlet { background: blue; }

C.

Provide a custom JSP hook that overwrites the default style for ".column-2"

D.

Add the following CSS to the theme:

#right-hand {portlet-background: blue;}

Question # 28

The method to get the value of a custom field for a User object named "user" is:

A.

ExpandoLocalServiceUtil.getAttribute(user)

B.

user.getExpandoBridge().getAttribute()

C.

user.getExpando()

D.

PortalUtil.getExpando(user)

Question # 29

Service Builder is able to: (Please select all correct answers.)

A.

Generate Hibernate configuration files

B.

Generate base implementations of models, services, persistence and basic finders

C.

Generate struts-config.xml and tiles-defs.xml

D.

Generate web services

Question # 30

To customize the User service in a hook plugin, create a class that extends:

A.

UserServicelmpI

B.

UserServiceBaseImpI

C.

UserService

D.

UserServiceWrapper

Go to page: