최신 IBM Certified System Administrator C2210-911 무료샘플문제:
1. The following section of a portlet deployment descriptor defines the cache setting for a portlet: <expiration-cache>300</expiration-cache> <cache-scope>private</cache-scope> What is the meaning of this cache definition?
A) The content should be cached for 300 milliseconds and must not be shared across users.
B) The content should be cached for 300 seconds and can be shared across users.
C) The content should be cached for 300 seconds and must not be shared across users.
D) The content should be cached for 300 milliseconds and can be shared across users.
2. Corrie needs to create several iWidgets that will interact with each other. She is evaluating the mechanisms that she can use to share state information between the iWidgets. Which one of the following options is the best way to accomplish this?
A) Use the JSR 286 defined event and payload mechanism.
B) Declare the state sharable in the ItemSet definition and register listeners in the individual iWidgets to be informed when shared state changes.
C) Store state information in the user's session.
D) Implement public render parameters.
3. Which of the following is a false statement about limitations for a WSRP producer portlet?
A) WSRP producer portlets cannot access portlet render parameters.
B) WSRP producer portlets cannot use IBM WebSphere Portal internals in portlets such as engine objects or engine tags.
C) WSRP producer portlets do not support edit_defaults_compatibility portlet mode.
D) WSRP producer portlets cannot use PUMA SPI for accessing user information.
4. 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
5. 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
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: B | 질문 # 3 정답: A | 질문 # 4 정답: B | 질문 # 5 정답: B |