Sarah needs to create a URL to her portlet.
Why would she use an Action URL versus a Resource or Render URL?
A. The request is to a JavaScript file.
B. The request needs to be over SSL.
C. The request changes the state of the portlet.
D. The request is to retrieve a fragment of markup.
Hannah is configuring a new menu feed and does not want the feed to be formatted in XML. Which language can be used instead?
A. RSS
B. JSON
C. HTML
D. SGML
Which statements are true regarding predeployed portlet applications? (Choose two.)
A. The policy is stored in the EAR file.
B. The policy is stored in the portlet.xml file.
C. The display name is assigned by the portal during EAR deployment.
D. The display name is assigned by the EAR developer and stored in the application.xml file.
E. The policy is stored in the WAR file and promoted to the EAR file by the portal during deployment.
Which statement is true regarding JSR 286 event support in IBM WebSphere Portal?
A. Events can be wired to IBM API cooperative portlets.
B. Events can be wired to JSR 168 cooperative portlets.
C. Events cannot be used in tandem with public render parameters.
D. When the "Global" check box is set on the wires page. JSR 286 event processing is automatic; wires are not needed and. therefore, are ignored.
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 is true about the Cache Manager Service resource environment provider in IBM WebSphere Portal?
A. It can be used to manage the cache scope of a portlet.
B. It can be used to manage different caches used by WebSphere Portal.
C. It can be used to define the cache mechanism of a WebSphere Portal page.
D. It can be used to define the cache strategy of the WebSphere Portal's theme.
Which statements are true regarding the
A. It improves page serving performance.
B. It can be used in both themes and skins.
C. It has no impact on page serving performance.
D. It can be used in both header and body sections.
E. It stores a base URL that can be used instead of full, newly-coded URLs.
Sam wants to create a portlet that uses a custom portlet mode that is not defined in the JSR 286 specification.
After implementing the correct methods, what additional step must he do to use a custom portlet mode?
A. Add the custom portlet mode to the portlet deployment descriptor.
B. Add a resource bundle to the portlet that has the name of the custom portlet mode.
C. Configure the portlet after installation to map the custom portlet mode to the server- defined portlet mode.
D. Enable the specific custom portlet mode at the container level by setting the correct property in the resource environment provider.
What notable difference does a custom portlet service have that is compatible with earlier versions of IBM WebSphere Portal?
A. The services are retrieved differently depending on the type of portlet in use.
B. Standard portlet services are synchronized, but IBM Portlet API services are not synchronized.
C. Both services are retrieved by using a JNDI call, but they always return different implementations.
D. Legacy services are stored in the session, and standard services are stored in the application object.
What is one benefit of using the Controller service provider interface (SPI)?
A. Modifications can be made directly to the navigation model.
B. The Controller SPI can be used to make changes to any virtual portal that is running on the system from the base portal.
C. Changes can be made and applied to a running portal environment. The portal does not need to be restarted for the changes to take effect.
D. The modifications that are made come into effect immediately for the controller and are reflected in the persistence layer without committing the controller.