CertBus.com

LRP-614 Q&As Liferay Certified Professional Developer Pass Liferay LRP-614 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: http://www.CertBus.com/LRP-614.html 100% Passing Guarantee 100% Money Back Assurance

Following Questions and Answers are all new published by Liferay Official Exam Center

Instant Download After Purchase 100% Money Back Guarantee 365 Days Free Update 80000+ Satisfied Customers

Vendor: Liferay

Exam Code: LRP-614

Exam Name: Liferay Certified Professional Developer

Version: Demo

100% Real Q&As | 100 Real Pass | CertBus.com

QUESTION 1 The method to define a column in a layout template is: A. B. C. D.

$layout.createColumn() $layout.defineColumn() $processor.processColumn() $layout.addColumn()

Correct Answer: C QUESTION 2 The JavaScript method that executes after all the portlets on the page have finished loading is: A. B. C. D.

Liferay.Portlet.ready(fn) AUI().ready(fn) Liferay.on('allPortletsReady',fn) None of the above

Correct Answer: C QUESTION 3 A JSR-286 standard portlet extends: A. B. C. D. E.

LiferayPortlet MVCPortlet GenericPortlet StrutsPortlet Any Java class

Correct Answer: C QUESTION 4 Thecompanyld" is a(n): A. B. C. D.

Portal instance Organization Site Team

Correct Answer: A QUESTION 5 Site administrators would like to search for web content based on the review date. The review date is not currently indexed when web content is published. The recommended way to add the review date to the search index is to: A. B. C. D.

Create an Ext plugin and overwrite the Journal indexer to index the review date Create a hook plugin and override the Journal service to index the review date Create a hook plugin and override the edit article Struts action to index the review date Create a hook plugin and implement an indexer post processor to index the review date

Correct Answer: D QUESTION 6 The recommended way to add new functionality in Liferay is to:

Contact Us: www.CertBus.com Get Success in Passing Your Certification Exam at first attempt

100% Real Q&As | 100 Real Pass | CertBus.com A. B. C. D.

Create Ext plugins Createportlet, theme, layout template or hook plugins Modify Liferay's source code directly All of the above

Correct Answer: B QUESTION 7 Instanceable portlets: (Please select all correct answers.) A. B. C. D. E.

Have unique preferences perportlet Can be added to a page multiple times Share the same data within the same site Can be displayed in the Control Panel Share the same data on the same page

Correct Answer: AB QUESTION 8 To generate remote services with Service Builder: A. B. C. D.

Pass the switch "-Dremote-service=true" to the Ant "build-service" target Set the attribute "remote-service'' to "true" on the "entity" element in service,xml Set the attribute "remote-service" to "true" on the "service-builder" element in service.xml All of the above

Correct Answer: B QUESTION 9 The method to embed the non-instanceable Language portlet with the name "82" in a theme is: A. B. C. D.

$theme.include("82") $theme.runtime("82") $theme.runtime("82_INSTANCE_abcl23") $theme.include("82_INSTANCE_abcl23")

Correct Answer: B QUESTION 10 The method to embed a portlet in a layout template is: A. B. C. D.

$layout.addPortlet() $processor.processPortlet() $layoutembedPortlet() $layout. process PortIet()

Correct Answer: B QUESTION 11 Portlet events are distributed to portlets on different pages by setting the property: A. B. C. D.

portlet.event.distribution=all-pages event.distribution =all-pages portlet.event.distribution=layout-set No specific property setting is required

Correct Answer: C

Contact Us: www.CertBus.com Get Success in Passing Your Certification Exam at first attempt

100% Real Q&As | 100 Real Pass | CertBus.com

QUESTION 12 In a JSP that includes the tag, the method to check permissions is: A. B. C. D.

permissionChecker.hasPermissionO portalUtil.getPermissionChecker().hasPermission() permissionUtil.hasPermission() renderRequest.getPermissionChecker().hasPermission()

Correct Answer: A QUESTION 13 The portlet lifecycle includes the methods: (Please select all correct answers.) A. B. C. D. E. F.

destroy () processEvent() service() render() serveResource() processAction()

Correct Answer: ABDEF QUESTION 14 The recommended way to turn off portlet borders in a custom theme is to: A. B. C. D.

Modifyportlet.vm to hide theportletborders Set the theme setting "portlet-setup-show-borders" to "false" Create a JSP hook that overrides port!et_wrapper.jsp to hide theportletborders Set the portal property "portlet.setup.show.borders" tofalse"

Correct Answer: B QUESTION 15 An Ext plugin should be used to: A. B. C. D. E. F.

Create aportlet Create a theme Overwrite a portal JSP file Create a servlet filter Modify coreportletdeployment descriptors Create a web service

Correct Answer: E QUESTION 16 The recommended way to create new methods in a core service is to use a service wrapper hook. A. True B. False Correct Answer: B QUESTION 17 The recommended way to implement a new SSO solution that captures the SSO header is to: A. Create an Ext plugin that adds a sen/let filter to capture the SSO header

Contact Us: www.CertBus.com Get Success in Passing Your Certification Exam at first attempt

100% Real Q&As | 100 Real Pass | CertBus.com B. Create a hook plugin that implements a servlet filter to capture the SSO header C. Modify the portal source code and create an SSO servlet filter in the portal to capture the SSO header D. Create a hook plugin to override the Struts action for the Loginportletto capture the SSO header Correct Answer: B QUESTION 18 Service Builder is able to: (Please select all correct answers.) A. B. C. D.

