prueba prueba
Quiz von , erstellt am more than 1 year ago

Quiz am Prueba examen, erstellt von prueba prueba am 08/09/2016.

10
1
0
prueba prueba
Erstellt von prueba prueba vor mehr als 9 Jahre
Schließen

Prueba examen

Frage 1 von 144

1

The method to define a column in a layout template is

Wähle eine der folgenden:

  • $layout.createColumn()

  • $layout.defineColumn()

  • $processor.processColumn()

  • $layout.addColumn()

Erklärung

Frage 2 von 144

1

The JavaScript method that executes after all the portlets on the page have finished loading is:

Wähle eine der folgenden:

  • Liferay.Portlet.ready(fn)

  • AUI().ready(fn)

  • Liferay.on('allPortletsReady',fn)

  • None of the above

Erklärung

Frage 3 von 144

1

A JSR-286 standard portlet extends

Wähle eine der folgenden:

  • LiferayPortlet

  • MVCPortlet

  • GenericPortlet

  • StrutsPortlet

  • Any Java class

Erklärung

Frage 4 von 144

1

Thecompanyld" is a(n)

Wähle eine der folgenden:

  • Portal instance

  • Organization

  • Site

  • Team

Erklärung

Frage 5 von 144

1

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:

Wähle eine der folgenden:

  • 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

Erklärung

Frage 6 von 144

1

The recommended way to add new functionality in Liferay is to

Wähle eine der folgenden:

  • Create Ext plugins

  • Createportlet, theme, layout template or hook plugins

  • Modify Liferay's source code directly

  • All of the above

Erklärung

Frage 7 von 144

1

Instanceable portlets: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • 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

Erklärung

Frage 8 von 144

1

To generate remote services with Service Builder

Wähle eine der folgenden:

  • 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

Erklärung

Frage 9 von 144

1

The method to embed the non-instanceable Language portlet with the name "82" in a theme is

Wähle eine der folgenden:

  • $theme.include("82")

  • $theme.runtime("82")

  • $theme.runtime("82_INSTANCE_abcl23")

  • $theme.include("82_INSTANCE_abcl23")

Erklärung

Frage 10 von 144

1

The method to embed a portlet in a layout template is:

Wähle eine der folgenden:

  • $layout.addPortlet()

  • $processor.processPortlet()

  • $layoutembedPortlet()

  • $layout. process PortIet()

Erklärung

Frage 11 von 144

1

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

Wähle eine der folgenden:

  • portlet.event.distribution=all-pages

  • event.distribution =all-pages

  • portlet.event.distribution=layout-set

  • No specific property setting is required

Erklärung

Frage 12 von 144

1

In a JSP that includes the <liferay-theme: defineObjects /> tag, the method to check permissions is:

Wähle eine der folgenden:

  • permissionChecker.hasPermissionO

  • portalUtil.getPermissionChecker().hasPermission()

  • permissionUtil.hasPermission()

  • renderRequest.getPermissionChecker().hasPermission()

Erklärung

Frage 13 von 144

1

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

Wähle eine oder mehr der folgenden:

  • destroy ()

  • processEvent()

  • service()

  • render()

  • serveResource()

  • processAction()

Erklärung

Frage 14 von 144

1

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

Wähle eine der folgenden:

  • 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"

Erklärung

Frage 15 von 144

1

An Ext plugin should be used to

Wähle eine der folgenden:

  • Create aportlet

  • Create a theme

  • Overwrite a portal JSP file

  • Create a servlet filter

  • Modify coreportletdeployment descriptors

  • Create a web service

Erklärung

Frage 16 von 144

1

The recommended way to create new methods in a core service is to use a service wrapper hook.

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 17 von 144

1

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

Wähle eine der folgenden:

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

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

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

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

Erklärung

Frage 18 von 144

1

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

Wähle eine oder mehr der folgenden:

  • 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

Erklärung

Frage 19 von 144

1

A hook plugin can extend and override: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Core portal Struts actions

  • CoreportletStruts actions

  • Portletplugin Struts actions

  • Layout template Struts actions

Erklärung

Frage 20 von 144

1

Given the service.xml: <entity name="AcmeItem" local-service = "true'' remote-service="false">
<column name= "acmeltemld" type= "long' primary= "true" />
<column name= groupld" type="long" />
</entity>
The generated classes include: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • AcmeltemServiceUtil

  • AcmeltemModel

  • AcmeltemLocalServiceUtil

  • AcmeltemJSONSerializer

  • AcmeltemPersistencelmpI

Erklärung

Frage 21 von 144

1

The hooks that can import classes from the plugin class loader are: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Auto login hooks

  • JSP hooks

  • Service wrapper hooks

  • Servlet filter hooks

  • Struts action hooks

  • indexer post processor hooks

Erklärung

Frage 22 von 144

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 23 von 144

1

Hook plugins can only override core JSPs, services, language keys and Struts actions

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 24 von 144

1

An Expando is

Wähle eine der folgenden:

  • 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

Erklärung

