Which life cycle method of a portlet do the doView, doEdit and doHelp methods represent?
A. init
B. render
C. destroy
D. processAction
A developer wants to add two portlet preferences to his portlet application. Which file is the correct location to insert the preferences?
A. web.xml
B. portlet.xml
C. application.xml
D. preferences.xml
Jack wants to allow users to bookmark his portal page. He is using the following code:
What change must he make to this code to allow users to bookmark the page?
A. The code is correct and will allow the users to bookmark the page.
B. He must include the normalize="true" attribute to indicate that the URL to be generated should be normalized.
C. He must include the forceAbsolute="true" attribute to indicate that the URL to be generated should be absolute.
D. He must include the keepNavigationalState="true" attribute to indicate that the URL to be generated should keep the current navigational state, which will include all portlet modes, states, and render parameters in the URL.
Frank has a portlet that accesses PUMA to retrieve some details about a user to control what is displayed in his custom portlet (user categories). After some analysis, he sees that performance is poor and feels that this issue is because of PUMA. Frank would like to store some of the PUMA objects in the session.
Which PUMA object can be stored safely in the session?
A. PumaHome
B. PumaLocator
C. PumaProfile
D. PumaController
Which folders are two of the root folders in the fs-type1 WebDAV entry point? (Choose two.)
A. skins
B. layout
C. resources
D. layout-templates
E. theme-templates
Which URI schema should be used to render the footer_mobile.jsp while accessing IBM WebSphere Portal using a smartphone or tablet?
A. href="smartphone/tablet/footerjnobile.jsp"
B. href="/customTheme/themes/html/dynamicSpots/footer_mobile.jsp"
C. href="smartphone/tablet@res:/customTheme/themes/html/dynamicSpots /foote r_mobile.j sp"
D. href="mvc:smartphone/tablet@res:/customTheme/themes/html/dynamicSpots /foote r_mobile.j sp"
Which URL can be used to download the contents of the "themes" folder?
A. http://test.ibm.com:10039/wps/dav/fstype1 /themes/?mime-type=application/zip
B. http://test.ibm.com:10039Avps/contenthandler/dav/themes/?mime-type=application/zip
C. http://test.ibm.com:10039/wps/mycontenthandler/dav/fstype1 /themes/?mime- type=application/zip
D. http://test.ibm.com:10039/wps/mycontenthandler/dav/fs-type1 /themes/?mime- type=application/zip
Which model is supported by the Remote Model REST service?
A. PortletModel
B. ContextModel
C. ThemeListModel
D. Language ListModel
Arthur needs to clean up cached user data from an object cache in IBM WebSphere Portal after the user's session is ended.
Which areas are valid to place Arthur's cleanup logic? (Choose two.)
A. Implicit Login Filter Chain
B. Explicit Login Filter Chain
C. Implicit Logout Filter Chain
D. Explicit Logout Filter Chain
E. Session Validation Filter Chain
Which statement is true regarding the relative width of the wpthemeCol2of 5 CSS class?
A. It cannot be used in a custom layout.
B. It is a semantic type relative-width class.
C. It is a CSS class for a column that takes two-fifths of the width of the page.
D. It is a CSS class for the second column on a page that consists of five columns.