IBM C9520-911 시험 개요:
| 인증 벤더: | IBM |
|---|---|
| 시험명: | IBM WebSphere Portal 8.0 솔루션 개발 |
| 시험 번호: | C2210-911 |
| 지원 언어: | English |
| 시험 형식: | 객관식, 단일 정답형, 복수 정답형 |
| 관련 자격증: | IBM 공인 시스템 관리자 - WebSphere Portal |
| 시험 시간: | 90분 |
| 응시료: | $200 USD (IBM 표준 요금) |
| 합격 점수: | 73% |
| 실제 시험 문항 수: | 52-65 |
| 자격증 유효 기간: | 3년 |
| 권장 교육: | IBM 기술 자료 센터: WebSphere Portal 8.0 IBM 교육 과정: WebSphere Portal 8.0 개발 |
| 시험 등록: | Pearson VUE 시험 일정 예약 IBM 자격증 등록 |
| 샘플 문제: | IBM C9520-911 샘플 문제 |
| 응시 방법: | Pearson VUE 시험 센터에서의 감독관 입회 현장 시험 / 온라인 감독관 입회 시험 |
| 전제 조건: | 권장 사항: Java EE, JSR 286, WebSphere Portal 관리 경험 보유; 필수 선수 자격 시험은 없음 |
| 공식 요강 URL: | https://www.ibm.com/training/certification |
IBM C9520-911 시험 요강 주제:
| 섹션 | 비중 | 목표 |
|---|---|---|
| 주제 1: 포틀릿 개발 | 35% | - JSR 286 포틀릿 사양 - 포틀릿 라이프사이클 및 배포 기술자 - 작업, 이벤트, 렌더링 매개변수 및 속성 - 협업 포틀릿 및 Click-2-Action - WSRP 2.0 통합 |
| 주제 2: 포털 아키텍처 및 플랫폼 | 20% | - 인증 및 보안 모델 - WebSphere Portal 8.0 아키텍처 개요 - 개인화 및 사용자 신원 관리 - 플랫폼 기능 및 서비스 |
| 주제 3: 통합 및 고급 기능 | 15% | - 사용자 정의 및 확장 기능 - 포틀릿 서비스 및 캐싱 - 콘텐츠 모델 및 JCR 활용 - 사용자 관리를 위한 PUMA SPI |
| 주제 4: iWidget 및 클라이언트 측 개발 | 15% | - iWidget 라이프사이클 및 API - iWidget과 포틀릿의 사용 사례 비교 - 클라이언트 측 통합 패턴 |
| 주제 5: 테마 및 스킨 개발 | 15% | - 모듈식 테마 프레임워크 - 모바일 및 반응형 테마 - 테마 개발 라이프사이클 - 정적 및 동적 콘텐츠 구성 |
최신 IBM Certified System Administrator C9520-911 무료샘플문제
문제 #1
A client named Rudy's Rocking Hot Rods sells high-end motor vehicles through its customized portal. When a user logs in, they are presented with several combinations of portlets and iWidgets. The user can select a car model, color, customize finishes, and perform other applicable actions. As part of a new development phase, the client has requested two updates: 1) Wire Portlet ABC to send an event to the iWidget XYZ. 2) Wire iWidget XYZ to send an event to the Portlet RSA. What option below is not correct, assuming all portlets on the page are JSR 286compatible?
A. If Portlet ABC uses a custom type defined as follows:
B. iWidget XYZ will be able to receive events from Portlet ABC and send events to Portlet RSA.
C. If Portlet ABC defines a Java class in its portlet.xml under the
D. When passing a mashup type from iWidget XYZ to Portlet RSA, which uses XSD types, that type must be manually converted because IBM WebSphere Portal does not provide an automatic type conversion mechanism.
문제 #2
Which of the following statements is true when using a resource URL in AJAX?
A. The portlet mode and window state can be changed during the serveResource() method.
B. New render parameters can be set during the serveResource() method.
C. Portlet preferences can be set during the serveResource() method.
D. Changing state of the portlet is not allowed during the serveResource() method.
문제 #3
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. Portlet, PortletConfig, PortletPreferences, PortletSession
B. EventPortlet, Portlet, PortletConfig, PortletContext
C. EventPortlet, Portlet, PortletPreferences, PortletSession
D. EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
문제 #4
Which of the following statements describes the value of the Vendor variable from the following portlet code? Profile p = (Profile) portletRequest.getAttribute(PortletRequest.CCPP_PROFILE); String vendor = p.getAttribute("Vendor").toString();
A. It contains the value of the configuration key "vendor" for the Profile configuration service.
B. It contains the name of the vendor of the IBM WebSphere Portal server.
C. It contains the name of the vendor of the client browser or device.
D. It contains the value of the "vendor" attribute for an identified or authenticated user or null for an anonymous user.
문제 #5
Mr. Mosby is developing several different custom themes for the different brands his company offers. He's developed a custom theme WAR that provides the JSPs to be shared among the different themes. He has a JSP named brandNav.jsp and created a brandNav dynamic content spot that points to this JSP. However, for one particular theme he needs to use a different brandNav.jsp. Which one of the following is not a valid option?
A. Create an override in the themes metadata:key=com.ibm.portal.theme.brandNav
value="res:/CustomThemeContext/themes/html/MyTheme/custombrandNav.jsp"
B. Include the new JSP directly in the theme_xx.html and bypass the dynamic content spot
mapping:
<@include file="res:/CustomThemeContext/themes/html/MyTheme/custombrandNav.jsp" %>
C. Modify the theme_xx.html so that the html directly points to the new JSP:
href="res:/CustomThemeContext/themes/html/MyTheme/customBrandNav.jsp">
D. Create a new Dynamic Content Spot pointing to the customBrandNav.jsp. Then modify the
theme_xx.html to use this new dynamic content spot.
질문과 대답:
| 문제 #1 정답: D | 문제 #2 정답: C | 문제 #3 정답: D | 문제 #4 정답: C | 문제 #5 정답: B |














724 개 고객 리뷰
품질과 가치ITCertKR 의 높은 정확도를 보장하는 최고품질의 덤프는 IT인증시험에 대비하여 제작된것으로서 높은 적중율을 자랑하고 있습니다.
테스트 및 승인ITCertKR 의 덤프는 모두 엘리트한 전문가들이 실제시험문제를 분석하여 답을 작성한 만큼 시험문제의 적중률은 아주 높습니다.
쉽게 시험패스ITCertKR의 테스트 엔진을 사용하여 시험을 준비한다는것은 첫 번째 시도에서 인증시험 패스성공을 의미합니다.
주문하기전 체험ITCertKR의 각 제품은 무료 데모를 제공합니다. 구입하기로 결정하기 전에 덤프샘플문제로 덤프품질과 실용성을 검증할수 있습니다.
