What does the collaborative services API allow the portlet developer to do?
A. The API provides the IBM Connections business cards capability to a custom portlet.
B. The API gives the user access to Microsoft Exchange and IBM Lotus Notes inboxes when developing custom portlets.
C. The API provides person tags to custom portlets.
D. The API allows the user to connect to social services such as Twitter and Facebook for custom portlets.
正解:C
質問 2:
MegaCorp is working on integrating one of their applications existing in non-IBM WebSphere Portal environments into WebSphere Portal. Which of the following options should they use for this purpose?
A. IntegrationPortlet
B. WebClipping Portlet
C. IntegrationPortlet_jsEnabled
D. WebClipping Portlet International Edition
正解:B
質問 3:
Dale is asked to create a new theme for IBM WebSphere Portal based on the Portal 8 Modular theme. This new theme will be the only theme applied to pages within the environment. What is the best way for him to proceed with this task?
A. Edit the Modular theme directly.
B. Edit the Modular theme directly and remove all the other themes from the environment.
C. Make a copy of the Modular theme to create a new, separate theme. Then remove all the other themes from the environment as they won't beused.
D. Make a copy of the Modular theme to create a new, separate theme.
正解:D
質問 4:
The javax.portlet.GenericPortlet abstract class provides default functionality and convenience methods for handling portlet requests. It provides a default implementation for which interfaces from the javax.portlet package?
A. EventPortlet, Portlet, PortletPreferences, PortletSession
B. Portlet, PortletConfig, PortletPreferences, PortletSession
C. EventPortlet, Portlet, PortletConfig, PortletContext
D. EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
正解:D
質問 5:
Roger has been discussing iWidgets with a prospective client and has been highlighting certain aspects of the specification. Which of the following statements is false and thus ill-advised?
A. Overall page management components are provided by the iContext. These include iWidget coordination, page layout and controls, andbackend service interaction.
B. The iDescriptor is a special ManagedItemSet which is always persisted by the iContext.
C. iScope is a mechanism to support encapsulation of an iWidget's assests.
D. Three modes are defined in the iContext Constants (VIEW, EDIT and HELP). An iWidget does not need to support all three modes.
正解:B
質問 6:
Which of the following options is not a valid parameter of the login() method of the Portlet Login service (interface com.ibm.portal.portlet.service.login.LoginService)?
A. char[] password - The password of the user.
B. java.net.URL redirectURL - The login redirect URL.
C. java.lang.String userID - The user ID of the user.
D. javax.security.auth.Subject subject - A security subject to be passed to the WebSphere Application Server login modules that can be null if notneeded.
正解:B