Liferay Portal Developer - LRP-614 Exam Practice Test

Question 1
A portlet application only needs the standard web.xml deployment descriptor to be considered valid.

Correct Answer: B
Question 2
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

Correct Answer: B
Question 3
The JavaScript method that executes after each portlet on the page loads is:

Correct Answer: D
Question 4
After removing a customization from an Ext plugin, the recommended way to redeploy in a development environment is to:

Correct Answer: C
Question 5
After a portlet completes the action phase:

Correct Answer: C
Question 6
The recommended way to cleanly redeploy an Ext plugin is to:

Correct Answer: C
Question 7
To define a primary key named''bookld" in service.xml:

Correct Answer: D
Question 8
If the expiration cache in portlet.xml is set to "-1":

Correct Answer: A
Question 9
As a best practice, a portlet plugin imports classes from:(Please select all correct answers.)

Correct Answer: B,C
Question 10
The method to retrieve an integer submitted as a form field named "widgetCount"' is:

Correct Answer: C