Frage 25 von 144

1

The recommended way to implement code that only runs once to modify columns in the database is with a(n):

Wähle eine der folgenden:

  • GlobalStartupAction

  • ServicePreAction

  • UpgradeProcess

  • ServicePostAction

  • VerifyProcess

  • GlobalShutdownAction

Erklärung

Frage 26 von 144

1

The bundled property file that contains settings for a development environment is

Wähle eine der folgenden:

  • portal-ext. properties

  • portal-developer, properties

  • developer, properties

  • None of the above

Erklärung

Frage 27 von 144

1

Only an Ext plugin can

Wähle eine der folgenden:

  • Override language keys

  • Modify the initialization parameters of a coreportlet

  • Create a model listener

  • Override a JSP

  • Override Liferay services

Erklärung

Frage 28 von 144

1

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

Wähle eine der folgenden:

  • UserServicelmpI

  • UserServiceBaseImpI

  • UserService

  • UserServiceWrapper

Erklärung

Frage 29 von 144

1

The recommended way to override multiple JSPs in the Documents and Media portlet is to

Wähle eine der folgenden:

  • 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

Erklärung

Frage 30 von 144

1

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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 31 von 144

1

The method to send a redirect response and prevent resubmitting a form when a user refreshes the page is

Wähle eine der folgenden:

  • clearRequ estPara mete rs ()

  • removeDuplicates()

  • removeParameters()

  • send Red irect()

Erklärung

Frage 32 von 144

1

If multiple Ext plugins modify struts-config-ext.xml:

Wähle eine der folgenden:

  • Liferay merges all of the plugins into one plugin and deploys the combined plugin

  • Liferay only deploys the first plugin that modifies struts-config-ext.xml and does not deploy subsequent plugins

  • The last plugin deployed takes precedence

  • All of the plugins deploy successfully

Erklärung

Frage 33 von 144

1

Methods for retrieving the current users ID include: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • ThemeDisplay.getUserId()

  • PortaIUtil.getUserld(renderRequest)

  • request.getRemoteUser()

  • Liferay.getUserld(renderRequest)

  • Page.getUserld()

Erklärung

Frage 34 von 144

1

Developing for Liferay requires

Wähle eine der folgenden:

  • IntelliJ

  • Eclipse

  • NetBeans

  • Liferay Developer Studio

  • None of the above

Erklärung

Frage 35 von 144

1

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

Wähle eine der folgenden:

  • Display a list of actions

  • Display navigation

  • Display a list of breadcrumbs

  • Display categories

Erklärung

Frage 36 von 144

1

Portlets are placed in the Control Panel using

Wähle eine der folgenden:

  • portlet.xml

  • liferay-portlet.xml

  • liferay-plugin-package.properties

  • liferay-look-and-feel.xml

Erklärung

Frage 37 von 144

1

The recommended way to validate a user against an external system when adding a user through the UI or a web service is to

Wähle eine der folgenden:

  • Create a hook plug in to add a model listener to the User object

  • Create a service wrapper hook that modifies the User service

  • Create a Struts action hook to perform validation when the user form is submitted

  • Create an Ext plugin to modify the core Spring configuration to override the User service

Erklärung

Frage 38 von 144

1

All Service Builder entities contain a local reference to: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • CounterLocaIService

  • AssetLocaIService

  • ResourceLocalService

  • SocialLocalService

  • WorkflowLocaISe rvice

Erklärung

Frage 39 von 144

1

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.)

Wähle eine oder mehr der folgenden:

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

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

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

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

Erklärung

Frage 40 von 144

1

A class that extends MVCPortlet must implement

Wähle eine der folgenden:

  • init()

  • doView()

  • doEdit()

  • processAction()

  • All of the above

  • None of the above

Erklärung

Frage 41 von 144

1

The JavaScript method that executes after each portlet on the page loads is

