최신 IBM Certified System Administrator C2040-911 무료샘플문제:
1. When writing a custom portlet service, what interface must be implemented to make use of the portlet service life-cycle methods?
A) com.ibm.portal.portlet.service.spi.PortletServiceRegistryService
B) com.ibm.portal.portlet.service.spi.PortletServiceProvider
C) com.ibm.portal.portlet.service.spi.PortletService
D) com.ibm.portal.portlet.service.spi.PortletServiceLifeCycle
2. Which is not a valid CSS style defined in the JSR 286 Portlet Specification?
A) portlet-msg-info
B) portlet-a
C) portlet-section-text
D) portlet-font
3. A client wants to write several portlets for their new website. Each portlet must be labeled and record some trace information whenever it is accessed. The portlets must share common information with each other as well. When discussing best practices options with the client, which of the following would not be recommended?
A) JSPs should be used to separate output and functionality of the portlets.
B) Portlets communicate via writing to a common file in the root directory.
C) Trace information can be logged to log files.
D) Each portlet can be labeled by its own title bar.
4. John is developing a portlet that uses the portlet client model API to manipulate a user's profile on the client side. How can he get the object of the PortletWindow that represents the portlet on the client side?
A) this.getPortletWindow()
B) this.getPortletWindow("<%=portletWindowID%>")
C) new ibm.portal.portlet.PortletWindow("<%=portletWindowID%>")
D) new ibm.portal.portlet.PortletWindow()
5. Peter has a custom portlet skin that he wants to deploy to an IBM WebSphere Portal server. Which one of these steps can best be used to deploy his custom skin?
A) Use WebDav to deploy to the skinlist entry point.
B) Use the 'installNewSkin' ConfigEngine task.
C) Place his skin project in the
D) Use the 'uploadNewSkin' ConfigEngine task.
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: B | 질문 # 3 정답: B | 질문 # 4 정답: C | 질문 # 5 정답: A |