Pegasystems PEGAPCLSA85V1 시험 개요:
| 인증 벤더: | Pegasystems |
| 시험명: | Lead System Architect (LSA) Pega Architecture 시험 85V1 |
| 시험 번호: | PEGAPCLSA85V1 |
| 실제 시험 문항 수: | 60 |
| 자격증 유효 기간: | 해당 없음 (자격증 만료일은 없으나 최신 버전 시험으로 대체될 수 있음) |
| 관련 자격증: | Certified Pega Senior System Architect (PCSSA) Certified Pega Lead System Architect (CPLSA) |
| 응시료: | USD 190 (약; Pearson VUE를 통해 예약) |
| 시험 형식: | 객관식, 시나리오 기반, 드래그 앤 드롭 |
| 지원 언어: | English |
| 시험 시간: | 120 minutes |
| 합격 점수: | 65% |
| 샘플 문제: | Pegasystems PEGAPCLSA85V1 샘플 문제 |
| 응시 방법: | Pearson VUE를 통한 감독관 시험 (오프라인 시험 센터 또는 온라인 감독 시험) |
| 전제 조건: | Certified Pega Senior System Architect (PCSSA) 자격증 및 권장 실무 경력 (예: 12개월 이상) |
| 공식 요강 URL: | https://academy.pega.com/exam/pega-lead-system-architecture-exam-0 |
Pegasystems PEGAPCLSA85V1 시험 요강 주제:
| 섹션 | 목표 |
|---|---|
| 주제 1: Pega Platform 설계 | - Pega 애플리케이션 설계 접근 방식 - 애플리케이션 모니터링 및 성능 고려 사항 - 자산 및 관련 레코드(relevant records) 재사용 - Pega 제품 및 플랫폼 기능 활용 - 배포 옵션 및 설계 결정에 미치는 영향 - 분산 애플리케이션 케이스 상호작용 원칙 |
| 주제 2: 보안 설계 | - 보안 이벤트 로깅 및 모범 사례 - 보안 위험, 취약점 및 완화 방안 - 역할 및 액세스 그룹 구성 - 인증 및 권한 부여 전략 |
| 주제 3: 사용자 경험(UX) 설계 | - Digital Experience (DX) API 및 사용자 정의 UI - 아키텍처 설계에서의 UX - Cosmos를 사용한 UX 설계 |
| 주제 4: 작업 위임(Work Delegation) 설계 | - Work parties 및 Get Next Work 사용자 정의 - Push 및 Pull 라우팅 사용 사례 |
| 주제 5: 데이터 모델 설계 | - 산업 기반 모델 확장 - 재사용 및 무결성을 위한 케이스 데이터 모델 설계 - 데이터 모델 모범 사례 |
| 주제 6: 비동기 처리 설계 | - 기본 에이전트 최적화 - 통합을 위한 백그라운드 처리 옵션 |
| 주제 7: 애플리케이션 설계 | - Ruleset, class 및 circumstance 특화 - Pattern inheritance 및 조직 계층 특화 - 케이스 구조 및 계층 설계 - 재사용을 위한 버전 관리 전략 |
| 주제 8: 배포 및 테스트 설계 | - 릴리스 파이프라인 및 지속적 통합(CI) 작업 - 운영 배포 모범 사례 - 테스트 전략 자동화 및 품질 측정 |
| 주제 9: 보고서(Reporting) 설계 | - 복잡한 쿼리 및 클래스 관계 - 효과적인 보고서 전략 설계 - 보고서 성능 고려 사항 |
최신 CLSA PEGAPCLSA85V1 무료샘플문제
1. Review the following classes and properties:
A field group list is defined at the MyCo-Lending-Work work pool level. The find group list name is Loans:
the specified data type is MyCo-Data-Loan.
Which three statements are valid? (Choose Three)
A) At design time, the system issues a warning since it is poor practice to define a field group with an abstract data type ctas%
B) A rule In MyCo-DataLoan-Mortgage can only be referenced through -Loans if also defined In MyCo Data-Loan.
C) The pxObjClass of any page in the .Loans field group list can be changed at nm time and does not need to be the same class.
D) An auto loan application can extend MyCo-Data-LoarvAuto without affecting a sum performed against
.Loans C). Amount
E) All pages within the .Loans field group must be the same class, either MyCo-Data-Loan-Aiito or MyCo-Oata-Loan Mortqage
2. Which three actions do you recommend to address their performance issue and ensure optimal application performance in the future? (Choose Three.)
A) Dedicated a node to background processing.
B) Remove embedded dashboard reports from the manager portal.
C) Minimize the usage of robotic automations.
D) Review application environment sizing.
E) Review selection criteria of agent activities.
3. Finco corporation uses pega to perform the majority of the mortgage underwriting tasks.
After gathering the initial data, the mortgage case pauses and waits for the credit report The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the application routes the mortgage case to the specialist.
Which of the following options is the optimal solution to route the mortgage case to the specialist when the credit report is complete?
A) Modify the credit report flow to move the mortgage case to the specialist. The application routes the assignment to the specialist with the least amount of work.
B) Insert a credit report assignment in the mortgage flow with a SLA to check the status of the credit report case and call the ResumeFlow activity when the credit report case completes.
C) Include a split join shape in the mortgage flow to include the credit report flow. Use the All option on the split join shape to ensure the credit report is complete before routing to the specialist.
D) Add a wait shape to the mortgage flow with a case dependency to advance the mortgage flow to the next assignment when the credit report case is resolved.
4. What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over time? (Choose Two)
A) Schedule scripts to maintain frequently fragmented tables.
B) Purge and/or archive records based on the company's record retention policy.
C) Add indexes to all columns.
D) Purge workparty UUI index tables periodically.
5. The application contains a property named claimid. You want to business users to reuse this property in any new case types they create. How do you define the claimid property?
A) As a case level property
B) As a final rule
C) As an enterprise class level property
D) As a relevant record
질문과 대답:
| 질문 # 1 정답: B,C,D | 질문 # 2 정답: A,D,E | 질문 # 3 정답: D | 질문 # 4 정답: A,B | 질문 # 5 정답: D |














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