Skip to main content

LRP-614 Real Exam Questions

Portal Developer

144 questions available · Page 1 of 15

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

The <liferay-ui: icon-menu> tag is used to:

  1. A

    Display a list of actions

  2. B

    Display navigation

  3. C

    Display a list of breadcrumbs

  4. D

    Display categories

Show answer and explanation

Correct answer: A

Question 2 Single choice

AlloyUI is:

  1. A

    A JavaScript library

  2. B

    A CSS framework

  3. C

    A tag library

  4. D

    All of the above

Show answer and explanation

Correct answer: D

Question 3 Multiple choice

The <portlet: defineObjects /> tag defines the variables: (Please select all correct answers.)

  1. A

    "portletPreferences"

  2. B

    "renderRequest"

  3. C

    "remoteUser"

  4. D

    "portletSession''

Show answer and explanation

Correct answers: A, B, D

Question 4 Multiple choice

A hook plugin can be used to: (Please select all correct answers.)

  1. A

    Modify a portal language key

  2. B

    Modify a theme plugin

  3. C

    Override a portal JSP

  4. D

    Override the User service

  5. E

    Override PortalLDAPUtil

Show answer and explanation

Correct answers: A, C, D

Question 5 Single choice

The recommended way to turn off portlet borders in a custom theme is to:

  1. A

    Modifyportlet.vm to hide theportletborders

  2. B

    Set the theme setting "portlet-setup-show-borders" to "false"

  3. C

    Create a JSP hook that overrides port!et_wrapper.jsp to hide theportletborders

  4. D

    Set the portal property "portlet.setup.show.borders" tofalse"

Show answer and explanation

Correct answer: B

Question 6 Single choice

Developing for Liferay requires:

  1. A

    IntelliJ

  2. B

    Eclipse

  3. C

    NetBeans

  4. D

    Liferay Developer Studio

  5. E

    None of the above

Show answer and explanation

Correct answer: E

Question 7 Single choice

Public render parameters are of the type:

  1. A

    List

  2. B

    RenderParameter

  3. C

    String

  4. D

    Object

  5. E

    RenderRequest

Show answer and explanation

Correct answer: C

Question 8 Single choice

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

  1. A

    portlet.event.distribution=all-pages

  2. B

    event.distribution =all-pages

  3. C

    portlet.event.distribution=layout-set

  4. D

    No specific property setting is required

Show answer and explanation

Correct answer: C

Question 9 Single choice

The recommended way to implement a new SSO solution that captures the SSO header is to:

  1. A

    Create an Ext plugin that adds a sen/let filter to capture the SSO header

  2. B

    Create a hook plugin that implements a servlet filter to capture the SSO header

  3. C

    Modify the portal source code and create an SSO servlet filter in the portal to capture the SSO header

  4. D

    Create a hook plugin to override the Struts action for the Loginportletto capture the SSO header

Show answer and explanation

Correct answer: B

Question 10 Multiple choice

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

  1. A

    Generate Hibernate configuration files

  2. B

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

  3. C

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

  4. D

    Generate web services

Show answer and explanation

Correct answers: A, B, D