Which two options are valid uses of the XML Configuration interface? (Choose two.)
A. Install a portlet.
B. Clone a skin module.
C. Delete a shared library.
D. Back up an IBM WebSphere Portal server configuration.
E. Export all property files from a WebSphere Portal server.
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.
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.
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.
Don needs to update a custom layout in his production server. He made the necessary updates to the layout.html file in WebDAV, but his users are not seeing the changes.
What is the most likely cause of this incorrect behavior?
A. He did not run the cef resh-page-layout-template task.
B. He saved the updates in the themelist directory in WebDAV.
C. He did not force a recompile of the Defaultjsp file in his custom theme.
D. He did not restart the server, as required, for the layout updates to take effect.
How can Howard deploy and incorporate his newly created layout template into the Prod theme using the default layout templates location?
A. Edit the new layout template file, and add it to the head section of the theme. html file.
B. Copy the new layout template file, and place it in /fs-type1/themes/Prod/layout-templates in the WebDAV file store.
C. Copy the new layout template file, and place it in /fs-type1/themes/Prod/templates/layout in the WebDAV file store.
D. Create an enterprise archive (EAR) file from the layout template file, and deploy it by ConfigEngine task add-layout-template.
Which services are provided by WebDAV support in IBM WebSphere Portal? (Choose two.)
A. a file store that is used by themes
B. managing pages and static content
C. managing dynamic content and pages
D. support for secure connections such as HTTPS
E. modifying the unique name or object ID of pages
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.