Generate Hibernate configuration files Generate base implementations of models, services, persistence and basic finders Generate struts-config.xml and tiles-defs.xml Generate web services

Correct Answer: ABD QUESTION 19 A hook plugin can extend and override: (Please select all correct answers.) A. B. C. D.

Core portal Struts actions CoreportletStruts actions Portletplugin Struts actions Layout template Struts actions

Correct Answer: AB QUESTION 20 Given the service.xml: The generated classes include: (Please select all correct answers.) A. B. C. D. E.

AcmeltemServiceUtil AcmeltemModel AcmeltemLocalServiceUtil AcmeltemJSONSerializer AcmeltemPersistencelmpI

Correct Answer: BCE QUESTION 21 The hooks that can import classes from the plugin class loader are: (Please select all correct answers.) A. B. C. D. E. F.

Auto login hooks JSP hooks Service wrapper hooks Servlet filter hooks Struts action hooks Indexer post processor hooks

Correct Answer: ACDEF QUESTION 22 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:

Contact Us: www.CertBus.com Get Success in Passing Your Certification Exam at first attempt

100% Real Q&As | 100 Real Pass | CertBus.com

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 Correct Answer: B QUESTION 23 Hook plugins can only override core JSPs, services, language keys and Struts actions. A. True B. False Correct Answer: B QUESTION 24 An Expando is: A. B. C. D.

A tool for writing newportlets in Liferay A code generator which generates services based on service.xml A service in Liferay which allows you to dynamically define a collection of data A new administrative interface in 6.1

Correct Answer: C QUESTION 25 The recommended way to implement code that only runs once to modify columns in the database is with a (n): A. B. C. D. E. F.

GlobalStartupAction ServicePreAction UpgradeProcess ServicePostAction VerifyProcess GlobalShutdownAction

Correct Answer: C QUESTION 26 The bundled property file that contains settings for a development environment is: A. B. C. D.

portal-ext. properties portal-developer, properties developer, properties None of the above

Correct Answer: B QUESTION 27 Only an Ext plugin can:

Contact Us: www.CertBus.com Get Success in Passing Your Certification Exam at first attempt

100% Real Q&As | 100 Real Pass | CertBus.com

A. B. C. D. E.

Override language keys Modify the initialization parameters of a coreportlet Create a model listener Override a JSP Override Liferay services

Correct Answer: B QUESTION 28 To customize the User service in a hook plugin, create a class that extends: A. B. C. D.

UserServicelmpI UserServiceBaseImpI UserService UserServiceWrapper

Correct Answer: D QUESTION 29 The recommended way to override multiple JSPs in the Documents and Media portlet is to: A. B. C. D.

Create a separate hook plug in for each JSP Create an Ext plugin Create a hook plugin that contains all the JSPs Copy them directly into Liferay

Correct Answer: C QUESTION 30 Default rankings in the Message Boards portlet are set as portlet preferences. To make all new instances of the portlet display custom rankings, it is recommended to: A. B. C. D.

Navigate to System Defaults in the Control Panel and update theportletpreferences Create a hook plugin that modifies the defaultmessage.board.ranks portal property Create an Ext plugin that contains the desired configuration inportlet-ext.xml Create a JSP hook that overrides the rankings for all instances of the Message Boardsportlet

Correct Answer: C QUESTION 31 The method to send a redirect response and prevent resubmitting a form when a user refreshes the page is: A. B. C. D.

clearRequ estPara mete rs () removeDuplicates() removeParameters() send Red irect()

Correct Answer: D QUESTION 32 If multiple Ext plugins modify struts-config-ext.xml: A. Liferay merges all of the plugins into one plugin and deploys the combined plugin B. Liferay only deploys the first plugin that modifies struts-config-ext.xml and does not deploy subsequent plugins

Contact Us: www.CertBus.com Get Success in Passing Your Certification Exam at first attempt

Why Select/Choose CertBus.com? Millions of interested professionals can touch the destination of success in exams by certbus.com. products which would be available, affordable, updated and of really best quality to overcome the difficulties of any course outlines. Questions and Answers material is updated in highly outclass manner on regular basis and material is released periodically and is available in testing centers with whom we are maintaining our relationship to get latest material. • 7000+ Real Questions and Answers • 6000+ Free demo downloads available • 50+ Preparation Labs • 20+ Representatives Providing 24/7 Support

To Read the Whole Q&As, please purchase the Complete Version from Our website.

Trying our product ! ★ 100% Guaranteed Success ★ 100% Money Back Guarantee ★ 365 Days Free Update ★ Instant Download After Purchase ★ 24x7 Customer Support ★ Average 99.9% Success Rate ★ More than 69,000 Satisfied Customers Worldwide ★ Multi-Platform capabilities - Windows, Mac, Android, iPhone, iPod, iPad, Kindle

Need Help Please provide as much detail as possible so we can best assist you. To update a previously submitted ticket:

Guarantee & Policy | Privacy & Policy | Terms & Conditions Any charges made through this site will appear as Global Simulators Limited. All trademarks are the property of their respective owners. Copyright © 2004-2015, All Rights Reserved.

CertBus-Liferay-LRP-614-Study-Materials-Braindumps-With-Real ...

CertBus-Liferay-LRP-614-Study-Materials-Braindumps-With-Real-Exam.pdf. CertBus-Liferay-LRP-614-Study-Materials-Braindumps-With-Real-Exam.pdf. Open.

2MB Sizes 0 Downloads 114 Views

Recommend Documents

No documents