Wähle eine der folgenden:

  • AUI().ready(fn)

  • Liferay.Portlet.ready(fn)

  • Liferay.on(allPortletsReady', fn)

  • None of the above

Erklärung

Frage 42 von 144

1

When a hook plugin overrides the language keys for the locale "en_US" the text presented for the locale comes from:

Wähle eine der folgenden:

  • The core Language.properties

  • The plugin Language.properties

  • The plugin Language_en.properties, then the core Language.properties

  • The plugin Language_en.properties, then the core Language_en.properties

Erklärung

Frage 43 von 144

1

The method to retrieve an integer submitted as a form field named "widgetCount"' is:

Wähle eine der folgenden:

  • GetterUtil.getInteger(actionRequest, "widgetCount")

  • RequestUtiI.getInteger(actionRequest,"widgetCount )

  • HTMLUtil.getInteger(actionRequest, "widgetCount")

  • ParamUtil.getInteger(actionRequest, "widgetCount")

  • FormUtil.getInteger(actionRequest, "widgetCount")

  • AlloyUtil.getInteger(actionRequest, "widgetCount")

Erklärung

Frage 44 von 144

1

The Ant target that removes compiled class files from the plugin is

Wähle eine der folgenden:

  • obliterate

  • destroy

  • remove

  • clean

  • reset

  • terminate

Erklärung

Frage 45 von 144

1

Customizations to a theme are made in the folder

Wähle eine der folgenden:

  • _unstyled

  • .styled

  • themes

  • _diffs

  • custom

Erklärung

Frage 46 von 144

1

The method to retrieve a list of users added directly to an organization is

Wähle eine der folgenden:

  • OrganizationLocalServiceUtil.getOrganizationUsers()

  • UserLocalServiceUtil.getOrganizationUsers()

  • GroupLocalServiceUtil.getOrganizationUsers()

  • All of the above

Erklärung

Frage 47 von 144

1

To remove some of the core portlets from the Add Application menu and add them in the Control Panel

Wähle eine der folgenden:

  • Create a hook plugin that modifies the portal properties default.control.panel.portlets and default.add .application.portlets

  • Create an Ext plugin that modifies liferay-plugin-package.xml and liferay-display.xml

  • Create an Ext plugin that modifies liferay-portlet-ext.xml and liferay-display.xml

  • Create an Ext plugin that modifies liferay-look-and-feel.xml

Erklärung

Frage 48 von 144

1

All render logic must be implemented in the JSP when using MVCPortlet

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 49 von 144

1

The descriptor liferay-display.xml

Wähle eine der folgenden:

  • Defines the initial views for the portlet

  • Defines the categories in the Add Application menu

  • Provides the ability to use Liferay's permission system

  • All of the above

Erklärung

Frage 50 von 144

1

To display the language key "add-part'' use

Wähle eine der folgenden:

  • <liferay-ui:locale key= "add-part" />

  • <liferay-ui:language key= "add-part" />

  • <liferay-ui;message key = "add-part" /

  • <aui-ui:message key ="add-part" />

Erklärung

Frage 51 von 144

1

Default RSS feeds are set as portlet preferences. To make all new instances of the RSS poitlet display a single custom RSS feed, it is recommended to

Wähle eine der folgenden:

  • Create a hook plugin to add a model listener to the layout to update the portlet preferences of any RSS portlet added to the page

  • Create an Ext plugin that contains the desired configuration in portlet-ext.xml

  • Create a JSP hook that overrides the RSS portlet's default configuration settings

  • Navigate to System Defaults in the Control Panel and update the portlet preferences

Erklärung

Frage 52 von 144

1

ThemeDisplay.getUserId() returns a value of -1 for the Guest user.

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 53 von 144

1

To allow more than one instance of a portlet on the same page setinstanceabletotrue" in

Wähle eine der folgenden:

  • liferay-portlet.xml

  • liferay-display.xml

  • liferay-plugin-package.xml

  • liferay-layout-template.xml

  • portlet.xml

  • web.xml

Erklärung

Frage 54 von 144

1

The business logic for UserLocalServiceUtil is found in

Wähle eine der folgenden:

  • Use rLocaIServiceUtil

  • UserLocalServicelmp

  • Use rLocalService

  • UserServicelmpI

  • UserServiceUtil

Erklärung

Frage 55 von 144

1

Portlets that extend MVCPortlet require annotations on action methods.

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 56 von 144

1

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

Wähle eine oder mehr der folgenden:

  • Modify a portal language key

  • Modify a theme plugin

  • Override a portal JSP

  • Override the User service

  • Override PortalLDAPUtil

Erklärung

Frage 57 von 144

1

The recommended way to strip content from the outgoing response is to:

Wähle eine der folgenden:

  • Create a hook plugin that implements a service post action to strip content from the response

  • Create an Ext plugin that implements a servlet filter to strip content from the response

  • Create a hook plugin that implements a servlet filter to strip content from the response

  • Create a hook that implements a request post processor to strip content from the response

Erklärung

Frage 58 von 144

1

To customize the default success message displayed by MVCPortlet

Wähle eine der folgenden:

  • Add a custom key to the SessionMessages object

  • Override the language key default-success-message in Language.properties

  • Provide a <default-message-mapping> entry in liferay-portlet.xml

  • Pass a parameter called 'success'' in the ActionURL and map it to a custom language key

Erklärung

Frage 59 von 144

1

The recommended way to cleanly redeploy an Ext plugin is to

Wähle eine der folgenden:

  • Remove the plugin WAR file from the server and redeploy

  • Set ext.redeploy .enabled to''true''

  • Remove the ext-plugin-[nameof plugin],xml file in the deployed Liferay application and redeploy

  • Start from a clean instance of the server and redeploy

Erklärung

Frage 60 von 144

1

Supported plugin types in the Plugins SDK include: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • AlloyUI plugins

  • Ext plugins

  • Hook plugins

  • Web plugins

  • Layout template plugins

  • Portlet plugins

Erklärung

Frage 61 von 144

1

Objects stored in the portlet application scope session are available to

Wähle eine der folgenden:

  • Any portlet on the same page

  • Any portlet in the same portlet application

  • Any portlet within the portal applicatio

  • Only the portlet that stored the object in the session

Erklärung

Frage 62 von 144

1

To start Liferay with developer properties

Wähle eine der folgenden:

  • Set the porta I.developer, mode property in portal-ext.properties to ''true

  • Include portal-developer.properties during Java startup, or in portal-ext.properties

  • Navigate to Server Administration in the Control Panel and set the portal.developer.mode property to "true"

  • Copy portal-developer.properties from the portal's classes directory to the Liferay home directory and restart the server

Erklärung

Frage 63 von 144

1

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

Wähle eine der folgenden:

  • ExpandoLocalServiceUtil.getAttribute(user)

  • user.getExpandoBridge().getAttribute()

  • user.getExpando()

  • PortalUtil.getExpando(user)

Erklärung

Frage 64 von 144

1

In portal.properties:
login,events.post=\ com.liferay.portal.events.ChannelLoginPostActionA,\ com.liferay.portal.events.Defaultl_andingPageAction,\ com.liferay.portal.events.LoginPostAction A hook plugin can insert a new class between DefaultLandingPageAction and LoginPostAction

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 65 von 144

1

The descriptor liferay-portlet.xml:

Wähle eine der folgenden:

  • Defines Liferay-specific portlet features

  • Defines the categories of the Add Application menu

  • Identifies portlets that only run onLiferay

  • All of the above

Erklärung

Frage 66 von 144

1

Not all of the fields in the User object are searchable out of the box. The recommended way to make these fields searchable is to

Wähle eine der folgenden:

  • Create a hook plugin that overrides the User service to index the required fields

  • Create a hook plugin that overrides the edit user Struts action to index the required fields

  • Create an Ext plugin that extends the User indexer to index the required fields

  • Create a hook plugin that implements an indexer post processor to index the required fields

Erklärung

Frage 67 von 144

1

Events supported by JSR-286 portlets for interportlet communication are: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Publishing events

  • Processing events

  • Global events

  • Lifecycle events

Erklärung

Frage 68 von 144

1

The recommended way to display a web content article in a theme

Wähle eine der folgenden:

  • Use the AssetEntry service in portal_normal.vm to get the desired article

  • Embed the Web Content Display portlet, passing in the desired article ID to the portlet URL

  • Embed the Web Content Display portlet, passing in portlet preferences set to the desired article

  • Create a JSP hook that gets the desired article from the JournalArticle service

Erklärung

Frage 69 von 144

1

After removing a customization from an Ext plugin, the recommended way to redeploy in a development environment is to

Wähle eine der folgenden:

  • Redeploy the plugin and restart the server

  • Undeploy the original plugin and deploy the updated plugin

  • Start with a clean instance of the server and deploy all plugins

  • Redeploy all plugins and restart the server

Erklärung

Frage 70 von 144

1

The following statements about plugins are true: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • All plugins are hot-deployable

  • Plugins can be used to modify core portal behavior

  • Plugins can be used to modify the layout of a page

  • Liferay supports six different types of plugins

  • Plugins are the preferred development approach

Erklärung

Frage 71 von 144

1

The "companyId" is a(n):

Wähle eine der folgenden:

  • Portal instance

  • Organization

  • Site

  • Team

Erklärung

Frage 72 von 144

1

Creating a Struts action hook requires the following elements in liferay-hook.xml: (Please select all correct answers)

Wähle eine oder mehr der folgenden:

  • <struts-hook>

  • <struts-action-path >

  • <struts-action-impl>

  • <override-struts-path>

  • <struts-action >

Erklärung

Frage 73 von 144

1

The Plugins SDK uses

Wähle eine der folgenden:

  • portal-service.jar

  • JAR files from the user's home directory

  • portal-impl.jar

  • portal-plugin.jar

Erklärung

Frage 74 von 144

1

The descriptor liferay-hook.xml defines the location to override a core JSP using

Wähle eine der folgenden:

  • <url-pattern>

  • <custom-jsp-global>

  • <custom-jsp-dir>

  • <jsp-override>

  • <include-and-override>

Erklärung

Frage 75 von 144

1

To map a Service Builder entity to an existing database table in service.xml the entity name must match the database table name

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 76 von 144

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 77 von 144

1

The location of the XML file that determines permissions for a portlet plugin is configured by

Wähle eine der folgenden:

  • The VM argument "resource-actions-configs"

  • The portlet property "resource.actions.configs"

  • The init parameter "resource-actions-configs"

  • A portal property "plugin.resource.actions.configs"

Erklärung

Frage 78 von 144

1

AlloyUI is

Wähle eine der folgenden:

  • A JavaScript library

  • A CSS framework

  • A tag library

  • All of the above

Erklärung

Frage 79 von 144

1

The JavaScript method that executes as soon as the HTML document has finished loading is

Wähle eine der folgenden:

  • AUI().ready(fn)

  • Liferay.Portlet.ready(fn)

  • Liferay.on(fn)

  • None of the above

Erklärung

Frage 80 von 144

1

Advantages of hook plugins over Ext plugins include: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • A hook plugin is hot deployable, while an Ext plugin is not

  • A hook plugin has direct access to the portal class loader, while an Ext plugin does not

  • A hook plugin provides an easier upgrade path for overriding core services and JSPs

  • A hook plugin can modify service layer classes, while an Ext plugin cannot

Erklärung

Frage 81 von 144

1

The recommended way to add a custom class to Liferay's startup process is to

Wähle eine der folgenden:

  • Create a portal-ext.properties file in the Liferay Home directory that adds the custom class to global.startup.events, and add the custom class to the deployed Liferay application

  • Create an Ext plugin that replaces the value of global.startup.events with the custom class, and add the custom class to the plugin

  • Create a portal-ext.properties file in the Liferay Home directory that replaces the value of global.startup.events with the custom class, and add the custom class to portal-impl.jar

  • Create an Ext plugin that adds the custom class to global.startup.events, and add the custom class to the plugin

Erklärung

Frage 82 von 144

1

Tables are created in the database for a Service Builder entity after

Wähle eine der folgenden:

  • The Ant "build-service" target has run

  • The portlet is deployed for the first time

  • The portlet is added to a page for the first time

  • Tables must be created manually

Erklärung

Frage 83 von 144

1

After a portlet completes the action phase

Wähle eine der folgenden:

  • Only that portlet enters the render phase

  • All portlets on the page enter the render phase

  • Any portlet whose data has changed enters the render phase

  • Nothing happens since the render phase occurs before the action phase

Erklärung

Frage 84 von 144

1

When embeddding a plugin portlet in a layout template with $processor.processPortlet() use the

Wähle eine der folgenden:

  • Portlet name

  • Fully qualified portlet ID

  • Portlet URL

  • Fully qualified display name

Erklärung

Frage 85 von 144

1

The following code: GetterUtil.getlnteger("one") returns

Wähle eine der folgenden:

  • 0

  • 1

  • The code throws a java.lang.ArithmeticException

  • The code throws a com.liferay.portal.kernel.exception.SystemException

Erklärung

Frage 86 von 144

1

The method to get theme settings in a theme is

Wähle eine der folgenden:

  • $portalUtil.getSetting()

  • $theme.getSetting(

  • $layout.getSetting(

  • $themeDisplay.getSetting()

Erklärung

Frage 87 von 144

1

The recommended way to customize how the User object indexes information is through a(n):

Wähle eine der folgenden:

  • Hook plugin

  • Direct modification of the portal source

  • Ext plugin

  • Ext environment

Erklärung

Frage 88 von 144

1

The recommended way to implement a service wrapper hook that customizes the authenticateByScreenName() method of the User service using a class called com.sample.MyUserLocalServicelmpI is to: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Add the following to liferay-hook.xml: <service>
    <service-type>com.liferay.portal.service.UserLocalService</service-type>
    <service-impl>com.sample.MyUserLocalServiceImpl</service-impl>
    </service>

  • Copy all of the methods from UserLocalServicelmpI to MyUserLocalServicelmpI

  • Override the authenticateByScreenName() method in MyUserLocalServicelmpI

  • Add the following to liferay-plugin-package.properties:required -deploymentcontexts=UserLocalServ ice

  • Implement custom logic and call super.authenticateByScreenNameQ if applicable

Erklärung

Frage 89 von 144

1

Service Builder entities are defined in

Wähle eine der folgenden:

  • portlet.xml

  • liferay-portlet.xml

  • service, xml

  • web.xml

Erklärung

Frage 90 von 144

1

MVCPortlet directs page flow using:

Wähle eine der folgenden:

  • The controller() method

  • A render parameter called "mvcPath"

  • A direct link to the JSP with a relative URL

  • A public render parameter called "path"

Erklärung

Frage 91 von 144

1

The following classes can be imported when overriding a core JSP using a hook plugin: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Classes residing in the global class loader

  • Classes residing in the portal class loader

  • Classes residing in the portlet plugin class loader

  • Classes residing in the hook plugin class loader

Erklärung

Frage 92 von 144

1

User-specific properties in the Plugins SDK for the user "jsmith'' are configured in

Wähle eine der folgenden:

  • build.jsmith.properties

  • pom.xml

  • pom.jsmith.properties

  • portal.settings

  • portal.properties

  • portal-ext.properties

Erklärung

Frage 93 von 144

1

The permissionChecker.hasPermission() method requires the following parameters to determine if a user has the permissions to update a resource: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Group ID

  • User ID

  • Action ID

  • Company ID

  • Resource primary key

  • Resource name

Erklärung

Frage 94 von 144

1

Liferay's core remote services: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Can only return primitive types

  • Perform permission checking

  • Must be invoked through web services

  • Are accessed through Java or web services

Erklärung

Frage 95 von 144

1

Language hooks cannot be used to add new language keys

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 96 von 144

1

Liferay's persistence layer: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Relies on Enterprise JavaBeans to ensure compatibility with all major application servers

  • Uses Hibernate by default to ensure compatibility with all major database servers

  • Can be invoked directly from the UI layer

  • Can be configured to use JPA

Erklärung

Frage 97 von 144

1

To define portlet actions in separate classes using MVCPortlet: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Each class must implement the MVCAction interface

  • Each class must implement the ActionCommand interface

  • Each class must implement a processCommand() method that returns a boolean to indicate if the action completed

  • Each class must implement a renderCommand() method

Erklärung

Frage 98 von 144

1

A Liferay utility to verify the format of an email address is

Wähle eine der folgenden:

  • Validator.isEmailAddress()

  • HTMLUtil.isEmailAddress()

  • StringUtil.isEmailAddress()

  • Corrector.isEmailAddress()

  • GetterUtil.isEmailAddress()

  • ParamUtil.isEmailAddress()

Erklärung

Frage 99 von 144

1

The portal properties that a hook plugin can override are defined in

Wähle eine der folgenden:

  • portal.properties

  • portal-ext.properties

  • Iiferay-hook_6_l_0.dtd

  • liferay-hook.xml

  • portal-hook.properties

  • portal-hook_6_l_0.dtd

Erklärung

Frage 100 von 144

1

The file containing the HTML document for a typical page is

Wähle eine der folgenden:

  • portal.vm

  • portal_normal.vm

  • liferay-portal.vm

  • init.vm

Erklärung

Frage 101 von 144

1

The standard JSR-286 portlet modes are: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Help

  • Configuration

  • Print

  • Edit

  • View

  • About

Erklärung

Frage 102 von 144

1

The recommended way to automatically add tags when creating web content is to

Wähle eine der folgenden:

  • Create a model listener in a hook plugin and implement the onAfterCreate() method

  • Create a model listener in a hook plugin and implement the onBeforeCreate() method

  • Create an Ext plugin to extend and override JournalArticleLocalServicelmpI

  • Create a hook plugin and use a service wrapper to extend JournalArticleLocalService

Erklärung

Frage 103 von 144

1

To display a success message in a JSP use:

Wähle eine der folgenden:

  • <liferay-ui:success message="part-deleted-successfully" />

  • <liferay-ui:success key= "part-deleted-successfully" />

  • <alloy-ui:success key="part-deleted'' message="part-deleted-successfully" />

  • <liferay-ui:success key= "part-deleted" message="part-deleted-successfully" />

Erklärung

Frage 104 von 144

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 105 von 144

1

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

Wähle eine der folgenden:

  • OrganizationLocalServiceUtil.getUserOrganizations()

  • UserLocaIServiceUtil.getUserOrganizations()

  • GroupLocalServiceUtil.getUserOrganizations()

  • All of the above

Erklärung

Frage 106 von 144

1

The recommended way to share language keys across portlet applications is

Wähle eine der folgenden:

  • Create a resource bundle in one portlet and declare a dependency in the other portlets

  • Create an Ext plugin with the language keys from all of the portlets

  • Create a symbolic link in the portlets pointing to an external resource bundle

  • Create a hook plugin containing language keys from all of the portlets

Erklärung

Frage 107 von 144

1

The best way to add a new language key to the portal is through

Wähle eine der folgenden:

  • The Control Panel

  • A hook plugin

  • An Ext plugin

  • Modifying Liferay's source

Erklärung

Frage 108 von 144

1

The recommended way to add support for a new locale is to

Wähle eine der folgenden:

  • Create an Ext plugin that adds a language properties file for the desired locale

  • Create an Ext plugin that adds a language properties file for the desired locale and implements a servlet filter mapping using IlSnFilter

  • Create a hook plugin that adds a language properties file for the desired locale and implements a servlet filter hook to invoke IlSnFilter through PortalClassLoaderFilter

  • Create a portlet plugin that overrides the core language filter to recognize the desired locale

Erklärung

Frage 109 von 144

1

The settings in portal-developer.properties

Wähle eine der folgenden:

  • Enable faster deployment of plugins

  • Disable minification of CSS and JavaScript

  • Assist deployment from a development to a production environment

  • Precompile Velocity and FreeMarker templates

Erklärung

Frage 110 von 144

1

Portlets can use interportletcommunication to: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Pass any serializable object as an event payload

  • Trigger multiple events

  • Invoke events directly from the render phase

  • Enforce the processing order of events

Erklärung

Frage 111 von 144

1

The recommended way to make an isolated change to a core JSP is to

Wähle eine der folgenden:

  • Create an Ext plugin to create a backup of the original JSP and extend the backup JSP

  • Create a hook plugin to override the original JSP using the <liferay-util:buffer> tag to copy the contents of the JSP

  • Create a hook plugin to override the original JSP using the <file-name>-override.jsp pattern

  • Create an Ext plugin to override the original JSP using the <liferay-util:include> tag to copy the contents of the JSP

Erklärung

Frage 112 von 144

1

Liferay's core JavaScript framework is

Wähle eine der folgenden:

  • jQuery

  • Dojo

  • MooTools

  • AlloyUI

  • YUI

Erklärung

Frage 113 von 144

1

A Struts action hook cannot define new Struts actions

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 114 von 144

1

AlloyUI is a framework built on

Wähle eine der folgenden:

  • YUI2

  • jQuery

  • YUI3

  • None of the above

Erklärung

Frage 115 von 144

1

A portlet can be assigned to a category in the Add Application menu using

Wähle eine der folgenden:

  • liferay-display.xml

  • liferay-portlet.xml

  • liferay-category.xml

  • liferay-menu.xml

Erklärung

Frage 116 von 144

1

A solution that requires modifying the Blogs portlet by overriding several core JSPs and a Struts action is best developed as

Wähle eine der folgenden:

  • A single hook plugin

  • A Struts hook plugin and a JSP hook plugin

  • A single Ext plugin

  • A Struts hook plugin and several JSP hook plugins

Erklärung

Frage 117 von 144

1

Default CSS files in a theme are imported by

Wähle eine der folgenden:

  • base.css

  • ma in.css

  • style.css

  • import.ess

Erklärung

Frage 118 von 144

1

The recommended plugin type to use for a new servlet filter is a(n):

Wähle eine der folgenden:

  • Ext

  • Portlet

  • Hook

  • Theme

Erklärung

Frage 119 von 144

1

To hide the default success message in a portlet that extends MVCPortlet

Wähle eine der folgenden:

  • Add the following when creating an action URL: <portlet:actionURL name="addRecord" var="addRecordURL" add-process-action-success-action="false" />

  • Add the following to liferay-portletxml: <add-process-action-success-action>false</add-process-action-success-action>

  • Add the following to portlet.xml: < in it-pa ram> < na me >add -process-action -success-action </na me > <value>false</value> </init-param>

  • The default success message can only be overridden by supplying a customized success message using: SessionMessages.add(actionRequest, "custom-success-message");

Erklärung

Frage 120 von 144

1

An administrator would like to search for blog entries by the Twitter account of the author. The recommended way to add the Twitter account to the index and add the term to the search query is to

Wähle eine der folgenden:

  • Create a hook plugin that overrides the BlogsEntry service to index the Twitter account and add the term to the search query

  • Create a hook plugin that overrides the Struts actions to index the Twitter account on update and add the term to the search query

  • Create an Ext plugin that extends the BlogsEntry indexer to index the Twitter account and add the term to the search query

  • Create a hook plugin that implements an indexer post processor to index the Twitter account and add the term to the search query

Erklärung

Frage 121 von 144

1

The method to embed a portlet in a theme is

Wähle eine der folgenden:

  • $theme.addPortlet()

  • $theme.runtime()

  • $theme.embedPortlet()

  • $theme.processPortlet()

Erklärung

Frage 122 von 144

1

Color schemes are defined in

Wähle eine der folgenden:

  • liferay-color-scheme.xml

  • portal-ext.properties

  • liferay-look-and-feel.xml

  • liferay-plugin-package.properties

Erklärung

Frage 123 von 144

1

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

Wähle eine oder mehr der folgenden:

  • "portletPreferences"

  • "renderRequest"

  • "remoteUser"

  • "portletSession''

Erklärung

Frage 124 von 144

1

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>

Wähle eine der folgenden:

  • Add the following CSS to the theme: #main-content .right-hand .portlet { background:blue; }

  • Add the following CSS to the theme: #right-hand .portlet { background:blue; }

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

  • Add the following CSS to the theme: #right-hand {portlet-background:blue;}

Erklärung

Frage 125 von 144

1

The method to set the value of a custom field for a BlogsEntry object ("blog") is

Wähle eine der folgenden:

  • PortalUtil.setExpando(blog)

  • blog.getExpandoBridge().setAttribute()

  • ExpandoLocalServiceUtil.setAttribute(blog)

  • blog.setExpandoQ

Erklärung

Frage 126 von 144

1

The default variables in a theme are defined in

Wähle eine der folgenden:

  • portal_normal.vm

  • init.vm

  • main.vm

  • variables.vm

Erklärung

Frage 127 von 144

1

As a best practice, a portlet plugin imports classes from: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • portal-impl.jar

  • portal-service.jar

  • portlet.jar

  • ext-impl.jar

Erklärung

Frage 128 von 144

1

The recommended way to override the updateLastLogin() method and create a new method called updateLastlmpersonation() for the User service is to

Wähle eine der folgenden:

  • Create a hook plugin and implement a service wrapper that overrides the updateLastLogin() method and creates the updatel_astImpersonation() method in the User service

  • Create a portlet plugin and implement a service wrapper hook that overrides the updatel_astLogin() method in the User service and build a new service in the plugin that references the User service and creates the updatel_astImpersonation() method

  • Create an Ext plugin that modifies portal-spring.xml to replace the User service with a new service that overrides the updatel_astLogin() method and creates the updatel_astImpersonation() method

  • Create a hook plugin and implement a service wrapper that overrides the updatel_astLogin() method and create an Ext plugin that builds a new service to implement the updateLastImpersonation() method for the User service.

Erklärung

Frage 129 von 144

1

After adding new functionality to an Ext plugin, the recommended way to deploy in a development environment is to

Wähle eine der folgenden:

  • Stop the server, redeploy the plugin and restart the server

  • Undeploy the original plugin and deploy the updated plugin

  • Undeploy the original plugin, clean the server and deploy the updated plugin

  • Undeploy all plugins and deploy the updated plugin prior to redeploying the other plugins

Erklärung

Frage 130 von 144

1

When a hook overrides a core JSP named view.jsp

Wähle eine der folgenden:

  • The new view.jsp overwrites the original file and the original view.jsp is no longer available

  • The original view.jsp is moved to a temporary folder

  • The original view.jsp is renamed to view.portal.jsp

  • The contents of the original view.jsp and the new view.jsp are merged automatically

Erklärung

Frage 131 von 144

1

Liferay's core local services: (Please select all correct answers.)

Wähle eine oder mehr der folgenden:

  • Contain the business logic of the service

  • Enforce permission checking

  • Are required if using remote services

  • Communicate to the database through the persistence layer

Erklärung

Frage 132 von 144

1

Beta-portlet.war requires services that are in alpha-portlet.war. To guarantee beta-portlet.war deploys after alpha-portlet.war

Wähle eine der folgenden:

  • Add the following to portletxml in beta-portlet.war: < init-pa ram> <name>required-deployment-contexts</name> <value>alpha-portlet</value> </init-param>

  • Add the following to liferay-plugin-package.properties in beta-portlet.war:required-deploy mentcontexts=alpha-portlet

  • Add the following to liferay-portlet.xml in beta-portlet.war: <required-deployment-contexts>alpha-portlet</required-deployment-contexts>

  • It is not possible to declare this type of dependency

Erklärung

Frage 133 von 144

1

Public render parameters are of the type:

Wähle eine der folgenden:

  • List

  • RenderParameter

  • String

  • Object

  • RenderRequest

Erklärung

Frage 134 von 144

1

Service Builder does not generate

Wähle eine der folgenden:

  • SQL statements to create tables

  • Hibernate and Spring configuration files

  • Axis web services

  • The view layer

Erklärung

Frage 135 von 144

1

The recommended way to modify the Wiki portlet configuration to recognize a new public render parameter defined in a portlet plugin

Wähle eine der folgenden:

  • Create a hook plugin and add the public render parameter definition to portlet-custom.xml

  • Create an Ext plugin and add the public render parameter definition to portlet-ext.xml

  • Create a portlet plugin and re-implement the logic of the Wiki portlet and define the new public render parameter in portlet.xml

  • Create an Ext plugin and add the public render parameter definition to portlet-custom.xml

Erklärung

Frage 136 von 144

1

The element that defines a database table in service.xml is

Wähle eine der folgenden:

  • <entity>

  • <table>

  • <db-table>

  • <object>

Erklärung

Frage 137 von 144

1

If the expiration cache in portlet.xml is set to "-1":

Wähle eine der folgenden:

  • The finder cache does not expire

  • Ehcache does not expire

  • The portlet cache does not expire

  • All of the above

Erklärung

Frage 138 von 144

1

To define a primary key named ''bookld" in service.xml

Wähle eine der folgenden:

  • <primary-column name= bookld" />

  • <column name = bookld primary = true" />

  • <primary name= "bookld" />

  • <column primary="bookId" />

Erklärung

Frage 139 von 144

1

The method to retrieve a list of users that have been added directly to a site is

Wähle eine der folgenden:

  • SiteLocalServiceUtil.getSiteUsers()

  • UserLocalServiceUtil.getSiteUsers()

  • UserLocalServiceUtil.getGroupUsers()

  • SiteLocalServiceUtil. getGroupUsers ()

Erklärung

Frage 140 von 144

1

Portlet application security roles are mapped to Liferay roles in:

Wähle eine der folgenden:

  • portlet.xml

  • liferay-portlet.xml

  • liferay-role.xml

  • liferay-display.xml

Erklärung

Frage 141 von 144

1

The service() method in GenericPortlet handles all requests for a particular portlet and dispatches to the appropriate method based on the portlet mode.

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 142 von 144

1

The recommended way to escape text is

Wähle eine der folgenden:

  • StringUtil.escape()

  • HtmlUtiI.escape()

  • DisplayUtil.escape()

  • JSPUtil.escape()

  • FormUtil.escape()

  • GetterUtil.escape()

Erklärung

Frage 143 von 144

1

The Classic theme is built using

Wähle eine der folgenden:

  • HTML 4

  • XHTML

  • HTML 5

  • HTML 6

  • WML

Erklärung

Frage 144 von 144

1

The descriptor liferay-portlet.xml defines

Wähle eine der folgenden:

  • Events

  • The portlet class

  • The CSS class wrapper

  • Resource bundles

Erklärung