The bundled property file that contains settings for a development environment is:
A. portal-ext. properties
B. portal-developer, properties
C. developer, properties
D. None of the above
Portlets are placed in the Control Panel using:
A. portlet.xml
B. liferay-portlet.xml
C. liferay-plugin-package.properties
D. liferay-look-and-feel.xml
When a hook plugin overrides the language keys for the locale "en_USthe text presented for the locale comes from:
A. The core Language.properties
B. The plugin Language.properties
C. The plugin Language_en.properties, then the core Language.properties
D. The plugin Language_en.properties, then the core Language_en.properties
The descriptor liferay-display.xml:
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
To allow more than one instance of a portlet on the same page setinstanceabletotrue" in:
A. liferay-portlet.xml
B. liferay-display.xml
C. liferay-plugin-package.xml
D. liferay-layout-template.xml
E. portlet.xml
F. web.xml
The recommended way to strip content from the outgoing response is to:
A. Create a hook plugin that implements a service post action to strip content from the response
B. Create an Ext plugin that implements a servlet filter to strip content from the response
C. Create a hook plugin that implements a servlet filter to strip content from the response
D. Create a hook that implements a request post processor to strip content from the response
The recommended way to cleanly redeploy an Ext plugin is to: A. Remove the plugin WAR file from the server and redeploy
B. Set ext.redeploy .enabled to''true''
C. Remove the ext-plugin-[nameof plugin],xml file in the deployed Liferay application and redeploy
D. Start from a clean instance of the server and redeploy
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.
A. True
B. False
AlloyUI is a framework built on:
A. YUI2
B. jQuery
C. YUI3
D. None of the above
The method to retrieve a list of users that have been added directly to a site is:
A. SiteLocalServiceUtil.getSiteUsers()
B. UserLocalServiceUtil.getSiteUsers()
C. UserLocalServiceUtil.getGroupUsers()
D. SiteLocalServiceUtil. getGroupUsers ()