Which type of access is granted if there are several dependent access roles defined for a dependent access role?
Correct Answer: B
Question 7
Which two statements are true about the Pega industry foundation Data Model? (Choose Two)
Correct Answer: A,C
Question 8
U+ Bank has a customer service application that processes customer complaints. Now, after three years in production, the operations manager needs historical reports on resolved cases. The reports should be sent in near real-time. The data warehouse has exposed a REST API to receive the data, and the reports are then generated from the data warehouse. Which two of the following options could you use to create an ideal design solution for posting the data to the data warehouse? (Choose Two)
Correct Answer: B,C
Comprehensive and Detailed Explanation From Exact Extract: Pega's integration capabilities, as outlined in Pega Academy'sIntegration Missionand thePega Certified Lead System Architect Study Guide, provide multiple approaches for sending data to external systems like a data warehouse via REST APIs. The solution must balance efficiency, scalability, and near real-time requirements for both historical and in-flight case data. * Option A (Incorrect): Using data flows to source data and synchronously post to the data warehouse is inefficient for near real-time reporting. Synchronous REST calls can introduce latency and performance issues, especially for large datasets. Pega recommends asynchronous processing for integration tasks to ensure scalability, as noted in theIntegrationmodule. * Option B (Correct): Using an extract rule to process already-resolved cases is ideal for historical data. Extract rules (part of Pega's Business Intelligence Exchange, BIX) are designed to efficiently export large volumes of data to external systems like data warehouses. For in-flight cases, posting data via REST on case resolution ensures near real-time updates. This approach aligns with Pega's best practices for data extraction and integration, per theBIX Configurationmodule. * Option C (Correct): Data flows sourcing data via a dataset and outputting to a queue processor for REST posting is a scalable, asynchronous solution for historical data. Queue processors handle high volumes efficiently, and reusing the same queue processor for in-flight case resolutions ensures consistency and near real-time updates. This is supported by theData Flow and Queue Processor sections in Pega Community. * Option D (Incorrect): A one-time utility for historical data is not sustainable for ongoing reporting needs, as it lacks automation. Additionally, synchronous posting for in-flight cases risks performance bottlenecks, which contradicts Pega's asynchronous integration recommendations, per theIntegration Mission. : Pega Academy:Integration Mission(covers REST integration and BIX). Pega Community:Business Intelligence Exchange (BIX)andQueue Processor(details on data extraction and asynchronous posting). Pega Certified Lead System Architect Study Guide (v23): Section onIntegration(emphasizes scalable data transfer).
Question 9
As a Lead System Architect, you must ensure that a Pega application implementation is inclusive and accessible to diverse users, including those with disabilities. You are focusing on implementing design practices that cater to users with various needs, including those who use assistive technologies such as screen readers. With this goal in mind, which two of the following practices do you prioritize when you design an accessible application? (Choose Two)
Correct Answer: B,D
Comprehensive and Detailed Explanation From Exact Extract: Pega's UX design principles, as taught in Pega Academy'sUser Experience Missionand thePega Certified Lead System Architect Study Guide, emphasize accessibility to comply with standards like WCAG 2.1. This includes supporting assistive technologies and ensuring device compatibility. * Option A (Incorrect): Using link controls over buttons does not inherently improve readability or accessibility. Buttons are often more accessible when properly labeled (e.g., with ARIA attributes), per theAccessibility Best Practicesmodule. * Option B (Correct): Implementing responsive layouts ensures compatibility with various screen sizes, which is critical for accessibility across devices (e.g., mobiles, tablets). This supports users with visual or Roslyn impairments, as noted in theResponsive Designsection of Pega Community. * Option C (Incorrect): Using inline styles is discouraged in Pega, as it reduces maintainability and does not directly enhance accessibility. CSS skins or stylesets are preferred, per theUI Designmodule. * Option D (Correct): Refraining from relying on key commands prevents interference with screen reader shortcuts, ensuring users with assistive technologies can navigate effectively. This is a WCAG requirement, as documented in theAccessibility Guidelinesmodule. : Pega Academy:User Experience Mission(covers accessibility and responsive design). Pega Community:Accessibility Guidelines(details on WCAG compliance). Pega Certified Lead System Architect Study Guide (v23): Section onUser Experience (UX) Design (emphasizes accessibility).
Question 10
An attribute-based access control configuration evaluate the attributes of the operator creating the case. A data page contains the value used in the evaluation.